* {

}
html, body {
	background-color:#040404;
	position: relative;
	height: 100%;
	overflow: auto;
	background:url(/images/background.jpg) repeat-x;
	font-family:Arial;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}
IMG {
	padding: 0px;
	margin: 0px;
	border: none;
}
DIV {
	margin:0;
	padding: 0;
	border: none;
}

#mainContainer {
	width: 906px;
	margin: 0px auto 0px auto;
	background:url("/images/content_back.png") repeat-y;
	position:relative;
	padding-left:20px;
	padding-right:20px;
	clear:all;
	font-family:calibri;
}


h1 {
	font-family:calibri;
	font-size:26px;
	padding:0px;
	margin:0px;
	line-height:18px;
	font-weight: 900; 
	font-style: normal;
	color:#5d5c5c;
}
#yellowBar{
	background:url("/images/yellowBar.jpg");
	height:4px;
	font-size:0px;
}
#nav_1{
	background:url("/images/nav_1.jpg");
	height:32px;
	font-family:calibri;
	font-weight:900;
	color:white;
	font-size:16px;
	padding-left:16px;
}
#nav_1 ul {
	padding:0px;
	margin:0px;
}
#nav_1 ul li {
	list-style:none;
	float:left;
	height:32px;
	background:url("/images/nav_bullet.jpg") no-repeat top right;
	padding-right:32px;
	padding-top:4px;
	
}
#nav_1 a:link,#nav_1 a:active,#nav_1 a:visited {
	text-decoration:none;
	color:white;
}
#nav_1 a:hover {
	text-decoration:none;
	color:#e9e000;
}
#content_1 {
	width:600px;
	float:left;
	padding:12px;
	padding-left:20px;
	background:url("/images/hline.jpg") bottom center no-repeat;
}
#content_1_text {
	padding:20px;
}

#copyright{
	clear:both;
	font-size:10px;
	padding:2px;
	background:url("/images/yellowBigger.jpg");
	text-align:center;
	margin-top:12px;
	color:white;

}

#copyright a:link,#copyright a:active,#copyright a:visited {
	text-decoration:none;
	color:white;
}
#copyright a:hover {
	text-decoration:none;
	color:#e9e000;
}
#rightCol {
	float:right;
	width:221px;
	min-height:100%;
	padding:12px;
}
#text_body {
	background:url("/images/vline.jpg") 657px 200px no-repeat;
}
.center {
	text-align:center;
	padding:20px;
}
#contactform ol {
	padding:0px;
	margin:8px;
}
#contactform ol li{
	list-style: none;
	padding: 0;
	margin: 0;
}