/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}
body{
	background: #999999;
	color: #000000;
	margin: 0 auto;
	padding: 0px;
	width: 800px;
	font: 12px Arial, Helvetica, sans-serif;
}

#content{
	margin: 20px 0 0;
	width: 800px;
	text-align: left;
	border-right: thick double #FFFFFF;
	border-left: thick double #FFFFFF;
	background: url(images/contentbg.jpg) repeat-y;
	border-top: thick double #FFFFFF;
}

#header{
	height: 205px;
	width: 100%;
	background: url(images/header4.jpg) repeat-x center top;
}

#menu{
	width: 675px;
	height: 35px;
	background: url(images/menubg.jpg) repeat-x;
	margin: 0 auto 0px;
	padding-left: 125px;
}
#header img {
	padding-top: 40px;
	padding-left: 50px;
}

#menu ul {
	list-style: none;
	padding: 0px;	
}

#menu li {
	list-style: none;
	padding: 0px;	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 135px;
	height: 25px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding-top: 11px;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#menu a:hover{
	background: url(images/menuhov.jpg) no-repeat;
}

#text{
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding: 20px 30px;
	vertical-align: text-top;
}
#text a:link {
	color: #FFCC66;
}
#text a:visited {
	color: #FFCC66;
}
#text a:hover {
	color: #663300;
}
#text a:active{
	color: #FFCC66;
}
#text a {
	color: #663300;
}
h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 5px;
	padding-top: 5px;
}

h4 {
	font: bold normal 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom: thin solid #FFFFFF;
	width: 250px;
	background: left;
}
h3 {
	font: italic 14px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.dateright{
	margin-top: 2px;
	margin-left: 15px;
	background:url(images/timeicon.gif) no-repeat left;
	padding-left: 25px;
	height: 16px;
	float: left;
}

#footer {
	height: 25px;
	clear: both;
	padding-top: 20px;
	background: #DB9736 url(images/footer5.jpg) repeat-x top;
	width: 800px;
	border-right: thick double #FFFFFF;
	border-left: thick double #FFFFFF;
	border-bottom: thick double #FFFFFF;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0 auto 10px;
}
#text img {
	float: left;
	padding-top: 0px;
}
#text #box1 {
	clear: both;
	float: left;
}
#text #box2 {
	clear: both;
	float: left;
}#text #box3 {
	clear: both;
	float: left;
}#text #box4 {
	clear: both;
	float: left;
}#text #box5 {
	clear: both;
	float: left;
}#text #box6 {
	clear: both;
	float: left;
}#text #box7 {
	clear: both;
	float: left;
}#text #box8 {
	clear: both;
	float: left;
}#text #box9 {
	clear: both;
	float: left;
}#text #box10 {
	clear: both;
	float: left;

