

body {
	background-color : #9EAB76;
	margin : 0px;
	text-align : center;
}

body, p, td, th, li {
	font-family : Arial;
	font-size : 11px;
}

p {
	margin : 5px 0px;
}

span.big {
	font-size : 18px;
	font-weight : bold;
}

h1 {
	font-size : 18px;
	font-weight : bold;
	text-align : left;
}

#Layout {
	width : 783px;
	height : 312px;
	margin : 0px auto;
	text-align : left;
}

#TopBar {
	height : 76px;
}

#NavSpace {
	height : 168px;
}

#NavBar {
	width : 308px;
}

#Featured {
	width : 309px;
	padding-top : 20px;
}

#Featured h1 {
	margin-left : 25px;
	font-size : 16px;
}

#Featured table {
	margin : 0px auto;
}

#ContentDivider {
	height : 1px;
}

#ContentSpace {
	padding : 0px;
	
	background-image : url("images/contentBkg.jpg");
	background-repeat : no-repeat;
	background-position : top left;
	height : 337px;
	vertical-align : top;
}

#Content {
	
		padding : 10px 25px 0px 20px;
	
	vertical-align : top;
}

#ContentBottom {
	height : 11px;
}

#Address {
	height : 19px;
	color : #780C2D;
	text-align : center;
	font-weight : bold;
	vertical-align : middle;
}

#Address a:link,
#Address a:active,
#Address a:visited {
	text-decoration : none;
	color : #780C2D;
}

#Address a:hover {
	text-decoration : underline;
	color : #FFF8DE;
}
