@charset "UTF-8";
/* CSS Document */



a:link {
	color: #DB2125;
}
a:visited {
	color: #DB2125;
}

body {
	background-color: #000;
	background-image: url(images/bk.jpg);
	background-repeat: repeat;
}

.wrapper {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	width: 600px;
}
.container {
	width: 500px;
	margin-right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #EFB012;
	min-height: 300px;
	float: left;
	margin-left: 20px;
}

.newsfeed {
	
	font-size: 14px;
	float: right;
	width: 300px;
	
}

.newsfeed ul {
	list-style-image: url(images/bullet.png);
	line-height: 20px;
}

 h3 { margin-bottom: 5px; }
    div.updated { color: #EFB012; margin-bottom: 5px; font-size: 0.8em; }


#feeds {
	padding:5px;
	min-height: 153px;
	color: #EFB012;
	border: 1px solid #DB2125;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	margin-bottom: 5px;
	margin-top: 41px;
}


#description {
}
