body {
	margin: 0;
	padding: 0;
	background-color: #0f0f0f;
	background-image: url('images/background1.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	height: 480px;
}

#container {
	width: 980px;
	margin: 0 auto;
	background-color: #0f0f0f;
}

#header {
	height: 181px;
}

#content_container {
	margin: 0 auto;
	padding: 0;
/*	background-color: #0f0f0f; */
	background-image: url('images/cont_back.gif');
	background-repeat: repeat-y;
	overflow: auto;
	width: 980px;
}

#nav {
	background-image: url('images/navbar.gif');
	background-repeat: no-repeat;
	width: 1000px;
	height: 39px;
	color: #F11;
}

#nav ul {
	list-style: none;
	padding-left: 2px;
	color: #F11;
}

#nav ul li {
	font-family: "Arial";
	font-size: 8pt;
	float: left;
	color: #F11;
}

#nav a {
	font-family: "Arial";
	font-size: 8pt;
	float: left;
	color: #F11;
	display: block;
	width: 100px;
	height: 32px;
	text-align: left;
	text-decoration: none;
	line-height: 32px;
}

#nav a:hover {
	background-image: url('images/btn_hover.gif');
	width: 100px;
	height: 32px;
	color: #F11;
	display: block;
	text-align: left;
}


#left_cont_title {
	float: left;
	width: 220px;
	overflow: auto;
	color: #0f0f0f;
	font-size: 0pt;
	font-family: Arial;
	background-color: #0f0f0f;
	padding-left: 10px;
}

#left_cont {
	float: left;
	width: 220px;
	overflow: auto;
	color: #F11;
	padding: 5px 2px 0 2px;
	margin: 0;
}

#mid_cont_title {
	float: left;
	width: 500px;
	color: #0f0f0f;
	overflow: auto;
	font-size: 0pt;
	font-family: Arial;
	padding-left: 20px;
	background-color: #0f0f0f;	
}

#mid_cont {
	float: left;
	width: 520px;
	height: inherit;
	color: #F11;
	overflow: auto;
	font-size: 14pt;
	font-family: Tahoma;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
}

#right_cont_title {
	float: left;
	width: 200px;
	overflow: auto;
	color: #0f0f0f;
	font-size: 0pt;
	font-family: Arial;	
	padding-left: 30px;
	background-color: #0f0f0f;
}

#right_cont {
	float: mid;
	width: 180px;
	overflow: auto;
	color: #F11;
	padding: 5px 2px 0 2px;
	margin: 0;
}

.imp_title {
	font-size: 12pt;
	color: #e0801c;
	font-weight: bold;
}
.news {
	font-size: 10pt;
	color: #F11;
	font-family: Arial;
	font-style: inherit;
	text-align: left;
}
.main {
	font-size: 10pt;
	color: #F11;
	font-family: Arial;
	font-style: inherit;
}
#footer {
	background-image: url('images/navbar.gif');
	background-repeat: repeat-x;
	color: #F11;
	font-size: 10pt;
	width: 980px;
	height: 42px;
	padding: 2px 0 0 0;
	text-align: center;
	overflow: auto;
}

