/* CSS Document */

div.top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 370px;
	background-color:#ffffff;	
	display:block;
	color:white;
	
}

div.main {
	position: relative;
	top: 370px;
	left: 0;
	width: auto;
	min-height:460px; 
	height:auto !important; 
	height:600px;
	padding-bottom:20%;
	background-color:#ffffff;
	
}


div.container {
	position: absolute;
	width: 1000px;
	height:auto;
	text-align:left;
	margin:0 auto;
	position:relative;
	border-width:5px;
	margin-top:50px;
	}
	
div.content {
	position:relative;
	
	font-size:13px;
	color:black;
	width:820px;
	top:25px;
	left:50px
}



div.menu
{
	position: absolute;
	top: 87px;
	height:25px;
	width:1000px;
	left:10px;
	z-index:9999;
	

}
div.menu a{
padding-left:15px;
padding-right:15px;
color:white;
font-size:21px;
text-decoration:none;
}
div.footer{
	position: absolute;
	bottom:0px;
	width: 1000px;
	height: 130px;
	
	font-size:10px;
	color:#cccccc;	
	clear:left;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}

body {
background-image:url(../images/bg.gif);
background-repeat:no-repeat;
background-position:0px 0px;
background-repeat:repeat-x;
}

html, body {

color:#000000;
text-align:center; 
margin:0 auto;
font-family: Trebuchet MS,arial;
font-size:13px;

}

h1{
font-weight:normal;
color:#CC0000;
font-weight:300;
font-size:25px;
}
h2{
font-weight:normal;
}
ul li{
padding-top:20px;
height:20px;
}

