
body {
	text-align : center;
	background-color : #B29C75;
}

body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	color : #761F14;
	font-size : 12px;
}

#Layout {
	width : 774px;
	height : 536px;
	text-align : left;
	margin : 0px auto;
	background-image : url("images/layoutBkg.jpg");
}

#TopBar {
	height : 103px;
}

#NavBar {
	height : 109px;
}

#Content {
	background-image : url("images/contentBkg.jpg");
	background-repeat : no-repeat;
	background-position : bottom left;
	vertical-align : top;
	
}

#AddressBar {
	text-align : center;
	vertical-align : middle;
	font-family : Times New Roman, Times, Serif;
	font-size : 11px;
	padding-top : 5px;
}












