@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-image:url(images/background_strip.jpg);
	background-repeat:repeat-x;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:14px;
	color:#036;
	text-decoration:none;
}

a:link {
  color:#1a5cb7;
  text-decoration:none;
  }
a:visited {
  color:#764;
  text-decoration:none;
  }
a:hover {
  color:#933;
  text-decoration:underline;
  }

#page-container {
	background:url(images/bgimg_12.jpg);
	background-color:#FAF8E1;
	background-repeat:no-repeat;
	width:1150px;
	height:850px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	
}


#top-nav {
	background-image:url(images/topnav.png);
	clear:inherit;
	width:auto;
	height:62px;
	text-align:center;
	font-size:26px;
	padding-top:15px;
	padding-bottom:auto;
	
}

#main-textbox {
	clear:inherit;
	float:right;
	width:435px;
	height:auto;
	padding-right:10px;
	
}
	

#bot-nav {
	background-image:url(images/botnavband.png);
	width:1160px;
	height:21px;
	float:right;
	text-align:center;
	font-size:12px;
	margin-top:30px;
	padding-top:6px;
	
}
