body {

	background-image:url(images/bground.jpg);

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;

}



.normal12 {

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}
.maintext {

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}


.white12 {

    color:#FFFFFF;

	font-size: 12px;

}



#menu {

	background: #222d2d;

	float: left;

	list-style: none;

	margin: 0;

	padding: 0;

	width: 180px;

}

#menu li {

	font: 95% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;

	margin: 0;

	padding: 0;

}

#menu a {

	background: #222d2d;

	border-bottom: 1px solid #393939;

	color: #fff;

	display: block;

	margin: 0;

	padding: 5px 12px;

	text-decoration: none;

}

#menu a:hover {

	background: #f06b00 url("images/hover.gif") left center no-repeat;

	color: #fff;

	padding-bottom: 5px;

}