﻿#container {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
	border-bottom: 1px #28487D solid;
	border-left: 1px #28487D solid;
	border-right: 1px #28487D solid;

}

#content {
	vertical-align: top;
}

#contentBody {
    text-align:left;
    vertical-align: top;
    padding: 10px;
    width: 731px;
}

#header {
    width: 900px;
    margin: auto;
}

#navbkgd {
	width: 159px;
	background: url('../images/template/navslice.jpg') navy repeat-y top;
	vertical-align: top;
}



#footer {
	text-align: center;
	font-size: 11px;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eaeaea;
	border-top: 1px #28487D solid;
}

#footer a:link, #footer a:visited, #footer a:active  {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
    color:#d8aa3d;
}

#copyright {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

