html, * {
padding: 0;
margin: 0;
}

html {
font-size: 100%;
}

body {
font-size: 62.5%;
background: #e8e8e8;
font-family: arial, sans-serif;
}

div#header {
background: #4C4C4C;
}

div#header h1 {
color: #e8bf30;
font-size: 2.6em;
text-align: center;
padding-right: 5px;
font-weight: normal;
}

div#header h1 a {
color: #e8bf30;
font-weight: normal;
text-decoration: none;
}

#wrapper {
width: 760px;
margin: 0 auto;
}

div#header h2 {
text-align: center;
color: #ffffff;
width: 760px;
margin: 10px auto;
font-weight: normal;
font-size: 2em;
}

div#wrapper h2 {
text-align: center;
color: #000000;
font-size: 2em;
margin: 10px;
}

div#wrapper h3 {
text-align: center;
color: #000000;
font-size: 1.8em;
background: #cccccc;
}

div#wrapper img {
border: 0;
}

div#left {
float: left;
width: 48%;
}

div#right {
float: right;
width: 48%;
}

div#left p {
margin-bottom: 5px;
font-size: 1.2em;
text-align: justify;
}

div#left p.morelink {
text-align: center;
}

div#left p.morelink a {
font-size: 1.4em;
color: #e8bf30;
background: #4C4C4C;
padding: 1px 4px;
font-weight: bold;
text-decoration: none;
}

div#left p.morelink a:hover {
background: #cccccc;
}

div#left ul li {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 5px;
}

div#left p.quote {
letter-spacing: 1px;
font-style: italic;
margin-bottom: 10px;
}

div#right p {
margin-bottom: 5px;
font-size: 1.2em;
text-align: justify;
}

div#right p.morelink {
text-align: center;
}

div#right p.morelink a {
font-size: 1.4em;
color: #e8bf30;
background: #4C4C4C;
padding: 1px 4px;
font-weight: bold;
text-decoration: none;
}

div#right p.morelink a:hover {
background: #cccccc;
}

div#footer {
clear: both;
text-align: center;
padding-top: 40px;
margin-bottom: 20px;
}

div#footer p {
margin-bottom: 5px;
font-size: 1.2em;
text-align: center;
}

div#footer p.morelink {
text-align: center;
}

div#footer p.morelink a {
font-size: 1.4em;
color: #e8bf30;
background: #4C4C4C;
padding: 1px 4px;
font-weight: bold;
text-decoration: none;
}

div#footer p.morelink a:hover {
background: #cccccc;
}

div#footer div#botlinks {
text-align: right;
}

div#footer div#botlinks img {
margin-left: 20px;
}

div#wrapper div#left p.price {
text-align: right;
font-size: 3em;
color: green;
border-top: 3px solid #000000;
border-bottom: 3px solid #000000;
}

/* CONTACT FORM STUFF */

form {
width: 600px;
margin: 10px auto;
}

label {
float: left;
width: 50%;
font-weight: bold;
font-size: 1.2em;
}

input {
float: right;
width: 295px;
}

fieldset {
border: none;
margin-bottom: 5px;
}

h4#success {
color: blue;
text-align: center;
font-size: 1.8em;
margin-top: 10px;
}

h4#failure {
color: red;
text-align: center;
font-size: 1.4em;
margin-top: 10px;
}
