body {
	margin:0px;
	padding-top:-50px;
	text-align:center;
	font-family: Georgia;
	font: 0.8em Georgia;
	color:#ffffff;
	background: url(background.jpg);
	background-repeat: repeat-x;
	background-color:#515151;
	padding-bottom: 10px;
	}

a {
	border:0px;
	color:#c9ecf0;
	text-decoration:none;
	border-bottom:1px solid #dda819;
}

a:hover {
	border:0px;
	color:#ffffff;
	text-decoration:none;
	border-bottom:0px dotted #dda819;
	}
	
a.img {
	border:0px;
	color:#c9ecf0;
	text-decoration:none;
	border-bottom:0px solid #dda819;
}

form {	
	font-family:verdana;
	font-size:11;
	color:#ffffff;
	}
	
input, option, select { 
	font-family:verdana;
	font-size:11;
	color:#000000;
	}

h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
	
h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#ffffff;
	font:2em;
	margin:0px;
	font-weight:900;
	}
	
#main {
	width:479px;
	margin:auto;
	text-align:left;
	padding:15px;
	}
	
.content {
width: 479px;
margin-top: -3px;
position: relative;
background: url(contentbg.jpg);
background-repeat: repeat-y;
padding-bottom:-70px;
filter:alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;
}