/***************************************************
   Site Layout Container:
 ***************************************************/

#siteBox {
  width: 750px;
  margin: 0px auto;
  text-align: left;
}
/***************************************************
   Banner - Top of Page Style
 ***************************************************/
 #headerHome {
  height: 226px;
  background: url(../images/banner_container.jpg) no-repeat top center;gradiant.gif;
}
#header {
  height: 226px;
  background: url(../images/bergen_banner_rev4.jpg) no-repeat top center;gradiant.gif;
}

#menu {
  position: relative; 
  width:750px; 
  height:20px; 
  z-index:1; 
  text-align: right;
  font-size: 10px;
  padding-top: 5px;
  margin-bottom: 20px;
}

#menu a {
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  font-size:12px;
  font-weight: bold;
  color: #c5c4c4;
}

#menu a:hover, a.active {
	color: #666666;
}
#navcontainer 
{
	float: left;
	background: url(../images/nav_background.jpg) repeat-y;
	width:190px;
	left:5px;
	border:none;
	z-index:2;
	clear:both;
}
#right 
{
	float: right;
	width: 180px;
	margin: 0px;
	padding: 7px;
}
#right a
{
	display: block;
}
#page_content
{
	width: 750px;
}
#content
{
	position:relative;
	margin: 10px 200px 20px 200px;
}
#footer p
{
	font-size: 11px;
	margin: 25px 0;
	text-align: center;
}
