@charset "UTF-8";



body {
	background: #000000 url() repeat-x 0% 0%;
	color: #ae9aab;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
}

a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #83657e;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #fff;
}



#Container {
	width: 972px;
	margin: 0 auto;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
.Content {
	float: left;
	width: 960px;
	height: 600px;
	margin: 0;
	padding: 0 8px 10px 8px;
	background: #452045;
}

#Left {
	width: 490px;
	float: left;
	display: block;
	background: url(../images/olives.png) no-repeat 15px top;
	margin: 20px 0 0 10px;
}

.feed {
	background: #ae9aab;
	width: 370px;
	float: left;
	margin: 10px 0 10px 100px;
	padding: 0 0 0 0;
}

#Right {
	width: 430px;
	float: left;
	display: block;
}

.mainText {
	width: 320px;
	float: left;
	margin: 10px 0 10px 100px;
	padding: 0 0 0 0;
}
.rightText {
	width: 430px;
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 0;
	text-align: right;
}
.coverArt {
	width: 430px;
	float: left;
	margin: 0px 0px 0px 30px;
	padding: 0;
}

/* img borders */

.topMargin {
	margin: 25px 0 0 25px;
}
.fivePixels {
	margin: 5px 5px 5px 5px;
}
#footer {
	width: 960px;
	float: left;
	padding: 5px 8px 10px 8px;
	margin: 0px 0 0 0;
	font-family: Helvetica, sans-serif;
	line-height: 1em;
	font-size: 0.85em;
	color: #83657e;
	text-align: right;
}
#footer a {
	color: #452045;
	text-decoration: none;
}
#footer a:hover {
	color: #ae9aab;
	text-decoration: none;
}
#footer a:visted {
	color: #452045;
}