/* CSS Document */

html{
	height:auto;
}

body{
	font-family: Arial; 
	font-size: 12px; 
	color: #303030; 
	background-color:#EEEEEE;
	text-align:center;
	margin:0px;
	height:auto;
}

#container{
	width:760px;
	background-color:#500A0A;
	margin-right:auto;
	margin-left:auto;
	height:auto;
	text-align:center;
}
.borderbottom{
border-bottom-color:#000000;
border-bottom-style:ridge;
}
#wrapper{
	padding-top:2px;
	width:720px;
	text-align:center;
	height:auto;
	margin:auto;
	
}
a{
color:#303030;
text-decoration:none;
}
a:hover{
color:#000000;
text-decoration:underline;
}



