@import url("revelation-misc.css");
@import url("revelation-nav.css");

/* MAIN 
-------------------------------------------*/
* {
	font-family: "Georgia","Times New Roman", "Times", serif;
	font-size:12px;
	line-height:22px;
	margin: 0;
	padding: 0;	
}
body {
	background-color: #ebd201;
	background: url(/images/orig_stars.gif);
}

#header {
	margin: 0 auto 0 auto;
	padding:0;
	clear:both;
	width:760px;
	border-left: 8px solid #ffffff;
	border-right: 8px solid #ffffff;
	border-bottom: 8px solid #ffffff;
	background: url(/images/layout/header.jpg) repeat-x 8px 0px;
	position: relative;
}

#bannerad {
	position: absolute;
	top: 34px;
	left: 204px;
	border: 4px solid #fff;
	width: 468px;
	height: 60px;
}

#container{
	margin: 0px auto 0px auto;
	width: 760px;
	text-align: left;
	padding-bottom: 8px;
	clear: both;	
	border-left: 8px solid #ffffff;
	border-right: 8px solid #ffffff;
	background-color: #fff;
}

.content_block{
	margin-bottom: 15px;
	background:#efefef;
	border-bottom:1px solid #ccc;
}

.block_content {
	padding:3px;
}

/* MIDDLE SECTION COLUMNS
-------------------------------------------*/
#column_left{
	text-align: left;
	width: 350px;
	float: left;
}

#column_left_wide{
	width: 470px;
	text-align: left;
	float: left;
}
#column_left_release{
	width: 550px;
	text-align: left;
	float: left;
}
#column_right{
	text-align: left;
	width: 400px;
	float: right;
}
#column_right_skinny{
	text-align: left;
	width: 280px;
	float: right;
}
#column_right_releases{
	text-align: left;
	width: 200px;
	float: right;
}
/* FOOTER
-------------------------------------------*/
#footer{
	margin: 0;
	padding: 0;
	width: 760px;
	text-align: left;
	margin: 10px 0 0px 0;
	clear: both;
	color: #fff;
	background-color: #75020a;
	border-top: 8px solid #fff;
	position: relative;
}

	#footer .join{
		position: absolute;
		top: 20px;
		right: 10px;
		width: 550px;
		text-align: right;
		font-size: 12px;
	}
