﻿#wrapper {
	text-align: left; /* reset text alignment */;
	width: 750px; /* or a percentage, or whatever */;
	margin: 0 auto;
/* for the rest */	left: 50%;
	border: thick;
	border-color: black;
	color: #000000;
} 
body {
	margin-top: 20px;
	background: url(images/bg_b.gif);
		font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#header{
	height:128px;
}

#main{
	background-color: #FFFFFF;
	border: medium,black;
	color: black;
	width:580px; /* or a percentage, or whatever */ 
	height:600px;
    float:right;
    
    }

#maintext{
	padding: 20px,0,0,20px;
	width: 572px;
	float: right;
	margin-top: 20px;
	color: #000000;
}

#navigation{
background:#ffffff;
width:150px;
height:600px;	
}

a {
	text-decoration: none;
	color: #AF981B;
}


#menu{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000080;
	border-bottom: medium;
	background-image: url('images/bg_nav.jpg');
	background-repeat: no-repeat;
}

#menu a {
	display: block;
	padding: 6px;
	border-top: 1px solid #F7F6CE;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	background: #ffffff;
	text-decoration: none;
	/*color: #061DCE;*/
}



#footer{
	font-size: x-small;
	text-align: center;
		}
		
#h2{
	font-size: medium;
	font-weight: bold;
	color: #000080;
	padding-top:20px;
}

p
.navtop {
	background-image: url('images/boxmiddle.gif');
	background-repeat: no-repeat;
	height: 22px;
	/*color: #ffffff;*/
	text-align: center;
	font-weight: bold;
	font-family: verdana;
	letter-spacing: 2px;
	margin-bottom: 0px;
	font-size: 0.8em;
}
.navmid {
	background-image: url("images/boxmiddle.gif");
	background-repeat: repeat-y;
	color: #000000;
	font-size: 10px;
	font-family: verdana;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.navbott {
	background-image: url("images/boxbottom.gif");
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 20px;
	color: #F60606;
	font-weight: bold;
	height: 19px;
	margin-top: 0px;
}

