@charset "utf-8";
/* CSS Document for the CS Site */

body{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}
img, div {
	behavior: url(iepngfix.htc)
}


#wrapper{
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
}
#container{
	width: 750px;
	min-height: 590px;
	_height: 590px;
	background-image: url(../images/container_bg.jpg);
	background-repeat: no-repeat;
	padding: 0 10px;
}
#header{
	width: 750px;
	height: 240px;
	float: left;
	clear: both;
}
#header_top{
	width: 750px;
	height: 99px;
	background-image: url(../images/header_top.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;
}
#header_top p{
	color: #fff;
	margin: 5px 25px;
	padding: 0;
}
#header_top a{
	color: #fff;
	text-decoration: underline;
}
#header_bottom{
	width: 750px;
	height: 116px;
	background-image: url(../images/header_bottom.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;
}
#main_nav{
	width: 750px;
	height: 25px;
	float: left;
	clear: both;
	background-image: url(../images/main_nav_bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
#main_nav img{
	float: left;
}
#main_nav a{
	width: 97px;
	height: 25px;
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	background-image: url(../images/main_buts.jpg);
	background-repeat: repeat-x;
}
#main_nav a:hover{
	text-decoration: underline;
}
#content{
	width: 730px;
	min-height: 360px;
	_height: 360px;
	background-image: url(../images/content_gradient_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	clear: both;
	padding: 10px 10px 0px 10px;
}
#left_col{
	width: 190px;
	height: auto;
	float: left;
	padding-bottom: 20px;
	background-color: #2B2B2B;
}
.left_col_header{
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	background-color: #2b2b2b;
	float: left;
	clear: both;
	background-image: url(../images/left_col_header.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
}
#left_col p{
	width: 130px;
	margin: 20px 0 0 20px;
	_margin-left: 10px;
	padding: 0;
	color: #fff;
	float: left;
	clear: both;
}
#left_col p a{
	color: #fff;
	font-weight: bold;
}
#right_col{
	width: 530px;
	background-color: #bfc0c1;
	float: right;
}
.heading{
	display: block;
	width: 530px;
	height: 40px;
	background-image: url(../images/h2_bg.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	line-height: 40px;
	font-size: 10px;
	color: #000;
}
.heading img{
	float: left;
}
.heading p{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	width: 490px;
	background-image: url(../images/h2_bg.jpg);
	background-repeat: repeat-x;
}
#sub_nav{
	float: left;
	margin: 0 0 0 40px;
}
#sub_nav a{
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	padding: 0 20px 0 0;
	border-right: 1px solid #989898;
	background-image: url(../images/sub_nav_bg.jpg);
	background-repeat: repeat-x;
}
#sub_nav a:hover{
	text-decoration: underline;
}
#sub_nav span{
	display: block;
	width: 8px;
	height: 40px;
	float: left;
	background-image: url(../images/sub_nav_span.jpg);
	background-repeat: no-repeat;
	margin: 0 12px 0 0;
}
#sub_nav .active{
	color: #000;
	background-image: url(../images/sub_nav_bg_active.jpg);
}
#sub_nav .active span{
	background-image: url(../images/sub_nav_span_active.jpg);
}
.txt{
	width: 420px;
	min-height: 160px;
	_height: 160px;
	background-image: url(../images/txt_gradient.jpg);
	background-repeat: repeat-x;
	float: left;
	clear: both;
	padding: 30px 30px 30px 80px;
	text-align: justify;
}
#footer{
	width: 750px;
	height: 1px;
	float: left;
	clear: both;
}
#height_hack{
	display: block;
	color: #fff;
	text-align: center;
	width: 750px;
}
#qwerty{
	width: 730px;
	background-image: url(../images/left_col_bg.gif);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	border: 0;
}
#soldier{
	position: absolute;
	width: 110px;
	height: 220px;
	top: 290px;
	margin: 0 0 0 180px;
}

