#container {
     left: 50%; 
	 margin-left: -389px; 
	 width: 779px; 
	 position: absolute; 
	 top: 0px; 
	 height:100%; 
}
#header-arrowmark {
	background: url(../images/header-arrowmark.jpg);
	height: 142px;
	width: 778px;
}
#header-slogan {
	background: url(../images/header-slogan.jpg);
	height: 30px;
	width: 778px;
}
#nav-bg {
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	background: url(../images/nav-bg.jpg);
	height: 26px;
	width: 778px;

}
#nav-bg a, #nav-bg a:visited {
	color: #80d6f7;
	text-decoration: none;
}
#nav-bg a:hover {
	color: #fff;
}
#nav {
	float: left;
	background-color: #22417d;
	width: 169px;
	margin-right: 10px;
}
#content {
	line-height: 13px;;
	margin-left: 180px;
	* margin-left: 0px;
	padding: 10px;
	background-color: #fff;
	width: 577px;
}
#content-bg {
	background: url(../images/arrowmark-contentbg.gif) repeat-y;
}
#footer {
	color: #fff;
	background-color: #00adef;
	font-weight: bold;
	width: 778px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#footer a, #footer a:visited { 
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
