body, p, td, th, li {
	font-family : Arial Narrow, Arial, Verdana, Helvetica, Sans-serif;
	font-size : 13px;
	line-height : 20px;
}

body {
	text-align : center;
	margin : 0px auto;
	background-color : #F8E0DE;
}

#Layout {
	margin : 0px auto;
	width : 759px;
	height : 600px;
	text-align : left;
	background-color : #FFFFFF;
}

#TopBar {
	height : 168px;
}

#MainTable {
	width : 100%;
}

#Nav {
	width : 211px;
	vertical-align : top;
	background-color : #555766;
	background-image : url("nav.bkg.gif");
	background-repeat : repeat-y;
	background-position : top left;
}

#Content {
	background-image : url("images/content.bkg.jpg");
	background-position : top left;
	background-repeat : no-repeat;
	padding : 204px 40px 40px 40px;
	vertical-align : top;
}

#AddressBar {
	height : 59px;
	vertical-align : middle;
	text-align : center;
	font-weight : bold;
	font-size : 13px;
	color : #666666;
	padding-left : 120px;
	background-image : url("images/addressBar.logo.png");
	background-position : 12px 18px;
	background-repeat : no-repeat;
}

#AddressBar a:link,
#AddressBar a:active,
#AddressBar a:visited {
	color : #666666;
}

#AddressBar a:hover {
	color : #000000;
}
