@charset "UTF-8";
/* CSS Document */


html {
	height:100%;
	padding:0;
}

body {
	background-color:#999;
	/*height:auto;*/
	margin:0;
	}
	
#banner {
	margin-left:auto;
	margin-right:auto;
	width:902px;
}

#content {
	width: 978px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	background-image:url(../images/background.jpg);
	/*background-position:center;*/
	background-color:#fff;
	margin-bottom:0;
	
	
}


#text {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	width: 900px;
	/*height:100%;*/
	margin-left:auto;
	margin-right:39px;
	/*background-image:url(../../images/bg_starX.gif);*/
	background-repeat:no-repeat;
	background-position: top;
		
}

#text ul {
	list-style: none;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width: 350px;
	
}	

#text ul li {
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	width: 300px;
	height: 100px;
	background-color:#999;
	/*text-align: left;*/
	/*padding-left: 10px;*/
	border: 1px solid black;
}

#text ul li a {
	paadding-top:20px;
	color:#fff;
	text-decoration: none;
}


#text li:hover {
	background-color:#CCC;
}	

#text a img {
	float:right;
	border-style:none:
}

#bottom {
	margin-left:-38px;
	
	margin-right:auto;
	
	height: 215px;
	width:964px;
	background-image: url(../images/bottom4.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}

#bottom p {
	font-family:Arial, Arial Narrow, Helvetica, sans-serif;
	color:#333;
	margin-top:100px;
}


h3 {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	
}

ol {
	list-style:none;
	margin-left:auto;
	margin-right:auto;
	
}

li a {
	
}

.spacer {
	height: 25px;
}