body {
	background-color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	margin-top: 0px;
	padding-top: 0px;
}

#header {
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	padding-bottom:15px;
}

#footer {
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	padding-top:10px;
	text-align:center;
	clear:both;

}

#main {
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	background-repeat: no-repeat;
}

#content{
	width:550px;
	float:left;
}

#content p {
	line-height: 1.5;
}


#content li {
	line-height: 1.5;
}

#sidebar{
	width:200px;
	float:right;
	padding-left:15px;
}



h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
}


a, a:link, a:active, a:visited{
	color: #FFF;
	text-decoration: underline;
}
a:hover{ 
	color: #FFF;
	text-decoration:none;
}

