body {
	margin:0;
	background-color: #231812;
}


body,td,th, p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #524D4C;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

#container {
	position:relative;
	top: 0px;
	height: 675px;
	width: 1280px;
	border: 1px solid #31221a;
	padding: 0;
	text-align: center;
	margin: 0 auto;
	z-index:3;	
}

.centerdivScale {
	width:94%;
	height: 79%;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-left: -50%;
	margin-top: -35%;
}

#centerdiv {
	background-color: #231812;
	width: 1280px;
	height: 675px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -640px;
	margin-top: -337px;
	border: 1px solid #31221a;
}

#menuCol {
	float: left;
	width: 225px;
	height: 675px;
}

#imageCol{
	float: left;
}

#homecontent{
	background-color: #231812;
	background-repeat: repeat;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
	position:absolute;
	left:-10000px;
}
