﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#3c0022;
	background-image:url('images/background.jpg');
	background-position:bottom right;
	background-attachment:fixed;
	background-repeat:repeat;
	/*background-repeat:no-repeat;*/
	margin-top:0px;
	margin-bottom:0px;
}

body a
{
	color:#ebbda2;
}

#mainDiv 
{
	width:985px;
	margin-top:0px;
	margin-bottom:0px;
	color:#FFFFFF;
	text-align:left;
}

#bodyDiv
{
	min-height:400px;
	background-color:#3c0022;
	padding:0px;
	margin:0px;
}

#navBarDiv
{
	background-image:url('images/navbarbg.gif');
	/*background-attachment:fixed;*/
	background-position:bottom left;
	background-repeat:repeat-x;
	height:50px;
	margin:0px;
}

.navBtnDiv
{
	float:left;
	padding:14px;
	vertical-align:middle;
	text-align:center;
	width:150px;
}

.navBtnDiv a
{
	color:#EEEEEE;
	text-decoration:none;
	font-weight:bold;
}

.navBtnDiv a:hover
{
	color:#ebbda2;
	font-weight:bold;
	line-height:19px;
}


#headerDiv
{
	height:190px;
	margin:0px;
	background-image:url('images/headerbg.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
	vertical-align:bottom;
}

#headerDiv h1
{
	float:left;
	font-size:28px;
	line-height:20px;
	padding:100px 10px 1px 222px;
}

#headerDiv h2
{
}

#footerDiv
{
	border-top:solid 1px #000bc9;
	/*border-top:solid 1px #769454;*/
	margin:0px;
	padding:5px;
	text-align:center;
	clear:both;
}

#mainPaneDiv
{
	background-color:#300018;	
	width:630px;
	min-height:372px;
	margin:14px 14px 14px 14px;
	float:right;
	border:solid 1px #3b3b3d;
	padding:3px;
}

#leftPaneDiv
{
	width:270px;
	min-height:372px;
	margin:14px 14px 14px 14px;
	float:left;
	padding:3px;
}
