/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;
		width:100%;
		background:#000;
		min-width:600px;    	
		font-size:90%;
		color: #b8cdaa;
		font-family: verdana;
	}
	ul , li{
	margin:0;
	padding:0;
	}
	img {
		margin: 0;
		padding: 0;
		border: 0px;
	}
	a {
		color: #86c500;
	}
		a:hover {
		color: #eb390c;
	}
	h4 {
		padding-top: 15px;
	}
	/* Wrapper style */
	#wrapper {
		width: 1024px;
		margin: 0 auto 0 auto;
	}
	/* Spacer Class Style */
	.spacer {
		height:20px;
		clear:both;
		float:left;
		width:100%;
	}
	/* Header styles */
	#header {
		height: 368px;
		background-image: url(../images/header.png);
		background-repeat: no-repeat;
		clear:both;
		float:left;
		width:100%;
	}
	/* Navigation Styles */
	#navigation {
		color: #eb390c;
		position: relative;
		top: 120px;
	}
	#navigation ul {
		display: inline;
		font-family: verdana;
		font-size: 20px;
		margin-right: 80px;
		margin-left: 100px;
	}
	#navigation li {
		display: inline;
		margin-left: 40px;
		margin-right: 40px;
		
	}
	#navigation a {
		color: #fff;
		text-decoration: none;
	}
	#navigation a:hover {
		color: #86c500;
	}
	/* Navigation Styles */
	#navigation2 {
		color: #eb390c;
		position: relative;
		top: 125px;
	}
	#navigation2 ul {
		display: inline;
		font-family: verdana;
		font-size: 20px;
		margin-left: 190px;
	}
	#navigation2 li {
		display: inline;
		
	}
	#navigation2 a {
		color: #fff;
		text-decoration: none;
	}
	#navigation2 a:hover {
		color: #86c500;
	}
	/* clock styles */
	#clock {
		position: relative;
		top: 260px;
		font-size: 16px;
	}
	/*about jake */
	#jake {
		color: #eb390c;
		position: relative;
		top: 240px;
		font-size: 24px;
	}
	#jake a{
		color: #b1b0b3;
		text-decoration: none;
	}
	#jake a:hover {
		color: #86c500;
	}
	/* column container */
	.colmask {
		clear:both;
		float:left;
		width:100%;			
		overflow:hidden;		
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (double page) settings */
	#bgbottom {
		background-image: url(../images/bottom.png);
		background-repeat: no-repeat;
	}
	.doublepage {
		
	/*background color here*/
	}
	.doublepage a {
		font-weight: bold;
	}
	.doublepage .colleft {
		right:50%;			/* right column width */
		
	}
	.doublepage .col1 {
		width:40%;			/* left column content width (column width minus left and right padding) */
		left:59%;			/* right column width plus left column left padding */
	}
	.doublepage .col2 {
		width:40%;			/* right column content width (column width minus left and right padding) */
		left:61%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	/* AdBanner styles */
	.adBanner {
		clear:both;
		float: left;
		width:100%;
	}
	.ad {
		margin: 0 auto 0 auto;
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		height: 162px;

	}
	#footer p {
		padding:10px;
		margin:0;
		
	}