@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	background: #223200 url(images/bg.png) repeat-x top;
	color: white;
	font-size: 12px;
	font-family: Verdana;
}

.fcontainer{
	width: 800px;
	margin: 0 auto;
}

a{
	color: white;
	text-decoration: none;
}

a:hover{
	color: #66CC00;
}

.fheader{
	clear: both;
	background: url(images/logot.png) no-repeat top;
	height: 100px;
}

.logo{
	float: left;
	width:150px;
	margin-top: 30px;
}

.menu{
	float: left;
	width: 500px;
	margin-top: 90px;
	color: #336600;
}

.menu a{
	font-size: 11px;
}

.tees{
	float: left;
	width: 130px;
	margin-top: 10px;
}