body {
	background-image: url(/images/background.png);
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 50px;
}


h1 {
	position: absolute;
	left: 0px;
	top: 16px;
	color: #c7e4f1;
	font-size: 24px;
	margin: 0; padding: 0;
}

h2 {
	color: #363636;
	margin-bottom: 5px;
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	border-bottom: 2px solid #e3e3d9;
}

a {
	color: #314664;
}

a:visited {
	color: #5a5a5a;
}

a:hover {
	text-decoration: none;
}

#polaroid {
	position: absolute;
	left: 585px;
	top: 0px;
	width: 224px;
	height: 171px;
	z-index: 1;
}

#container {
	width: 795px;
	background-color: #fff;
	text-align: left;
	margin: 0 auto;
	border-left: 3px solid #d0d0bf;
	border-right: 3px solid #d0d0bf;
	padding-top: 15px;
	padding-bottom: 30px;
	position: relative;
}

#content, td {
	min-height: 450px;
	width: 550px;
	font-size: 14px;
	line-height: 19px;
	text-align: justify;
	margin-left: 15px;
	z-index: 2;
}

#nav {
	position: absolute;
	left: 590px;
	top: 15px;
	width: 200px;
}

.navheader {
	width: 200px;
	line-height: 30px;
	background-color: #eaeaea;
	background-image: url(/images/background-nav.png);
}

.navheadertext {
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
}

.navtext {
	margin-left: 10px;
	padding-top: 5px;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 19px;
}

.navtext ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#footer {
	margin-bottom: 50px;
	width: 795px;
	text-align: left;
	margin: 0 auto;
	background-color: #2d405b;
	border-left: 3px solid #d0d0bf;
	border-right: 3px solid #d0d0bf;
	border-bottom: 3px solid #d0d0bf;
	text-align: right;
	background-image: url(/images/background-footer.png);
}

.footertext, .footertext a, .footertext a:visited {
	color: #c7e4f1;
	font-size: 12px;
	line-height: 50px;
}

#header {
	width: 100%;
	height: 95px;
	border-bottom: 3px solid #7c8da6;
	background-color: #2d405b;
	background-image: url(/images/background-header.png);
}

#headercontent {
	width: 795px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	height: 95px;
}

#tabnav {
	position: absolute;
	left: 0px;
	bottom: 0px;
	float: left;
	font-size: 15px;
}
#tabnav ul {
	margin:0;
	padding: 0;
	list-style: none;
}
#tabnav li {
	float:left;
	background:url("/images/tab-left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	margin-right: 3px;
}
#tabnav a {
	float:left;
	display:block;
	background:url("/images/tab-right.png") no-repeat right top;
	padding: 6px 15px 5px 6px;
	text-decoration:none;
	font-weight:bold;
	color: #5a5a5a;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#tabnav a {float:none;}
/* End IE5-Mac hack */
#tabnav a:hover {
	color:#333;
}
#tabnav #current {
	background-image:url("/images/tab-left-on.png");
	border-width:0;
}
#tabnav #current a {
	background-image:url("/images/tab-right-on.png");
	color:#333;
	padding-bottom: 5px;
}

.photo {
	padding: 6px;
	border: 2px solid #e3e3d9;
}

