body  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #D4ECFB;
	background-image: url(images/gw_bg.gif);
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px outset #000033;
	border-bottom: 2px outset #000033;
	border-left: 1px outset #000033;
	border-right: 2px outset #000033;
	text-align: left;
} 

#header {
	height: 106px;
	padding: 0;
	background-color: #FFF;
	border-bottom: 1px solid #003093;
} 
div#header img {
	
}

#navbar {
	position: absolute;
	top: 110px;
	left: 0;
	width: 130px;
	padding: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
#navmenu {
	padding: 4px;
	height: auto;
	width: 130px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #003093;
}
div#navmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#navmenu li {
	width: 120px;
	padding: 3px;
}
div#navmenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #003366;
	display: block;
	width: 120px;
	font-size: small;
	font-weight: bold;
	padding: 3px;
	margin: 1px 1px;
	border: 1px solid #003366;
}
div#navmenu a:link, div#navmenu a:visited {
	background-color: #FBDEB6;
}
div#navmenu a:focus, div#navmenu a:hover, div#navmenu a:active {
	background-color: #FC9200;
}
#rightbar {
	position: absolute;
	top: 110px;
	right: 10px;
	width: 150px;
	padding: 3px;
}
#mainContent {
	margin: 5px 170px 5px 150px;
	padding: 10px;
	border-right: 1px solid #003093;
	border-left: 1px solid #003093;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
div#mainContent li ul {
	line-height: 2.5em;
}
div#mainContent li li {
	line-height: 1.5em;
}
#footer {
	padding: 0 10px 0 20px;
	background-color: #007DCF;
	text-align: center;
	border-top: 1px double #003093;
} 
#footer p {
	margin: 0;
	padding: 6px 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #333;
}
#footer a{
	color: #333333;
	text-decoration: none;	
}
div#footer a:focus, div#footer a:hover, div#footer a:active {
	color: #FF0000;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.portfolio {
	height: auto;
	width: 450px;
}

