body {
	position : absolute;
	left : 0px;
	right : 0px;
	top : 0px;
	bottom : 0px;
	z-index : 0;
	margin : 0px;
	text-align : center;
}

body, p, td, th, li {
	font-family : Times, Times New Roman, Times Roman, Serif;
	font-size : 13px;
	line-height : 22px;
	text-align : justify;
}

*[align="left"] { text-align : left; }
*[align="right"] { text-align : right; }
*[align="center"] { text-align : center; }
*[align="justify"] { text-align : justify; }

table[align="right"] { float : right; margin-left : 20px; }
table[align="left"] { float : left; margin-right : 20px; }
table[align="center"] { margin-left : auto; margin-right : auto; }

h1 {
	font-family : Trajan Pro, Trajan, Times, Times New Roman, Times Roman, Serif;
	font-size : 24px;
	font-weight : bold;
	color : #000000;
	margin-left : 30px;
	text-align : left;
	text-transform : small-caps;
}

#Layout {
	position : relative;
	margin : 6px auto 0px auto;
	width : 986px;
	height : 100%;
	z-index : 1;
	text-align : left;
}

#TopBar {
	height : 163px;
}

#TopBar > table {
	margin-left : 18px;
}

#LogoSpace {
	width : 223px;
}

#TopSpacer {
	height : 103px;
}

#NavBar {
	height : 17px;
}

#NavBarBottom {
	height : 43px;
}

#PhotoSpace {
	height : 275px;
}

#Content {
	background-image : url("layout/contentBkg.png");
	background-repeat : repeat-y;
	background-position : 23px 0px;
	padding : 0px 50px 40px 62px;
	vertical-align : top;
}

#BottomBar {
	height : 37px;
}
