html {
	overflow: hidden;
}
body {
	background-color: #EBF0D5;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	margin:0;
	padding:0;
	overflow: hidden;
}
p {
	margin:0 0 15px 0;
}
#container {
	height:100%;
	width: 100%;
	overflow: hidden;
}
#header {
	height:145px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #000000;
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat;
}
#header h1 {
	color: #999999;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	background-image: url(../images/bg-title.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #495E25;
	margin:28px 0 14px 0;
	font-weight: normal;
	
}
#header #menu {
	position: absolute;
	margin:0;
	padding: 0;
	left: 40%;
	top: 106px;
	float: left;
}
#header #menu ul {
	margin:0;
	padding: 0;
	text-indent: 0;
}
#header #menu ul li{
	float: left;
	margin:0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
	font-size: 24px;
}
#header #menu ul li a:link, #header #menu ul li a:visited {
	color: #B1C491;
	border-top: 1px dashed #222;
	border-right: 1px dashed #222;
	border-bottom: 1px dashed #222;
	border-left: 1px solid #C9413B;
	padding:0 32px 0 13px;
	text-decoration: none;
}
#header #menu ul li a:hover {
	color: #fff;
	border-top: 1px dashed #222;
	border-right: 1px dashed #222;
	border-bottom: 1px dashed #222;
	border-left: 1px solid #C9413B;
	padding:0 32px 0 13px;
	text-decoration: underline;
	background-color: #222;
}
#clients #header #menu #menu-clients a:link, 
#clients #header #menu #menu-clients a:visited,
#about #header #menu #menu-about a:link, 
#about #header #menu #menu-about a:visited,
#news #header #menu #menu-news a:link, 
#news #header #menu #menu-news a:visited  {
	color: #fff;
	border-top: 1px dashed #222;
	border-right: 1px dashed #222;
	border-bottom: 1px dashed #222;
	border-left: 1px solid #C9413B;
	background-color: #74815A;
}
#header #tagline {
	position: absolute;
	margin:0;
	padding: 0;
	right: 3%;
	top: 16px;
	color: #D05B4F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
}
#left {
	width: 40%;
	display: block;
	float: left;
}
#left #mic {
	display: block;
	height: 500px;
}
#content {
	margin: 0;
	padding: 0;
	overflow: auto;
}
#content a:link, #content a:visited {
	color: #495E25;
	margin:0;
	padding: 0 1px 0 1px;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
#content a:hover {
	color: #000;
	margin:0;
	text-decoration: none;
	padding: 0 1px 0 1px;
	border-bottom: 2px solid #C64333;
}
#text {	
	color: #1F1F1F;
	font-family: tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
	display: block;
	height: 400px;
	overflow: auto;
	margin:0;
	padding:0;
}
#text-stuff {
	margin: 0;
	padding:0;
	display: block;

} 
#news {
	height: 100%;
	display: block;
	overflow: auto; 
}
.float-left {
	float: left;
	margin: 0 15px 5px 0;
	clear: both;
}
.float-left-thumb {
	float: left;
	margin: 2px 10px 2px 0;
	clear: both;
	border: 1px solid #ccc;
	text-decoration: none;
}
ul.new-sites-thumbs, ul.new-sites-thumbs2 {
	margin:0;
	padding:0 0 10px 0;
	text-indent: 0px;
} 
ul.new-sites-thumbs li, ul.new-sites-thumbs2 li { 
	clear: left;
	text-indent: 0px;
	margin: 3px 10px 4px 15px;
	padding: 4px;
	list-style-type: none;
	border: 1px solid #CFD5BE;
	background-color:#F5FBE0;
}
ul.new-sites-thumbs2 li { 
 	background: none;
	border: none;
}
#content ul.new-sites-thumbs li a:link, #content ul.new-sites-thumbs li a:visited {
	padding: 0;	
}
 

