/* CSS Document */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body {
	padding:0;
	margin:0;
}
body{	
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #999999;
	color: #000000;
}

#outer{
	height:99.9%;
	min-height:100%;
	width:758px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #FFFFFF;
	text-align:center;
	margin:auto;
	position:relative;
	background-color: #000000;
}

#Title {
	font-family: "Courier New", Courier, mono;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}

 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:758px;
	height:175px;
	background:url(Images/background.gif) repeat-x;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#header-img {
	position:absolute;
	top:0px;
	right:0px;
}

#logo { position:absolute;
		top:0;
		left:0;
		}

#footer {
	width:758px;
	min-height:55px;
	line-height:45px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	text-align: center;
	background-image: url(Images/footer.gif);
	background-repeat: repeat-x;
	background-color:#cc0033;
	margin:-50px auto 0;
	position:relative;
}

* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

#footer a {
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #FFFFFF;
	
}

#footer-img-left {
	top: 5px;
	left: 30px;
	position: absolute;
	width: 110px;
	float: left;
}

#footer-img-right {
	top: 5px;
	right: 30px;
	position: absolute;
	width: 110px;
	float: right;
}
	
#footer img{
	border: 3px solid #00CC33;
 	
}
	
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:758px;
	float:right;
	padding-top:177px;/*make room for header*/
}



#centrecontent p {
	padding-left:3px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;	
}

#centrecontent a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}


#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */
