@charset "utf-8";

body {
	margin:0;
	padding:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:medium;
}

#header {
	width:800px;
	height:114px;
	margin:20px auto 0 auto;
	background-image:url(images/header.jpg);
}

#header2 {
	width:800px;
	height:114px;
	margin:20px auto 0 auto;
	background-image:url(images/header.jpg);
}

#container {
	width:800px;
	height:590px;
	margin:0 auto 0 auto;
	background-color:#000;
}

#container2 {
	width:800px;
	height:550px;
	margin:0 auto 0 auto;
	background-color:#444;
}

.back {
	margin-top:20px;
	margin-left:20px;
	padding-top:15px;
	padding-bottom:0px;
	margin-bottom:0px;
	color:#FFFFFF;
	width:70px;
	height:70px;
	text-align:center;
	background-image:url(images/back.jpg);
	background-repeat:no-repeat;
}

.back a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.back a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.back a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#nav {
	width:170px;
	height:560px;
	background-color:#000;
	position:relative;
	float:left;
}

	.navCell {
		width:80px;
		height:80px;
		margin:25px auto 0 auto;
		background-color:#33CC33;
	}

#content {
	width:590px;
	height:559px;
	background-color:#000;
	border-top:0px solid #EEEEEE;
	border-right:0px solid #EEEEEE;
	position:relative;
	float:left;
	color: #FFF;
	font-size: 14px;
}

#content a img {
	position:relative;
	float:left;
}

#contact {
	width:625px;
	height:560px;
	background-image:url(images/content02.jpg);
	border-top:0px solid #EEEEEE;
	border-right:0px solid #EEEEEE;
	color:#113c0b;
	position:relative;
	float:left;
}

	#contactCT {
	width:359px;
	height:280px;
	margin:262px 0 0 0;
	padding:20px 20px 0 120px;
	color: #FFF;
	}

#bottomL {
	width:250px;
	height:100px;
	background-color:#5D756D;
	position:relative;
	float:left;
}

#bottomR {
	width:800px;
	height:100px;
	background-color:#444;
	position:relative;
	float:left;
	text-align: center;
	color: #CCC;
}

#footer {
	width:700px;
	height:20px;
	margin:0 auto 0 auto;
	font-size:x-small;
	text-align:right;
}

#footer2 {
	width:700px;
	height:20px;
	margin:0 auto 0 auto;
	font-size:x-small;
	text-align:right;
}

a img {
	border:none;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#B2AE7E;
}

a:hover {
	text-decoration:underline;
	color:#5E756D
}
#container #content div {
	color: #b8ae77;
}

.middle {
	padding-left: 170px;
}
#container #bottomR p {
	text-align: right;
	font-size: 9px;
}
.footer {
	text-align: right;
	font-size: 10px;
}
.footer2 {
	text-align: center;
	font-size: 10px;
}
