body {
	margin: 0;
	padding: 0;
	background: #5e010c;
	font: 76%  Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	padding: 0;
	margin: 40px auto 0;
	width: 814px;
	background: url(images/bg_dropshad.gif) right repeat-y;
}

#tr {
	background: url(images/tr.gif) top right no-repeat;
}

#bl {
	background: url(images/bl.gif) bottom left no-repeat;
	height: 100%;
	width: 100%;
}

#br {
	background: url(images/br.gif) bottom right no-repeat;
}

#header {
	margin: 0;
	padding: 0;
	width: 807px;
	height: 204px;
	background: url(images/header.jpg) no-repeat;
}

#bgwrapper {
	margin: 0;
	padding: 0;
	width: 807px;
	background: url(images/bg.gif) top center repeat-y;
	min-height:451px;            
	height:auto !important;      
	height:451px; 
}

#navbar {
	margin: 0;
	padding: 0;
	width: 242px;
	background: #910213;
	float: left;
	position: relative;
	min-height:451px;            
	height:auto !important;      
	height:451px;   
}



#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav {
	margin-left: 20px;
}

#nav li {
	height: 25px;
	padding: 1px 0;
	line-height: 25px;
	width: 200px;
	float: left;	
}

#nav a {
	padding-left:10px;	
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: lowercase;
	background: url(images/button_bg.gif) repeat-x;
	width: 200px;
	height: 25px;
	display: block;
}

#nav a:hover {
	background: #5e010c;
}

#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
	border: 1px #fff solid;
}

#nav li ul, #nav li ul li, #nav li ul li a {
	z-index: 1000;
}

#nav li ul li {
	margin: 0;
	padding: 0;
}
 
#nav li:hover ul, #nav li.sfhover ul {
    left: 180px;
	margin-top: -25px;	
	z-index: 1000; 
}

#navoverlay {
	margin: 0;
	padding: 0;
	height: 451px;
	width: 59px;
	background: url(images/nav_overlay.gif) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#logos {
	margin: 20px 0 0 10px;
	padding: 0;
	font-size: 0.9em;
	z-index: 0;
	float: left;
}

#logos a {
	color: #fff;
}

#logos img {
	border: 0;
}


#content {
	margin: 0;
	padding: 10px;
	width: 403px;
	min-height:431px;            
	height:auto !important;      
	height:431px;                
	background: #fff;
	float: left;
}

#rightcolumn {
	margin: 0;
	padding: 0;
	width: 142px;
	min-height:100%;            
	height:auto !important;      
	height:100%; 
	float: left;
}

#watermark {
	margin: 0;
	padding: 0;
	width: 142px;
	height: 451px;
	background: url(images/rt_colm.jpg) top no-repeat;
}

#footer {
	border-top: 1px solid #910213;
	clear: both;
	margin: 0;
	padding: 0;
	width: 807px;
	height: 25px;
	background: #fff url(images/footer_dropshad.gif) bottom repeat-x;
}

#footertext {
	font-size: 0.8em;
	text-align: center;
	padding: 2px 0 0 0;
}

#bizboost {
	text-align: center;
	font-size: 0.8em;
	width: 30em;
	padding: 20px;
	color: #ccc;
	margin: 0 auto;
}

