@charset "utf-8";

html, body, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
} 

body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
}

#container {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#page {
	float: left;
	width: 820px;
	background-image: url(../assets/images/bg_nav_col.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}
#page   a   {
	color: #FFFFFF;
	text-decoration: none;
}
#page  a:hover  {
	color: #6CDEFF;
	text-decoration: none;
}


#nav_col   {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#nav_col #co_logo {
	height: 252px;
}
#nav_col #nav {
	height: 350px;
}
#nav_col #contact  {
	font-size: 95%;
	color: #FFFFFF;
}


#banner {
	float: right;
	width: 600px;
	background-image: url(../assets/images/bg_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 72px;
}
#header {
	float: right;
	height: 170px;
	width: 600px;
	background-image: url(../assets/images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sector {
	float: right;
	height: 30px;
	width: 600px;
	background-image: url(../assets/images/bg_sector.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#page_title {
	float: right;
	height: 52px;
	width: 540px;
}
#bullet  {
	height: 42px;
	width: 40px;
	float: right;
	padding-left: 20px;
	padding-top: 10px;
}
#content_rt {
	float: right;
	width: 250px;
	padding-right: 20px;
	padding-left: 10px;
}


#content {
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	width: 560px;
	overflow: visible;
}

#content #content_left {
	float: left;
}


#footer {
	clear: both;
	background-image: url(../assets/images/bg_nav_col.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 30px;
	font-size: 95%;
	color: #FFFFFF;
	padding-bottom: 10px;
	float: left;
	width: 790px;
	margin-top: 10px;
}
#footer #contact {
	width: 190px;
	float: left;
	height: 80px;
}
#footer #links {
	float: left;
	width: 290px;
	height: 80px;
	color: #000000;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}

#footer #copyright {
	float: left;
	width: 250px;
	height: 70px;
	color: #000000;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}
#developer {
	float: left;
	width: 800px;
	text-align: right;
	clear: both;
	padding-right: 20px;
	font-size: 95%;
	color: #CCCCCC;
	background-image: url(../assets/images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	background-color: #FFFFFF;
}
#developer a {
	text-align: right;
	color: #CCCCCC;
	text-decoration: none;
}
#developer a:hover {
	text-align: right;
	color: #3fccfa;
	text-decoration: none;
}

#container #page #content a {
	color: #000000;
	text-decoration: none;
}

#container #page #content a:hover {
	color: #5280F8;
}
#container #page #footer #copyright a {
	color: #000000;
	text-decoration: none;
}

#container #page #footer #copyright a:hover {
	color: #5280F8;
}
