/* CSS Document */

html, body {
	width:100%;
	height:100%;
	margin:0;
	background:	url(images/website_bg.jpg) repeat-x;
	}
	
#wrapper1 {
	width:998px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	}

.sidebar {
	width:5px;
	height:376px;
	float:left;
	}
	
#holder {
	width:988px;
	float:left;
	/*height:500px; Delete this after, add auto height to content area */
	background: url(images/bottom-bg.jpg) bottom center no-repeat #fff;
	margin-bottom:2px;
	}
	
.clearfix {
	clear:both;
	}
	
#wrapper2 {
	width:100%;
	height:38px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background:#211560 url(images/footer_bg.gif) repeat-x;
	}
	
#footer {
	width:986px;
	height:38px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background:#52011f;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	}
	
#footer div {
	text-align:center;
	color:#9f5b76;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:5px;
	}
	
#footer a {
	color:#9f5b76;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#fff;
	}
	
#header .leftpush {
	width:1px;
	height:116px;
	float:left;
	}
	
#header .topbar {
	width:986px;
	height:10px;
	line-height:1px;
	background:#6e0b30;
	float:left;
	}
	
#header .midbar {
	width:986px;
	height:72px;
	background:#fff url(images/header_bg1.gif) repeat-x bottom;
	float:left;
	}
	
#header .midbar img {
	margin-left:47px;
	}
	
#header .navbar {
	width:986px;
	height:34px;
	background:url(images/header_bg2.gif) repeat-x;
	float:left;
	}
/*	
#header .navbar #nav {
	text-align:right;
	padding-right:60px;
	}
*/	
#bodycontent {
	width:867px;
	min-height:450px;
	height:auto !important;
	height:450px;
	position:relative;
	margin:15px auto 0 auto;
	}
	
#top-img {
	display:none;
	}
	
#utility {
	color:#636363;
	font:11px Arial, Helvetica, sans-serif;
	text-align:right;
	padding:15px 0 0 0;
	}

#utility a {
	text-decoration:none;
	color:#636363;
	margin:0 3px 0 3px;
	}

#utility a:hover {
	text-decoration:underline;
	color:#6e0b30;
	}
	
#pagecontent {
	color:#636363;
	font:12px Arial, Helvetica, sans-serif;
	padding-bottom:50px;
	}
	
#pagecontent p {
	margin:17px 0 12px 0;
	}
	
h1 {
	color:#711135;
	font:18px Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	margin-top:5px;
	}
	
h2 {
	color:#0b0049;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
.h1bg-short {
	background:url(images/h1-under.gif) bottom repeat-x;
	height:1px;
	line-height:2px;
	width:679px;
	}
	
.h1bg-long {
	background:url(images/h1-under.gif) bottom repeat-x;
	height:1px;
	line-height:2px;
	}
	
.right-float {
	float:right;
	width:170px;
	margin:15px 0 0 15px;
	margin-bottom:15px;
	text-align:right;
	}
	
.bold1 {
	color:#711135;
	font-weight:bold;
	}
	
.bold2 {
	color:#0b0049;
	font-weight:bold;
	}
	
#pagecontent a {
	color:#0b0049;
	text-decoration:none;
	}
	
#pagecontent a:hover {
	text-decoration:underline;
	}	