* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: white;
	background-image: url('http://lh5.ggpht.com/_uifNGliCKWg/TUGWtutJ3tI/AAAAAAAAACc/3xB5DNMVq1Q/s0/pagebg.jpg');
	background-repeat: no-repeat;
	color: #333333;
	font-family: arial,helvetica,sans,sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	height: 100%;
}

p {
	margin-bottom: 1em;
}

a {
	color: #093981;
	font-weight: bold;
}

#header {
	position: absolute;
	height: 140px;
	width: 100%;
	overflow: hidden;
	top: 0px;
}

#nav {
	position: absolute;
	top: 135px;
	width: 200px;
	float: left;
	padding-left: 10px;
}

#nav img {
	margin-right: 5px;
}

.navindent {
	margin-left: 15px;
}

.navindent img {
	margin: 5px;
}

#body {
	position: absolute;
	padding-left: 10px;
	top: 140px;
	left: 210px;
	width: 690px;
	border-left: 1px solid #333333;
}

img {
	border: none;
	vertical-align: middle;
}

.photo {
	clear: both;
	display: block;
	margin: .5em
	padding: 2px;
	border: 2px solid #d9d9d9;
	background-color: #ffffff;
	text-align: center;
	color: #666666;
	font-size: .8em;
	line-height: 1.2em;
	overflow: visible;
}

.clear {
	clear: both;
}

.photo img {
	margin: 1em;
}


.right {
	float: right;
}

.left {
	float: left;
}

ul {
	line-spacing: 1.4em;
}

li {
	list-style-type:none;
	clear: both;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h5 {
	font-size: .65em;
	color: #666666;
}

hr {
	width: 50%;
	background-color: #999999;
	height: 1px;
	text-align: center;
	margin: 15px;
}
