

body {
	text-align : center;
	background-image : url("images/bkg.jpg");
}

body, p, td, th, li {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 11px;
	line-height : 20px;
}

h1 {
	font-size : 20px;
	font-weight : bold;
	text-align : left;
	text-transform : small-caps;
}

h2 {
	font-size : 15px;
	font-weight : bold;
	text-align : left;
}

#Layout {
	width : 800px;
	height : 600px;
	margin : 0px auto;
	text-align : left;
	background-color : #FFFFFF;
	border : 1px #888888 solid;
}

#TopBar {
	height : 63px;
}

#TopNav {
	height : 25px;
}

#TopNavBottomSpacer {
	height : 2px;
}

#ContentTop {
	height : 253px;
}

#Content {
	background-image : url("images/contentBkg.jpg");
	background-repeat : no-repeat;
	background-position : top left;
	padding : 52px 49px 20px 49px;
	vertical-align : top;
}



#BottomBar {
	height : 5px;
}
