@charset "UTF-8";
/* CSS Document */

body
{
background-image:url(sbg.png);
background-repeat:repeat;
margin-top:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#7b6e61;
background-color:#000000;
}

a:link {
	color: #CE6700; text-decoration:none;
}
a:visited {
	color: #CE6700; text-decoration:none;
}
a:hover {
	color: #ffffff; text-decoration:none;
}
a:active {
	color: #CE6700; text-decoration:none;
}

h1
{
color:#736c65;
font-size:16px;
}

p
{
font-size:12px;
}

#head
{
width:980px; height:154px; background-image:url(head.jpg); background-repeat:no-repeat;
}

.width
{
width:980px;
}

#mainbody
{
width:980px; background-image:url(bodybg.png); background-repeat:repeat-y; text-align:left; margin-top:-30px; height:auto;
}

#bodycontent
{
padding:15px; margin-top:20px; height:auto;
}

#footer
{
width:980px; height:23px; background-color:#000000;
font-size:10px; text-align:right; padding-top:5px;
}

.style1 {font-size: 12px}
