@charset "UTF-8";
/* CSS Document */

#body {
 margin:0;
}

img  {
border: none;
}

a {
color:#505c64;

}

#wrapper {
	width: 1028px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	color:#505c64;
}

#banner_wrapper {
	width: 1028px;
	margin: 50px 0 0 30px;
}

#logo {
	width: 336px;
	height: 100px;
	float:left;
	display:inline;
}

#nav {
	margin: 0 0 0 500px;
	
}

#nav ul {
	padding: 25px 0 0 0;
}

#nav li {
	margin:0;
	display: inline;
	list-style-type: none;
}

#nav .current {
	background-image:url(images/square.jpg);
	background-repeat:no-repeat;
	background-position:0;
}



#nav a {
	font-size:12px;
	padding: 0 14px 0 14px; 
	}
	

#nav a:link, #nav a:visited {
	color:#505c64;
	text-decoration: none;
}

#nav a:hover {
	background-image:url(images/square.jpg);
	background-repeat:no-repeat;
	background-position:0;
	color:#505c64;
	text-decoration: none;
}

#main_content {
	width: 1028px;
	float:left;
	display:inline;
}

#text wrapper {
	width:1028px;
	float:left;
	display:inline;
	}

#main_text {
	width: 700px;
	float:left;
	display:inline;
	margin-top: 20px;
}

#main_text p{
	margin: 0 50px 10px 30px;
	font-size:12px;
	line-height: 2em;
}

#sidebar_text {
	width: 300px;
	float:right;
	display:inline;
	margin-top: 20px;
	
}
 
#sidebar_text p{
	margin: 0 50px 10px 10px;
	font-size:12px;
	line-height: 1.5em;
}


#footer {
float:left;
display:inline;
width: 1028px;
padding-top:20px;
}

#footer p {
margin-right: 5px;
font-size:10px;
}

.clear_float {
		clear: both;
		}