body {
	color:#FFF;
	font:16px "Trebuchet MS", sans-serif;
	background-image:url(img/body_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000;
	margin:0;
	padding:0;
}
#clear {
	clear:both;
	height:0px;
}
/******** Layout divs********/
#headerContainer {
	position:relative;
	height:216px;
	width:100%;
	background-image:url(img/header_bar.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}
#header {
	height:216px;
	width:960px;
	background-image:url(img/header_logo.jpg);
	margin-left:auto;
	margin-right:auto;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:974px;
	height:100%;
	background-image:url(img/left_bg.gif);
	background-position:20px 100%;
	background-repeat:no-repeat
}
#content {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:100%;
	top:-1px;
	background-image:url(img/content_bg.jpg);
	background-repeat:repeat-y;
	z-index:1;
}
#left {
	position:relative;
	float:left;
	right:20px;
	width:293px;
	height:100%;
   	background-color:#FFF;
	z-index:3;
}
#right {
	position:relative;
	text-align:justify;
	background-color:#3A0000;
	background-image:url(img/h1_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	float:right;
	left:20px;
	top:-455px;
	width:650px;
	height:100%;
	padding:10px;
	border:2px solid #FFF;
	z-index:2;
}
#footer {
	position:relative;
	bottom:0px;
	margin-left:auto;
	margin-right:auto;
	height:80px;
	width:100%;
	background-image:url(img/footer_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	z-index:4;
	padding-top:15px;
}

/******** mainNav styles********/
.menu {
	z-index:5;
	font-size:115%;
	margin:3px 0px;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:100%;
	position:relative;
}
.menu li {
	border-top:3px solid #FFF;
	border-bottom:3px solid #FFF;
	background-image:url(img/nav_bg.jpg);
	background-repeat:repeat-x;
	height:26px;
}
* html .menu li {margin-left:-16px; margin-lef\t:0;}

/* style the links */
.menu a, .menu a:visited {
	display:block; 
	text-decoration:none;
	text-transform:capitalize;
	height:25px;
	line-height:25px;
	width:100%;
	color:#FFF;
	text-indent:25px;
}

/******** Styles********/
#right a {
	color:#61C0CB;
	text-decoration:none;
}
#right p { 
	text-indent: 20px
}
h1 {
	position:relative;
	top:-20px;
	_top:0px;
	font-size:225%;
}
h2 {
	font-size:175%;
}
h3 {
	font-size:110%;
}
.hideme {
   position:absolute;
	top:-500px;
	z-index:0;
}
em {
	font-weight:bold;
	font-size:90%;
}
img {
	border:none;
}
