*
{
	margin: 0;
	padding: 0;
}
#body
{
	margin: 0;
	font-family: Corbel, sans-serif, "Trebuchet MS";
	background: #AFAFAF;
}
#container
{
	width: 970px;
	margin: 15px auto;
	background-color: #EFEFEF;
}
.outer
{
	background-color: #FFFFFF;
	position: relative;
	clear:both;
}
#header
{
	padding-left: 88px;
	position: relative;
	height: 94px;
	top: 0px;
	background: #FFFFFF url(../images/logo.gif) no-repeat 12px 18px;
	padding: 23px 0px 20px 121px;
	width: 890px;
	margin: 0 auto;
}
#header H1
{
	font-size: 32px;
	color: #272727;
	margin: 0px 0 -5px;
	padding-top: 16px;
	font-family: Corbel;
}
#header H2
{
	font-size: 12px;
	color: #226504;
	text-transform: uppercase;
	padding: 0px 0px 0px 209px;
}
#contact
{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 13px;
}
#contact A
{
	color: #008710;
}
/*menu*/
.menu
{
	width: 100%;
	overflow: hidden;
}
.menu UL
{
	margin: 0;
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
}
.menu LI
{
	display: inline;
	margin: 0;
}
.menu LI A
{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 12px 8px;
	color: #010101;
	background: #CFCFCF;
	width: 178px;
	text-align: center;
	font-size: 14px;
}
.menu LI A:visited
{
	color: #777676;
}
.menu LI A:hover, .menu LI.selected A
{
	background-color: #0E730F;
	color: #FFFFFF;
}
#image
{
	background-color: #C1C1C1;
	height: 100px;
	position: relative;
}
#content
{
	position: relative;
	padding: 0 10px;
}
#content H3
{
	border-bottom: 1px solid #EFEFEF;
	margin: -20px -20px 10px;
	font-size: 14px;
	background-color: #009E00;
	padding: 5px 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 300;
}
#content A
{
	color: green;
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
}
#content LI
{
	margin: 10px 0;
}
#content P
{
	margin: 20px 0 10px;
	font-size: 16px;
	text-align: justify;
	clear:both;
}
#left
{
	float: left;
	width: 570px;
	padding: 20px;
	border: 1px solid #C4CBC5;
	margin: 10px 13px 10px 0;
}

#right
{
	float: left;
	width: 283px;
	padding: 20px;
	border: 1px solid #C4CBC5;
	margin: 10px 0;
}

#full
{
	float: left;
	width: 908px;
	padding: 20px;
	border: 1px solid #C4CBC5;
	margin: 10px 13px 10px 0;
}

#clocks
{
	position: relative;
	clear: both;
	height: 154px;
	background-color: #CFCFCF;
	padding: 10px;
	text-align: center;
}
#clocks H3
{
	padding: 10px;
	color: #000000;
	font-size: 16px;
}

#quote
{
	position: relative;
	clear: both;
	background-color: #CFCFCF;
	padding: 10px;
	text-align: center;
}
.time
{
	background: url(../images/time.jpg);
	height: 10px;
	position: relative;
	padding: 10px;
}
.clock2
{
	width: 100px;
	background-color: #FFFFFF;
	float: left;
	height: 100px;
	margin: 0;
	text-align: center;
	padding: 17px 20px 5px;
}
.clock
{
	width: 100px;
	background-color: #FFFFFF;
	float: left;
	height: 100px;
	margin: 0;
	text-align: center;
	padding: 17px 17px 5px 18px;
}
#footer
{
	height: 98px;
	color: #676767;
	font-size: 99%;
	padding: 20px 20px 20px 0;
	position: relative;
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 950px;
}
#content LI
{
	text-align: justify;
	font-size: 15px;
}

.fl{
	float:right;
	margin:10px 0; 
	right:0px;
	clear:both;
	}