/* PAGE STRUCTURE */

body {
	background:#000000;
	margin:0px;
	padding:0px;
	font-family:Baskerville;
	text-align:center;
}

#header {
	height:150px;
	width:100%;
	background:#222222 url('../images/layout/header.gif') repeat-x;
}

#maincontainer {
	width:100%;
	height:650px;
	background:#990000 url('../images/layout/redbg.jpg');
	z-index:1;
}
#maincontainer2{
	width:1000px;
	margin:auto;
	position:relative;
	right:-70px;
}
#adcontainer{
	float:left;
	margin-left:30px;
	width:120px;
	border:1px solid white;
	position:relative;
	top:200px;
}

#footer {
	width:100%;
	height:130px;
	background:#222222 url('../images/layout/header.gif') repeat-x;
}

#shadow {
	height:60px;
	background:url('../images/layout/shadow2.png') repeat-x;
	position:relative;
	top:-10px;
	z-index:2;
}

#contentcontainer{
	width:850px;
	height:600px;
	margin:auto;
	position:relative;
	top:20px;
	background:url('../images/layout/main.png');
	z-index:3;
	float:left;
	
}

#contentcontainer2 {
	width:780px;
	height:530px;
	position:relative;
	top:25px; left:20px;
	background:#222222;
	font-size:11pt;
	color:#888888;
	overflow:hidden;
	padding:10px;
	text-align:left;
	z-index:4;	
}

.column {
	width:362px;
	height:470px;
	margin-right:6px;
	margin-left:6px;
	float:left;
	padding:5px;
	border:3px double #333333;
	background: #1B1B1B;
	text-align:justify;
	overflow:auto;
}

.box {
	width:767px;
	height:470px;
	float:left;
	padding:5px;
	border:3px double #333333;
	background: #1B1B1B;
	text-align:justify;
	overflow:auto;
}
.logotop {
	position:relative;
	top:-10px;
	left:-360px;
	z-index:10;
}
.logobottom {
	position:relative;
	top:770px;
	left:310px;
	z-index:10;
}
.ruler {
	background:url('../images/layout/ruler.png') repeat-x;
	
	
	line-height:7pt;
	font-family:Trebuchet MS;
}
#top {
	height:45px;
	color:#2B2B2B;
	font-size:10pt;
	font-weight:bold;
}
#bottom {
	height:40px;
	color:#777777;
	font-size:8pt;
	line-height:11px;
}
#bottom a:link, #bottom a:hover {
	color:#777777;
	font-weight:bold;
}
#bottom a:hover {
	color:#660000;
	font-weight:bold;
}
.left {
	height:100%;
	text-align:center;
	float:left;
	width:19%;
	border-right:1px solid #000000;
}
.center {
	height:100%;
	text-align:center;
	float:left;
	width:60%;
	border-left:1px solid #444444;
	border-right:1px solid #000000;
}
.right {
	height:100%;
	text-align:center;
	float:left;
	width:19%;
	border-left:1px solid #444444;
}
