body, html {
	width:100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #000000;
	text-align:center;
	background-color:#15416E;
	background-image:url(/images/pageBkgrd.jpg);
	margin:0px;
}
#stage {
	width:956px;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:left;
	background-image:url(/images/bodyBkgrd.jpg);
}
#main {
}

#chromemenu{
	width: 864px;
	font-weight: bold;
	font-size: 12px;
	margin: 0 auto 20px auto;
}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#chromemenu ul{
	border: 1px solid #BBB;
	background: url(/images/chromebg.gif) center center repeat-x;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0;
}
#chromemenu ul li{
	display: inline;
	border-left:2px solid #DADADA;
	text-align:left;
}
#chromemenu ul li a{
	color: #494949;
	text-decoration: none;
	padding: 5px 7px 5px 7px;
}
#chromemenu ul li a:hover{
	background: url(/images/chromebg2.gif) center center repeat-x;
}

#mainContent {
  width:680px;
  float:left;
  margin:0px 50px;
}
#rightContent {
  width:120px;
  float:left;
  margin:10px;
}
#fullWideContent {
	width:864px;
	margin:0px auto;
}

#footPanel {
  clear:both;
	height:44px;
	margin:0 auto;
	bottom:0px;
	background-image:url(/images/bottom.jpg);
}
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	text-align:center;
	position:relative;
	top:10px;
}

h1 {
  font-size:18px;
  color:#953616;
}
