@charset "utf-8";
/* 
	
		Steven S.
		www.skbcg.com
		
*/

* 			{ margin: 0; padding: 0; }
html		{ overflow-y: scroll; }
html    	{ height:100% }
ul			{ list-style: square inside; }
ol			{ list-style: decimal inside; }
a			{ outline: none; text-decoration:underline; }
a img	{ border: none; }
img		{ vertical-align: middle; }
table	{ border-collapse: collapse; }

body {	
	background:	url(images/background.png) repeat-x;
	background-color: #2c2c2c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #9c9d9c;
	height: 100%;
	position: relative;
}


/*
	TYPOGRAPHY
*/

p 		{ font-family: Verdana, Geneva, sans-serif; font-size: 14px; color: #9c9d9c; margin-bottom: 10px; }
p, li	{ font-size: 14px; line-height: 1.5em; list-style: none; }
h1	{
		text-decoration: none;
	  	font-family: Verdana, Geneva, sans-serif; 
	  	font-size: 20px; 
	  	font-weight: bold;
		margin-bottom: 15px;
	  	color: #d19535;
	  	}
h2	{ font-family: Verdana, Geneva, sans-serif; font-size: 14px; font-weight: normal; color: #8fa580; margin-bottom: 10px; }
h3	{ font-family: Verdana, Geneva, sans-serif; font-size: 12px; font-weight: normal; color: #9c9d9c; }
h4 	{ font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #a3a3a3; font-weight: normal;  text-align: center; line-height: 40px; }

/*
	PAGES
*/

#pagewrap 	{ 
	margin: 0 auto;
	width: 940px;	
	min-height: 800px;
	height: auto;
	position: relative;
}

#header {
	margin: 0 auto;
	width: 939px;
	height: 190px;
	background: url(images/header.png) no-repeat 0 0;
}

#content {
	float: left;
	margin-top: 48px;
	margin-left: 22px;
	width: 566px;
	height: auto;
}

/*
	SIDEBAR
*/

#sidebar	{ 
			  width: 297px;
			  height: 416px; 
			  float: right;  
			  margin-top: 25px;
			  margin-right: 22px; 
			  background: url(images/sidebar.png) no-repeat 0 0; 
			  }
#side_content { width: 250px;  margin: 0 auto;  margin-top: 22px;}

/*
	NAVIGATION
*/

#navigation {
	width: 790px;
	height: 46px;
	float: left;
	color: white;	
	margin-top: 145px;
	margin-left: 40px;
}

ul#navigation 		{ list-style: none; }
ul#navigation li 	{ display: inline; }
ul#navigation li a	{
			float: left;	
			display: block;
			padding-top: 8px;
			padding-left: 15px;
			padding-right: 15px;
			border-right: solid 1px #2c2c2c;
			text-decoration: none;
			}
ul#navigation li a.navtxt {
			font-family: Verdana, Geneva, sans-serif; 
			font-weight: bold;
			text-transform: uppercase;
			font-size:14px;
			color: white;
			}
ul#navigation li a.navtxt:hover { color: #d19535; }

/*
	FOOTER
*/

#footer {
		height: 41px; 
		min-width: 100%; 
		width: 100%; 
		background: url(images/footer_bg.png) repeat-x 0 0;
		position: relative;
		margin-top: 30px;
		bottom: 0;
		}
		
		
		a:link {color: #ffff66;}
		a:visited {color: red;}
		