/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-image: url(images/bgTile.jpg);
	background-color: #56180A;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #593200;
	font-size: 11px;
}

a:link {
	color: #97742A;
	text-decoration: none;
}
a:visited {
	color: #97742A;
	text-decoration: none;
}
a:hover {
	color: #CEA241;
	text-decoration: underline;
}
a:active {
	color: #97742A;
	text-decoration: none;
}

#container {
background-color:#fffff1;
	width:770px;
}

#containerFloat {
background-color:#fffff1;
	float:left;
	width:770px;
}

#header {
	width:770px;
	height:234px;
	float:left;
}

#contentContainer {
	width:752px;
	background-image:url(images/contentBGtile.jpg);
	background-color:#fffff1;
	padding-left:9px;
	padding-right:9px;
	float:left;
}

#navContainer {
	width:222px;
	float:left;
	background-image:url(images/navBoxBG.jpg);
}

	#nav {
		padding-left:23px;
		padding-top:17px;
		line-height:17px;
		font-size:10px;
		width:177px;
	}

#middleColumn {
background-color:#fffff1;
	width:305px;
	float:left;
	padding:19px;
	line-height:17px;

}

#rightColumn {
	width:187px;
	height:351px;
	float:left;


}

#submenu {
	border: 1px #97742A dotted;
	background-image:url(images/rightBoxBG.jpg);
	width:129px;
	padding:20px;
	floar:left;
	line-height:22px;
	margin:8px;
}

	.submenu a:link {
		color: #593200;
		text-decoration: none;
	}
	.submenu a:visited {
		color: #593200;
		text-decoration: none;
	}
	.submenu a:hover {
		color: #CEA241;
		text-decoration: underline;
	}
	.submenu a:active {
		color: #593200;
		text-decoration: none;
	}

#footer {
	width:770px;
	height:12px;
	float:left;
}

.nav a:link {
		color: #fbf2c2;
		text-decoration: none;
	}
	.nav a:visited {
		color: #fbf2c2;
		text-decoration: none;
	}
	.nav a:hover {
		color: #CEA241;
		text-decoration: underline;
	}
	.nav a:active {
		color: #fbf2c2;
		text-decoration: none;
	}
