body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8c969f;
	background: #121b24;
}

h1 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #aabdd0;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: normal;
}

a:link, a:visited { color: #aabdd0; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #aabdd0; text-decoration: underline}

.clearboth {
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0px;
}

#container {
	margin: auto;
	width: 900px;
	border: 1px solid #34373b;
	min-height: 100%;
	float: none;
	overflow: hidden;
}

#banner {
	z-index: 0;
	width: 900px;
	height: 268px;
	/* background: url("banner/DSC02232 (Custom).jpg") no-repeat; */
	background: none;
}

#banner_img {
	position: absolute;
	top: 0px;
	width: 900px;
	height: 268px;
	/* background: none; */
	background: url("banner/01.jpg") no-repeat;
	}

#banner_shading {
	position: absolute;
	top: 0px;
	z-index: 10;
	width: 240px;
	height: 269px;
	background: #555;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#banner_logo {
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 20;
	width: 300px;
	height: 119px;
	background: url(images/logo3.png) bottom right no-repeat;
}	

*html #banner_logo {
	
	width: 300px;
	height: 119px;
	bottom: 0px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo3.png', sizingMethod='scale');
}	


#content_container {
	width: 900px;
	min-height: 500px;
	border: none;
}


#content_left {
	position: relative;
	float: left;
	left: 0px;
	width: 240px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #232f3a;
	background-image: url("images/leftcol_fade.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}

#content_left_text {
	position: relative;
	left: 0px;
	float: left;
	width: 236px;
	min-height: 500px;
	border: none;
	margin: 0; 
	padding: 2.5px;
	
}

#newsitem img {
	float: left;
	margin: 3px;
}

#newsitem {
	margin-top: 0px;
	margin-bottom: 15px;
}

#newsitem p {
	margin: 0;
	height: auto;
	overflow: hidden;
}


#content_right {
	position: relative;
	float: left;
	width: 660px;
	min-height: 500px;
	border: none;
}

#content_right_text {
	position: relative;
	left: 0px;
	float: left;
	width: 652px;
	min-height: 500px;
	border: none;
	padding: 3px;
	
}

#content_right_text li {
	line-height: 1.5em;
}

#menu {
	position: relative;
	width: 650px;
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-bottom: 5px;
	
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
	
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	width: 128.7px;
	height: 30px;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #aabdd0;
	border-left: 1px solid #34373b;
	border-bottom: 1px solid #34373b;
	
}

#menu ul li .lastmenu{
	border-right: 1px solid #34373b;	
}

#menu li a:hover, #templatemo_menu li .current{
	color: #aabdd0;
	background: #1e2124;
	/* background: url(images/menuhoverBG.gif) no-repeat; */
}