/* CSS Document */

html, body {
	background: url(background1.jpg) repeat-x top #FFFFFF;
	padding:0;
	margin:0;
	border:0;
	text-align:center;
}

#bigwrapper{
	padding:0;
	margin: 0 auto; 
	text-align:left; 
	width:940px;
	height: auto;
	/*background-color:none;*/
	background: url(shadow1.png) repeat-x top;
	position:relative;
	top: 0;

}

#wrapper{
	padding:0px;
	margin-left: 20px;
	margin-right: 20px;
	text-align:left; 
	width:900px;
	height: auto;
	background-color:#FFFFFF;
	position:relative;

}

#banner{
	/*background-image:url(banner1.png);*/
	/*background-color:none;*/
	height: 100px;
	width: 900px;
	
	
}

#nav{
	padding: 0;
	margin: 0;
	border: 0;
	background-color:none;
	height:30px;
}

#main {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#FFFFFF;
	width: 820px;
	height: auto;
	text-align: justify;
	font: 9pt century gothic, sans-serif;
	color: #666666;

}

#footerlinks {
	background-color:#FFFFFF;
	width:900px;
	display: block;
	height: auto;
	font: 9pt century gothic, sans-serif;
	color:#000000;
	text-align:center;
}

#footer {
	padding-top:30px;
	padding-bottom:20px;
	background-color:#FFFFFF;
	width:900px;
	display: block;
	height: auto;
	font: 7.5pt century gothic, sans-serif;
	color:#999999;
	text-align:center;
}

#footer a{
	font: 7.5pt century gothic, sans-serif;
	color:#999999;
	text-decoration:none;
}


h1{
	font: 12pt century gothic, sans-serif;
	color:#FF0000;
}

h2{
	font: 10.5pt century gothic, sans-serif;
	color:#000000;
}

ol{
	list-style-type:none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;

}



a:link {
	color:#000000
}     /* unvisited link */
a:visited {
	color:#000000
}  /* visited link */
a:hover {
	color:#FF2222
}   /* mouse over link */
a:active {
	color: #000000
}   /* selected link */

