* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #000000;

}
#top {
	width: 817px;
	height: 197px;
        margin-top: 15px;
        margin-bottom: 15px;
}
#top_wrap {
        margin-right: auto;
	margin-left: auto;
	width: 817px;
}

#news {
	width: 600px;
	float: left;
	text-align: left;
	padding-bottom: 30px;
	padding-top: 7px;
	color: #ededed;
	line-height: 17px;
}
#news img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#wrapper {
	width: 817px;
	margin-right: auto;
	margin-left: auto;

}

#friends {
	width: 200px;
	float: right;
	line-height: 17px;
	padding-top: 41px;
}

a {
	font-size: 11px;
	color: #ededed;
}
#news a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#news a:hover {
	text-decoration: none;
	color: #ededed;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
}
