.container {
	width: 760px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #E1DCBD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.leftbox {
	background-color: #FFFFFF;
	width: 259px;
	height: 164px;
	float: left;
	clear: left;
}
.rightbox {
	background-color: #0099CC;
	width: 500px;
	height: 164px;
	float: right;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.middle {
	background-color: #ffffff;
	width: 259px;
	height: 164px;
	position: relative;
	float:right;
}
.mid-top {
	background-repeat: repeat;
	width: 259px;
	height: 82px;
	background-image: url(bg-logo.gif);
	border-bottom: 1px solid #FFFFFF;
}
.mid-bot {
	background-color: #651616;
	width: 259px;
	border-right: 1px;
	border-bottom: 1px;
	height: 81px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.menucont {
	background-color: #651616;
	width: 760px;
	height: 30px;
	top: 260px;
	float: left;
}
.content {
	background-color: #FFFFFF;
	width: 760px;
	float: left;
}
.footer {
	background-color: #651616;
	width: 760px;
	height: 50px;
	float: left;
	bottom: 0px;
}
.header1 {
	width: 720px;
	position: relative;
	left: 20px;
	float: left;
}
.greybox1 {
	color: #FFFFFF;
    font-family: Times, serif;
	font-size: 32px;
	font-weight: bold;
	border-bottom: 1px;
}
.greybox2 {
	padding-top:10px;
	padding-left:30px;
	border: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.redbox1 {
	padding-top:10px;
	/*padding-bottom:15px;
	padding-left:30px;*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#nav {
	margin: 0 0 0 0;
	padding: 10px 10px;
	color: #fff;
	background-color: #651616;
	list-style: none;
}
#nav li {
	display: inline;
}
#nav li a {
height: 30px;
	padding: 10px 23px;
	color: #fff;
	background-color: inherit;
	font-size: 90%;
	text-transform: capitalize;
	text-decoration: none;
}
#nav li a:hover {
	color: #fff;
	background-color: #711B1B;
}
#nav li a.on {
	font-weight: bold;
}
.main_featured {
    background-image: url(bg-body.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    float: left;
	width: 190px;
}
.main_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    float: right;
	width: 520px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main_content_fw {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ddwidth {
	width: 160px;
}
