body
{
background-image:url(img/background.jpg);
background-position:top center;
background-repeat:repeat-y;
margin:0;
font-family: Georgia;
font-size:63.5%;
}
h1
{
margin:0;
padding:30px 0;
}
#wrapper
{
width:700px;
background-color:#FFF;
margin:auto;
background-image:url(img/footer.jpg);
background-position:bottom center;
background-repeat:no-repeat;
}
#content
{
font-size: 1.4em;
line-height: 2em;
text-align:center;
letter-spacing: 0;
word-spacing: normal;
color: #444;
padding:0px;
position:relative;
}
p
{
padding:0;
}
#header
{
background-image:url(img/logo.jpg);
background-position:top center;
background-repeat:no-repeat;
background-color:#FFF;
width:700px;
text-align:center;
margin:0 auto;
height:150px;
border-bottom:1px solid #000;
font-family:"Arial Black", Arial, sans-serif;
font-weight:bold;
font-size:1.5em;
color:#000;
}
#header ul
{
list-style-type:none;
padding:0px;
margin:0px;

text-transform:uppercase;
position:relative;
top:125px;

}
* html #header ul
{
left:10px;
margin-top:125px;
}
#header ul li
{
padding:0 10px;
float:left;
}
a:link
{
color:#851F6B;
text-decoration:none;
}
a:visited
{
color:#851F6B;
text-decoration:none;
}
a:hover
{
color:#BA12A5;
text-decoration:underline;
}
a:active
{
color:#3399CC;
}
#footer
{
width:700px;
text-align:center;
margin:20px auto 0 auto;
height:50px;
}
#pay
{
font-size:1.2em;
margin:10px auto;
text-align:center;
}
#thumbs
{
width:500px;
margin:auto;
text-align:center
}
#thumbs img
{
border:1px solid #000;
padding:5px;
}
#thumbs img:hover
{
border:1px solid #851F6B;
background-color:#BA12A5;
}
#form .row
{
margin:10px;

}
#form input, #form textarea
{
border:1px solid #000;
padding:5px;
background-color:#FFF;
}
#form input:focus, #form textarea:focus
{
border:1px solid #851F6B;
background-color:#E8ECFF;
}
#form .label
{
text-align:right;
width:190px;
float:left;
padding-right:10px;
}
