@charset "utf-8";
body {
	background-color : #D8D6C4;
	background-image : url("images/layout/bodyBkg2.gif");
	background-repeat : repeat-y;
	background-position : center;
	text-align : center;
	margin : auto;
}

body, p, td, th, li {
	font-family : Myriad Pro, Myriad, Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	color : #000000;
}
	
#Layout {
	margin : 0px auto;
	text-align : left;
	border-right : 1px #C5C4B3 solid;
	padding-left : 42px;
	background-color : #D8D6C4;
	background-image : url("images/layout/contentBkg.gif");
	background-repeat : no-repeat;
	background-position : 40px 534px;
	width : 908px;
	height : 700px;
}

#TopBar {
	height : 147px;
}

#ImageSpace {
	height : 414px;
	vertical-align : top;
}

#Content {
	padding : 15px 102px 10px 60px;
	vertical-align : top;
	height : auto;
}

#AddressBar {
	text-align : center;
	height : 15px;
	font-weight : bold;
	padding : 20px 42px 20px 0px;
}

