
body {
	margin: 10px 0px;
	background-color: #536D92;
}

body, table, td, tr, th, span, p, div {
	font-family: Tahoma;
	font-size: 13px;
	color: #08316F;
}

#container {
	width: 900px;
	background-image: url('img/pagebg.gif');
	background-repeat: repeat-y;
}
#mastHead {
	width: 900px;
	height: 162px;

	background-image: url('img/masthead.jpg');
	background-repeat: no-repeat;
}

#topSpace {
	width: 900px;
	height: 120px;
}

#navBar {
	width: 900px;
	height: 35px;
}

#moreSpace {
	width: 900px;
	height: 7px;
	font-size: 4px;
	line-height: 7px;
}


#inner {
	margin: 0px 36px;
}

#photo {
	float: left;
	width: 237px;
	height: 352px;

	background-image: url('img/leftphoto.jpg');
	background-repeat: no-repeat;
}

#rightNav {
	float: right;
	width: 134px;

	color: white;
}

#rightNav a:link, #rightNav a:visited { color: white; text-decoration: underline; }
#rightNav a:active, #rightNav a:hover { color: white; text-decoration: none; }


#mainDrag {
	margin: 0px 140px 0px 240px;
}


#content {
	padding: 10px;
}

#bottomDiv {
	width: 900px;
	height: 65px;

	background-image: url('img/bottom.jpg');
	background-repeat: no-repeat;

	clear: both;
}
