body{ 

	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #2d2c2c;
	}
.container{
	padding: 0px;
	width: 750px;
	margin: auto;
	overflow: hidden;
		background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}
.header{
	height: 155px;
	background-image: url(images/top-bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #2d2c2c;
	}
.menu-cont{
	height: 72px;
	background-image: url(images/menu-bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	}
.menu {padding:0 0 0 0px; margin:0; list-style:none; height:73px; position:relative; text-align:center; }
.menu li {float:left; margin-left: 10px; text-align:center;}

.menu li a {width: 85px; display:block; float:left; height:73px; line-height:73px; background:url("images/menu_0.gif") center; background-repeat:no-repeat; color:#fff; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 0px; cursor:pointer;}
.menu li a b {width: 85px; float:left; display:block; padding:0 0px 0 0; background:url("images/menu_0.gif") center; background-repeat:no-repeat;}

.menu li a:hover {color:#fff; background:url("images/menu_1.gif") center; background-repeat:no-repeat;}
.menu li a:hover b {background:url("images/menu_1.gif") center; background-repeat:no-repeat;}

.menu li a:active {color:#fff; background:url("images/menu_1.gif") center; background-repeat:no-repeat;}
.menu li a:active b {background:url("images/menu_1.gif") center; background-repeat:no-repeat;}

.content-contain
{
	width: 750px;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat x;
	background-position: center bottom;
}
.content
{
	width: 650px;
	text-align: left;
	padding-top: 20px; padding-bottom: 20px;
	min-height: 300px;
}
.footer{
	width: 750px;
	height: 49px;
	background-color: #032105;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	color: #FFFFFF;
	text-align: center;
	line-height: 49px;
	}	
.footer.right {float: right; width: 325px; background-position: right; text-align: right; padding-right: 50px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.footer-left {float: left; width: 325px; background-position: left; text-align: left; padding-left: 50px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;}
.footer-right a:link, a:active, a:visited {text-decoration: none; color: #ffffff;}
.footer-right a:hover {text-decoration: underline; color: #ffffff;}