@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;} 

html, body {height: 100%;}


#wrap {min-height: 100%;min-width: 100%}

#main {overflow:auto;
	width:800px;
	padding-top:30px;
	margin:0 auto;
	clear:both;
	padding-right:10px;
	padding-left:10px;
	padding-bottom: 80px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 80px;
	clear:both;
	min-width:900px;
	background: url(../images/footer.jpg) repeat-x;} 

/*Opera Fix for sticky footer*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}

#banner {
	background:#000 url(../images/logo.gif);
	position:relative;
	height:77px;
	background-repeat:no-repeat;
	min-width:900px;
}a img {border: none;}
#menu {
	font:large;
	font:bold;
	height:25px;
	width:499px;
}h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#CC9900;
	font-variant:small;
	font-size:x-large;
	padding-bottom:20px;
}h2{
	font-family:Arial, Helvetica, sans-serif;	
	color:#CC9900;
	font-size:large;
	padding-bottom:0px;
}#leftpan{
	float:left;
	width:500px;
	padding-bottom:20px;
}#rightpan{
	float:right;
	width:290px;
	padding-bottom:20px;
}p{
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-bottom:10px;
}#spacedimg{
	padding-bottom:20px;
}#p2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	text-align:center;
}a:link {color: #CC9900;
}a:hover {color: #CC9900; text-decoration:none;
}a:visited {color: #CC9900;
}#foot{
	width:800px;
	color:#FFF;
	text-align:right;
	margin:0 auto;
	clear:both;
}