body,html{
	margin:0;padding:0;
	background:url(images/background.png) #280545 repeat-x;
	font-family: Tahoma;
	font-size: 12px;
	overflow-x: hidden;
}
#mainBox{
	width:667px;text-align: left;
}
#sideLeft{
	margin-left:-316px;position:absolute;width:316px;height:522px;background: url(images/site_01.png);
	*margin-left:-983px;
}
#sideRight{
	margin-left:667px;margin-right:-667px;position:absolute;width:317px;height:522px;background: url(images/site_03.png);
	*margin-left: 0px;
}
#menuBox{
	width:667px;height:42px;background:url(images/site_02.png);
}
#menu{
	text-align: right;
	padding:12px;
	font-size:18px;
	font-family: "Arial Narrow";
	font-weight: bold;
}
#menu a{
	color:#fff;
	padding:0 13px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu .selected{
	color: #7753b1;
}
#header{
	background:url(images/site_04.png);width:667px;height:378px;
	position: relative;
}
#contentContainer{
	float:left;width:667px;background:#fff;
}
#footer{
	background:url(images/site_11.png);width:667px;height:17px;clear:both;
}
h1{
	margin:0;padding:0;
	margin-bottom:10px;
	color: #7753b1;
	text-transform: uppercase;
	font-family: "Arial Narrow";
	font-weight: bold;
	font-size:24px;
	position: relative;
	z-index: 10;
}
h2{
	font-size: 14px;
	color:#4E2C86;
	margin:0;padding:0;
}
#contentBox{
	width:458px;
}
#content{
	padding: 20px;
	margin-top: -50px;
}
blockquote{
	padding:10px 20px;
	color:#7753b1;
	margin:0;
	font-size: 16px;
}
a:link,a:visited{
	color:#7753B1;
	outline: none;
}

