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

body {
	margin:0;
	background-color: #d7d6d5;
	background-image: url(../img/bodybg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: 'trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
} 
.contentbb {
	background-image: url(../img/main.gif);
	background-repeat: no-repeat;
	background-position: top;
} 

h2 {
	margin-top:10px;
	color: #FA7E20;
	font-size: 18px;
	text-transform: none;
	line-height: 22px;
} 

.menu {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: bold;
} 

.menu a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
} 

.menu a:hover {
	color: #72706f;
	text-transform: uppercase;
} 

a
{
	text-decoration: none;
} 

.also {font-size: 10px;
color: #666666}


