@charset "utf-8";


/*------------------------this defaults all browsers to 0------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #CC9900;
}

#hr {
	width: 570px;
	height: 3px;
	background: url(images/main%20layout%20gfx/hr.png);
	margin: 10px;
	clear: both;
}
img.left {
	float: left;
	margin: 0;
	padding: 0;
	clear: left;
}


}
img.right {
	float: right;
	margin: 0;
	padding: 0;
	clear: right;
}

#hr_gold {
	width: 570px;
	height: 3px;
	background: url(images/main%20layout%20gfx/hr_gold.png);
	margin: 10px;
	clear: both;
}

/*base styling*/

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #EBE6C9;
	}
	
#wrapper {
	position:relative;
	width:800px;
	margin: 0 auto;
	text-align:left;
	font-size: 85%;
	background: url(images/main%20layout%20gfx/content_sidebar_bg.jpg) repeat-y;
}
#clear {
	clear:both;
	}
	
/*-----------------------------position containers elemnts------------------------*/

/*----heading------*/
#header {
	position:relative;
	background:#CC3399 url(images/main%20layout%20gfx/heading_bg.jpg) repeat-x top left;
	height: 140px;
	}
	
#header h1{
	margin-left: -9000px;
	}
	
#header #heading_title {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 403px;
	height: 64px;
	background: url(images/main%20layout%20gfx/heading_title.png) no-repeat top left;
	}
	
#header #heading_logo {
	position: absolute;
	top: 10px;
	left: 80px;
	width: 121px;
	height: 119px;
	background: url(images/main%20layout%20gfx/heading_logo.png) no-repeat top left;
	}
	
#header #heading_effect {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 337px;
	height: 140px;
	background: url(images/main%20layout%20gfx/heading_effect.png) no-repeat bottom left;
	}
	
#header #heading_sidepic {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
	height: 140px;
	background: url(images/main%20layout%20gfx/heading_sidepic_bg.png) no-repeat top right;
	}
	
/*----content area-----*/	

#content {
	position: relative;
	background: url(images/main%20layout%20gfx/content_bg.jpg) repeat-y top left;
	background-color:#E1EBC8;
	width:590px;
	margin: 0px;
	padding: 15px;
	float: left;
	}
	
#content #border1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 5px;
	background: url(images/main%20layout%20gfx/border1.jpg) top left;
	}
	
#content img {
	padding: 0px;
	border: 0px solid #877c57;
	margin: 10px;
	}
	
#content h1 {
	color: #336633;
	font-size: 3em; 
	font-family: "Lucida Sans", "MS Sans Serif", "Trebuchet MS";
	}
	
#content h2 {
	color: #009900;
	font-size: 1.5em;
	font-family: "Lucida Sans", "MS Sans Serif", "Trebuchet MS";
	clear: left;
	}
/*------main navagation style-----*/	

#content ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 560px;
	height: 40px;
	background: url(images/main%20layout%20gfx/nav_bg.png)  no-repeat top left;
	left: 30px;
	top: 10px;
	}
	
#content ul li {
	float: left;
	}
	
#content ul a {
	padding: 0 2em;
	font-size: 12px;
	line-height: 3em;
	font-weight:bold;
	text-decoration: none;
	float: center;
	display: block;
	color: #CCCC33;
	}
	
#content ul li a:hover {
	color:#663300;
	}
	
/*---------------------------sidebar-----------------------*/
	
#sidebar {
	float:right;
	background: url(images/main%20layout%20gfx/sidebar_bg.jpg) repeat-y top left;
	background-color:#5A8DB4;
	width:158px;
	padding: 10px;
	margin: 0px;
	}
	
/*----sidebar nav-------*/

#sidebar ul {
	border: solid  0px #003300;
	list-style: none;
	width: 160px;
	padding: 0;
	margin: 0;
	}
	
#sidebar ul li {
	border: solid  0px #003300;
	display: inline;
	display:block;
	line-height: 3em;
	text-decoration: none;
	text-align: left;
}

#sidebar ul a {
	font-size: 12px;
	color: #993300;
	padding-left: 5px;
	}
	
#sidebar ul li a:hover {
	color: #FFCC00;
	background: url(images/main%20layout%20gfx/sidebar_nav_bg.png);
	display: inline;
	display: block;
	}
	

#sidebar ul h2 {
	text-align: left;
	font-size: 16px;
	color: #CCCC33;
	padding-left: 5px;
	background-image: url(images/main%20layout%20gfx/sidebar_nav_bg2.png);
	}
	
/*----footer-----*/
	
#footer {
	color:#EBE6C9;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	width:800px;
	background: url(images/main%20layout%20gfx/footer_bg.jpg) repeat-x top left;
	height: 40px;
	text-align: center;
	}
	
#footer  a {
	color: #fff;
	}
