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

body
{
width:100%;
text-align:center;
margin-top:0px;
padding-top:0px;
margin-left:auto;
margin-right:auto;
margin-bottom:45px;
}

#ad
{
padding-top:11px;
height:99px;
width:885px;
margin-left:auto;
margin-right:auto;
background-image:url(images/ad.png);
background-repeat:no-repeat;
}

#header
{
background-color:#FFFFFF;
margin-top:0px;
height:110px;
width:885px;
margin-left:auto;
margin-right:auto;
background-image:url(images/background.png);
background-repeat:no-repeat;
}

#nav
{
	margin-top:0px;
	padding-top:2px;
	height:48px;
	width:885px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/nav.png);
	background-repeat:no-repeat;

}


#nav a:hover
{
text-decoration:none;
font-size:14px;
color:#FF6600;
}

#wrapper
{
	text-align:center;
	height:607px;
	width:858px;
	margin-left:10px;
	margin-right:auto;
}

#content
{
	background-image:url(images/contentmiddle.png);
	background-repeat:repeat-y;
	padding-top:5px;
	height:610px;
	width:885px;
	margin-left:auto;
	margin-right:auto;
}

#contenttop
{
height:29px;
width:885px;
margin-left:auto;
margin-right:auto;
background-image:url(images/contenttop.png);
background-repeat:no-repeat;
}

#contentbottom
{
	height:29px;
	width:885px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/contentbottom.png);
	background-repeat:no-repeat;
}

#footer
{
padding-top:7px;
height:60px;
width:885px;
margin-left:auto;
margin-right:auto;
background-image:url(images/footer.png);
background-repeat:no-repeat;
}
#footer p
{
color:#CCCCCC;
margin:0px;
padding:0px;
margin-left:auto;
margin-right:auto;
width:885px;
}

#footer a
{
color:#FFFFFF;
}
#footer a:hover
{
color:#666666;
}

#c1
{
border: 1px #666666 dashed;
float:left;
margin-right:5px;
height:600px;
width:170px;
}

#c2
{
border: 1px #666666 dashed;
float:left;
margin-right:5px;
height:600px;
width:333px;
}

#c3
{
border: 1px #666666 dashed;
float:left;

}

#c4
{
margin-top:5px;
border: 1px #666666 dashed;
float:left;

}
