/* CSS Document */
body {
	background-image: url(imgs/bg.jpg);
	background-attachment:fixed	;
	background-color:#660606;
	margin-top:0px;
}

#maintable {
	width:657px;
	margin: 0 auto;
}

#minheightpillar{
	height:820px;
	width:1px;
	float:left;
}

#ftr, #layer0, #layer1, #layer2 {
		width:657px;
		float: left;
}

#layer0{
	background-image: url(imgs/layerzero.jpg);
	background-repeat:repeat-y;
	}
#layer1{
	background-image:url(imgs/layer1top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
#layer2{
	background-image:url(imgs/layer2bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
#content{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	width:616px;
	float:right;
	font-size:12px;
	padding: 20px;
	text-align: center;
	}
ul#menu{ 
	color:#FFFFFF;
	font-size:13px;
	width:300px;
	float: left;
	text-align:left;
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	list-style-type:none;
	font-weight:bold;
	clear: both;
	margin: 0;
	padding: 90px 0 0 245px;
}

.menu:active, .menu:link,.menu:visited{ 
	color: #FFFFFF;
	text-decoration:none;
	}
.menu:hover{ 
	color: #990000;
	text-decoration:none;
	}
#ftr{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ffffff;
	width:657px;
	text-align: center;
	padding: 0 0 15px;
	}
#ftr p {
	margin: 0;
}
#text{
	width:380px;
	height:auto;
	vertical-align:top;
	margin: 350px auto 0;
	}
.link:active, .link:link,.link:visited{ 
	color: #ffffff;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
	}
.link:hover{ 
	color: #0000FF;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	}
.imagestyle{
	margin:8px 8px 8px 8px;
	border:3px ridge #000000;
	float:left;
	}
.heading{
	color:#ffffff;
	font-size:20px;
	line-height:150%;
	font-weight:bold;
	}

