* { margin: 0; padding: 0; outline: 0 }

body {
	background: #222 url(images/footer-bg.jpg);
		background-repeat: repeat-x;
	font: 12px Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #999; 
	text-align: center;
}

#main_wrap {
	padding-top: 1px;
}

/* links */
a, a:visited {	
	color: #ccc;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #F28E00;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #666;
}
h1 {
	font-size: 230%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 180%;
	color: #88ac0b;
}
h3 {
	font-size: 150%;	
	font-weight: normal;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
#main_wrap img {
	background: #fafafa;
   border: 0px solid #dcdcdc;
	padding: 0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	background: transparent;
	width: 900px;	
	margin: 30px auto 0 auto;
	text-align: left;
		border: 0px solid #fff;
}
#content-wrap {
	position: relative;
	background: #131313 url(images/content-bg.jpg) repeat-x;
	clear: both;
	float: left;	
	width: 870px;
	padding: 0; 			
	margin-left: 15px;	
	display: inline;
	border-top: 1px solid #666;
	border-bottom: 0px solid #e5e5e5;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}
#header {
	position: relative;
	background: #000 url(images/header-bg.jpg) repeat-x;
	width: 870px;	
	height: 105px;	
	padding: 0;	
	margin: 0px auto;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 25px; right: 10px;	
	color: #999999;
	font: normal 11px Arial, sans-serif;
	text-transform: uppercase;
		text-align: right;		
}
#header #header-links a {	
	color: #ccc;
	text-decoration: none;	
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #fff;
		text-decoration: underline;		
}

/* header-photo */
#header-photo {
	clear: both;
	background: #fff;
	margin: 0px auto;
		margin-bottom: 0px;
	padding: 0;		
	height:256px; 
	width: 870px;
		border-bottom: 1px solid #fff;
}
#header-photo img {
	border: none;
	margin: 0;
	padding: 0;
} 

/* Navigation */
#nav {
	clear: both;	
	margin: 0; padding: 0;		
	height: 40px;	
}
#nav ul {
	float: left;
	list-style: none;
	background: url(images/header-bg.jpg) repeat-x;	
	width: 870px;		
	height: 40px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 30px;
	border-right: 0px solid #777777;
	border-left: 0px solid #cccccc;
	font: bold 12px/40px Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 0px;
	color: #ccc;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(images/nav-hover.jpg) repeat-x;
		border-right: 0px solid #777777;
	border-left: 0px solid #cccccc;	
		color: #fff;
		text-decoration: underline;
}
#nav ul li#current a {	
	background: url(images/nav-current.jpg) repeat-x;
	text-decoration: underline;
}

/* Main Column */
#main {
	float: left;
	width: 550px;
	padding: 15px 0 0 0; margin: 0 0 0 15px;
	display: inline;	
}
#main h2 {
	margin-top: 10px;
	padding-bottom: 3px;
	font: normal 2.0em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #666; 
	letter-spacing: -1px;	
	text-transform: none;
}
#main h2 a {
	color: #ccc; 
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 260px;
	padding: 25px 0 0 0; margin: 0;
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;	
	color: #F28E00; 			
			margin-right: 20px;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 20px 8px 0px; padding: 0;
	text-decoration: none;		
	border-bottom: 0px solid #ccc;
		border-top: 1px solid #ccc;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #666;
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666; 		
}
#sidebar ul.sidemenu li a:hover {	
	color: #ccc;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* footer */
#footer-wrap {
	clear: both;
	width: 900px;
	font-size: 75%;	
	text-align: left;
	padding: 0;		
	border-bottom: 0px solid #fff;
	border-top: 0px solid #fff;
}
#footer-wrap a:hover {
	color: #999;	
}


#before-footer {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 870px;
	padding: 20px 0 5px 0;
	text-align: center;	
			background: #131313;
}




/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 870px;
	height: 50px;
	padding: 70px 0 5px 0;
	text-align: center;	
			background: #222 url(images/footer-bg.jpg) repeat-x;
}
#footer-bottom  a {
	color: #666;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

/* display and additional classes */
.clear { clear: both; }


