@charset "utf-8";
/* CSS Document */

#main_wraper {
	font-family: Verdana, Geneva, sans-serif;
	width: 965px;
	margin: 0px auto;
	font-size: 12px;
	color: #333333;	
}
#body_style {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #31A0CE;
}


#header {
	height: 110px;
	width: 965px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#Co_logo {
	float: left;
	height: 37px;
	width: 124px;
	padding-top: 63px;
	padding-left: 17px;
}
#nav {
	height: 37px;
	width: 420px;
	padding-top: 70px;
	padding-left: 340px;
	float: left;
}


/***************************menu navigation*****************/
.wireframeauramenu{
	font-size: 90%;
	width: 98%;
	font-weight: bold;
}

.wireframeauramenu ul{
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
	color: #626262;
	padding: 6px 12px 6px 6px;
	margin: 0;
	text-decoration: none; /*right border between menu items*/
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #bbb;
}

.wireframeauramenu ul li a:hover{
color: #0095d9;
font-weight: bold;
}

.wireframeauramenu #current a{
	color:#0095d9; font-weight: bold;
	}
#E_version {
	float: left;
	height: 22px;
	width: 42px;
	padding-top: 75px;
	padding-left: 5px;
}
#banner {
	height: 226px;
	width: auto;
}
#tb_top {
	height: 3px;
	width: auto;
	background-image: url(../images/tb_top.jpg);
	padding-top: 2px;
	margin-top: 1px;
}
#tb_body {
	width: auto;
	height: auto;
	background-image: url(../images/tb_body.jpg);
	padding: 10px;
}
#tb_botm {
	height: 3px;
	width: auto;
	background-image: url(../images/tb_botm.jpg);
	margin-bottom: 1px;
	padding-bottom: 2px;
}
#footer {
	height: 40px;
	width: auto;
	background-image: url(../images/footer_back.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#c_logo {
	height: 35px;
	width: 294px;
	float: left;
	padding-top: 3px;
	padding-left: 10px;
}
#copyright_text {
	float: right;
	height: 30px;
	width: 350px;
	text-align: right;
	padding-right: 10px;
}

