body {
	margin:0px;
	padding:0px;
	color:#54442a;
	font-family:"tahoma";
	font-size:11px;
	background:url(../img/bg.gif) repeat;
	
}
#wrapper {
	width:730px;
	margin:0;
}
#subWrapper {
	width:671px;
	margin-left:43px;
}
#headerLogo {
	width:730px;
	height:234px;
	display:block;
	background:url(../img/header.gif) repeat-x;
}
#menuLeft {
	width:12px;
	height:35px;
	background:url(../img/menuBgLeft.gif);	
	float:left;
	display:block;
}
#menuBg {
	width:647px;
	height:35px;
	background:url(../img/menuBg.gif);	
	float:left;
}
#menuRight {
	width:12px;
	height:35px;
	background:url(../img/menuBgRight.gif);	
	display:block;
	float:left;
}
#menuBg ul {
	text-align:center;
	padding:0px;
	margin:0px;
	padding-top:7px;
}
#menuBg ul li {
	display:inline;
	font-size:17px;
	color:#734123;
	padding-right:10px;
	padding-left:5px;
	font-family:"Courier New";
	font-weight:bolder;
}
.icon {
	background:url(../img/menuIcon.gif) no-repeat;
}
#menuBg ul li a {
	font-size:17px;
	color:#734123;
	font-family:"Courier New";
	text-decoration:none;
}
#menuBg ul li a:hover{
	font-size:17px;
	color:#734123;
	font-family:"Courier New";
	text-decoration:underline;
}

