body {
	background-image : url("layout/bodyBkg.jpg");
	background-repeat : repeat-x;
	background-color : #D9D7C5;
	margin : 0px;
	text-align : center;
}

body, p, td, th, li {
	font-family : Times New Roman, Times, Serif;
	font-size : 12px;
	color : #5B3B00;
}

h1 {
	color : #5B7400;
	text-align : left;
	font-size : 19px;
}

#Layout {
	width : 965px;
	margin : 24px auto 15px auto;
	text-align : left;
	height : 552px;
}

#NavBar {
	height : 34px;
}

#SideBar {
	width : 323px;
}

#MainSpace {
	height : 360px;
}

#LogoSpacer {
	width : 59px;
}

#Logo {
	width : 264px;
}

#Osirp {
	background-image : url("layout/sideBarBkg.jpg");
	background-position : top left;
	background-repeat : no-repeat;
	background-color : #7F8959;
	height : 185px;
}

#Content {
	background-image : url("layout/contentBkg.gif");
	background-repeat : repeat-y;
	vertical-align : top;
	padding : 33px 33px 33px 92px;
}

#Copyright {
	margin-bottom : 85px;
	color : #5B3B00;
	text-align : center;
	font-size : 11px;
	font-family : Times New Roman, Times, Serif;
}
