/* CSS Document */

body{
	background:#000000;
	margin-top: 0px;
}
#container{
	width: 713px;
	height: auto;
	margin-top: 0px;
	margin: 0px auto 0px auto;
	position: relative;
}
#header{
	width: 713px;
	height: 184px;
	background:url(../images/HomeImage_01.jpg) no-repeat;
	position: relative;
	float: left;
}
#header span{
	display: none;
}
#mainBody{
	width: 713px;
	height: auto;
	background-color: #3A2A29;
	float: left;
	position: relative;
}
#navBox{
	height: 20px;
	width: 713px;
	margin: 15px 0px;
	float: left;
	position: relative;
}
.links{
	height: auto;
}
.navBtn{
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.navBtn a{
	color: #5F503D;
	text-decoration: none;
}
.navBtn a:hover{
	color: #FFFFFF;
}
#imageBox{
	width: auto;
	height: auto;
	margin: 45px 0px;
	position: inherit;
}
#backBtn{
	width: 713px;
	height: 20px;
	text-align: center;
	margin: 0px;
	position: relative;
	float: left;
}
#backBtn a{
	color: #FFCC00;
	position: inherit;
}
#footer{
	width: 713px;
	height: 65px;
	margin: 0px auto 0px auto;
	color: #663333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	position: relative;
}
.footText{
	padding: 10px 0px 0px 3px;
	width: auto;
}
