/* Global Styles */
body{
	padding: 0px;
	color: #222;
	text-align: center;
	font-family: "Times New Roman", Tahoma;
	font-size: 90%;
	font-weight:500;
	background-color: #000000;
	background-repeat: repeat;
	margin-right: 10px;
	margin-left: 10px;
}
h1,p{margin: 0;padding: 0 10px;}
p{
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
h1{
	font-size: 250%;
	color: #333;
	letter-spacing: 1px
}
h2{font-size: 200%;line-height:1;color:#002455; font-weight:500; margin: 0;padding: 10px 0px 10px 0px; }
div#container{
	width:880px !important;
	width /**/:460px;
	padding:0px;
	text-align:left;
	background-color: #707883;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #000;
	margin-bottom: 0px;
	height: auto;
}
div#header{
	text-align:center;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #F59A11;
	background-image: url(page_bg.png);
}
div#scroller{
	text-align:center;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top:5px;
	background-color: #F59A11;
	background-image: url(page_bg.png);
}
div#content{
	float:right;
	width:670px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10;
	background-color: #FFF;
	text-align: center;
}
div#nav{
	float:left;
	width:205px;
	background: #FFD154;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
div#nav h2{font-size: 120%;color: #9E4A24}
div#footer{
	clear:both;
	width:100%;
	text-align:center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #F59A11;
	background-image: url(footer_bg.png);
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
