body {
        margin: 0px;
        padding: 0px;
        text-align: center;
        font-family: Arial;
	font-size:12px;
	color: #000000;
	empty-cells: show;
	background-image: url("../images/Body_Background.jpg");
	background-repeat: repeat-x;
	background-attachment:fixed;
}

#Container {
        margin: 0px auto;
        padding: 0px;
        width: 960px;
        text-align: left;
	border-left: 1px solid #DBDCDB;
	border-right: 1px solid #DBDCDB;
	background-color: #E3D8BC; /* #575757; */
        overflow: hidden;
}

#Banner, #Banner img {
	margin: 0px;
	padding: 0px;
}

#Menu {
	float: left;
	width: 160px;
	overflow: hidden;
}

#Content {
	float: left;
	overflow: hidden;
	width:800px;
}

#Footer{
	display: block;
	clear: both;
	width: 960px;
	height: 23px;
	background-image: url("../images/Footer_Bg.jpg");
	background-repeat: repeat-x;
	overflow: hidden;
	border-bottom: 1px solid #6D6D6D;
}
















