body{
	margin:0;padding:0;
	background:url(images/background.png) #7A7A7A repeat-x;
	font-family: Verdana;
	font-size: 12px;
	overflow-x: hidden;
}
#mainBox{
	width: 790px;text-align: left;
}
#sideLeft{
	margin-left:-246px;position:absolute;width:246px;height:410px;background: url(images/site_01.png)
}
#sideRight{
	margin-left:804px;position:absolute;width:250px;height:410px;background: url(images/site_03.png)
}
#menuBox{
	width:804px;height:418px;background:url(images/site_02.png);
}
#menu{
	text-align: left;
	padding:12px;
	font-size:13px;
	font-family: Verdana;
	font-weight: bold;
}
#menu a{
	color:#898989;
	padding:0 13px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu .selected{
	color: #e52329;
}
#footer{
	background:url(images/site_09.png);width:804px;height:32px;clear:both;
}
h1{
	margin:0;padding:0;
	margin-bottom:10px;
	color: #d00;
	text-transform: uppercase;
	font-family: Verdana;
	font-weight: bold;
	font-size:18px;
}
h2{
	font-size: 14px;
	color:#000;
	margin:0;padding:0;
}
#contentBox{
	width:804px;
	background: #1A1A1A;
}
#content{
	margin: 0 19px 0 22px;
	padding: 20px;
	color:#444;
	background: #fff;
}
blockquote{
	padding:10px 20px;
	color:#7753b1;
	margin:0;
	font-size: 16px;
}
a:link,a:visited{
	color:#FE2E33;
	outline: none;
}