@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #466289;
	border-left-color: #466289;
	background-color: #b2c2d7;
}
#wrapper #logo {

	background-image: url(../images/banner_conductorbar3.jpg);
	height: 161px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #fa6121;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
}
#wrapper #right {
	background-color: #FFFFFF;
	width:740px;
	float: right;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#clear div {
	clear: both;
}
#wrapper #left {
	background-color: #b2c2d7;
	float: left;
	width: 250px;
	height: 100%;
}

a:link {
	text-decoration: none;
	color: #466289;
}
#wrapper #footer .style4 a {
	color: #dbe8f9;
	font-size: medium;
}

#wrapper #footer {
	font-size: small;
	color: #000000;
	clear: both;
	background-color: #466289;
}
