/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../i/bg.jpg);
	background-repeat:repeat-x;
	background-color:#279176; 
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 28px; color:#f5f7f8;
	text-align: center;
	height: 100%;
	}
	
#cover {
	width: 838px;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	background-image:url(../i/bg_cover.gif);
	background-repeat:repeat-y;
	
	}
#header {
	width:838px;
	margin: 0px;
	padding: 0px;
	background-color:#272e2d;
	}
#textcontent
	{
	width:530px;
	padding: 0px 0px 0px 35px;
	}
	
#nav {
	width:690;
	height:38px;
	margin: 0px;
	padding: 0px;
	}

#contentArea {
	width:838px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	background-repeat:repeat-y;
	background-image:url(../i/bg_cover.gif);
	background-repeat:repeat-y;
	}
#recentwebsites
	{
	background-color:#1f2524;
	width:199px;
	padding:0px 0px 0px 8px;
	float:right;
	text-align:left;
	}
	
#textArea {
	padding: 0px;
	text-align:left;
	width: 629px;
	background-color:#272e2d;
	}
#leftContentArea {
	text-align:left
	margin: 0px;
	padding: 10px;
	float: left;
	text-align:left;
	width: 295px;
	}
#rightContentArea {
	text-align:left;
	padding: 5px 85px 10px 5px;
	float:right;
	width: 400px;
	margin: 0px;
	}
#imageBox {
	margin: 0px;
	padding: 5px;
	float: right;
	}
#footer {
	width:818px;
	background-color:#dd9816;
	padding: 10px;
	text-align: right;
	font-size:10px;
	color:#333333;
		
	}
.headLine
	{
	font-size:24px;
	font-weight: bold; color:#dfd78f; line-height: 24px;
	}
	
	a:link 
	{
	color: #CCCCCC;
	}
a:visited
	{
 	color: #CCCCCC;
 	}
a:hover
	{
	color: #CCCCCC;
	}
	
	