@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #834007;
	background-image:url(../images/bkgd.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#logo {
	padding-top:10px;
	padding-left:16px;
}

#homeText {
	padding-left:12px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	margin-top:0;
	padding-top:0;
	font-weight:normal;
	font-size:2em;

}

.oneColElsCtr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0;
	margin:0; 
}

#navigation {
	float:right;
}

#left {
	width:405px;
	float:left;
	padding-top:100px;
}

#btn_left {
	float:left;
}

#btn_right {
	float:right;
}

#content_right {
	background:url("../images/bkgd_content-trans.png") top left repeat;
	overflow:hidden;
	padding:0 15px;
	font-size:75%;
	/*width:498px;*/
}


#right {
	width:528px;
	float:right;
	padding-top:90px;
	margin:0;
}

#footer {
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	width:518px;
	height:26px;
	padding:5px;
	font-size:60%;
	text-align:center;
}

/* MENU */

#menuContainer {
	float:right;
	/*width:700px;*/
	margin-top:20px;
}

#menuContainer ul {list-style:none;margin:0;padding:0;}
#menuContainer	li {float:left;margin:0;padding:0;text-align:center;}
#menuContainer	li a {display:block;padding:7px 15px; margin-right:1px;height:100%;color:#fff;text-decoration:none;border-right:1px solid #89BBD6; font-family:Arial, Helvetica, sans-serif; font-size:11px; text-transform:uppercase; font-weight:bold;}
#menuContainer	li a {background:url(../images/bg2.jpg) repeat 0 0;}
#menuContainer	li a:hover, li a:focus, li a:active {background-position:-150px 0; color:#fff; border-bottom:1px solid #FFDF6B;}

#a a {background:url(bg.jpg) repeat -20px 35px;}
#b a {background:url(bg2.jpg) repeat 0 0;}
#menuContainer #c a {background:url(../images/bg3.png) repeat 0 0;}
#d a {background:url(bg4.jpg) repeat 0 0;}
#current {border-bottom:1px solid; color:#fff;}

