body {
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#448cb9;
}

#wrapper {
	margin:0 auto;
	width:915px;
	}
#header {
	width:915px;
	height:175px;
	background-image:url(images/banner175.jpg);
	background-repeat:no-repeat;
	}
#header ul {
	width:400px;
	float:right;
	margin-right:20px;
	background-color:#003584;
	}
#header li {
	display:block;
	float:left;
	margin-left:15px;
	font-size:1.3em;
	}
#header li a {
	color:#fff;
	text-decoration:none;
	}
#header li a:hover {
	color:#ecae00;
	}
a img {
	border:none;
	}
#nav {
	width:915px;
	height:62px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-x; 
	padding:0;
	margin:0;
	border-top:1px solid black;
	}

#nav li {
	display:block;
	float:left;
	margin-left:55px;
	font-size:1.7em;
	
	}
#nav li a {
	text-decoration:none;
	}
#nav li a:hover {
	color:#fff;
	}
#pagebg {
	background-color:#003584;
	padding:20px;
	}
#page {
	background-color:#FFFFFF;
	padding:10px 20px;
	}
h1, h2, h3, h4, h5, h6, a{
	color:#003584;
	padding:0;
	margin:20px 0 10px 0;
	}
p {
	padding:0;
	margin:0 0 10px 0;
	line-height:22px;
	}
p a:hover {
	color:#e3a600;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
	color:#003584;
	}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#e3a600;
	}
.floatleft {
	width:380px;
	margin-right:40px;
	float:left;
	}
.floatright {
	width:400px;
	float:right;
	}
fieldset {
	border:none;
	}
.portfoliotitle {
	font-weight:600;
	font-size:16px;
	}
td {
	vertical-align:top;
	}
