/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */
 
body {
	background: #000 url(../images/OuterWrapper_BG.jpg) no-repeat;
	font: 100.01%/115% Arial, Helvetica, sans-serif;
	color: #fdf5e6;
	margin: 0;
	padding: 0;
}


/* HTML for FireFox Vertial Scrollbar */
html { min-height: 100%;
	margin-bottom: 1px;
}


/******* Text Elements **********/

 p, h1, h2, h3, h4, h5, h6 {
	margin: 12px;
	padding: 0;
}

h1 {
	font-size: 140%;
	color: #f89e54;
}

/*********** ENd text elements ***********/

/********** Start Navigation ***************/

#leftcol ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#leftcol li {
	border-bottom: 1px solid #666;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	padding: 4px;
   background-color: #fb7008;
	color: #000;
	font-weight: bold;
}

#leftcol li a:hover {
	background-color: #ffb109;
}

/***** Reset the layout to a 2 column layout **********/

/* Empty class to make it selectable in DW design view */
.TwoCol {}

/* Hides the rightcol div */
.TwoCol #rightcol {
	display: none;
}

/* Adjusts the right margin on the content div */
.TwoCol #content {
	margin-right: 0;
}

/************* Reset to two columns completed ***********/

#wrapper {
	width: 760px;
	margin: 0 auto;
	padding-top: 1px;
}

#header {
	background: url(../images/header_BG.jpg) no-repeat;
	height: 114px;
	margin-top: 40px;
	border: 1px solid #666;
}

#InnerWrapper {
	margin-top: 30px;
	font-size: 80%;
	text-align: left;
	margin-bottom: 20px;
	background-color: #141414;
	padding-bottom: 20px;
}

#leftcol {
	float: left;
	width: 150px;
	background-color: #292929;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

#rightcol {
	float: right;
	width: 180px;
}

.newsbox {
	background-color: #292929;
	border: 1px solid #666;
	margin-bottom: 20px;
	font-size: 85%;
}

#content {
	margin: 0 200px 0 170px;
	background-color: #292929;
	border: 1px solid #666;
}

/************* End generic classes ***********/#content_main {
	margin: 0 20px 0 170px;
	background-color: #292929;
	border: 1px solid #666;
}


/************* Generic classes ***********/
.clearit {
	clear: both;
}

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

#rightcol .left {
	float: left;
	margin: 15px 10px 0 12px ;
}

#content .left {
	float: left;
	margin: 5px 10px 0 0;
}
