@charset "utf-8";
/* CSS Document */

#wrapper #top {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 808px;
	height: 25px;
	position: relative;
	left: 0px;
	top: 0px;
}
#wrapper #head h2 {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #nav {
	background-image: url(images/headBG.gif);
	width: 200px;
	height: 600px;
	position: relative;
	z-index: 0;
	float: left;
	left: -125px;
	top: -5px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000000;
}
#wrapper #nav ul {
	position: relative;
	top: 125px;
	list-style-type: none;
}
#wrapper #nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 150px;
	text-align: right;
	padding: 2px 4px 2px 2px;
}
#wrapper #content {
	height: 540px;
	width: 590px;
	margin: 0px;
	float: left;
	position: relative;
	left: -124px;
	top: -5px;
	padding: 5px;
}
#wrapper #content h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
}
#wrapper #nav a:link, #wrapper #nav a:active, #wrapper #nav a:visited {
	color: #333333;
	text-decoration: none;
}
#wrapper #nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#wrapper #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0094DE;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0094DE;
	padding: 0px;
}

#wrapper #foot {
	background-image: url(images/top.gif);
	float: left;
	width: 808px;
	z-index: 10000;
	margin: 0px;
	height: 75px;
	position: absolute;
	left: 0px;
	top: 750px;
}
#wrapper #nav .last {
	border-bottom-style: none;
}
#wrapper #head {
	background-image: url(images/headBG.gif);
	margin: 0px;
	padding: 4px;
	width: 800px;
	height: 125px;
	position: relative;
	top: -5px;
}
#head img {
	float: right;
	margin-right: 25px;
	margin-top: 10px;
}
#wrapper #headBot {
	background-image: url(images/top.gif);
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 808px;
	position: relative;
	top: -5px;
}
#wrapper #picture img {
	float: left;
	position: relative;
	top: -150px;
	left: 30px;
	z-index: 10000;
}
#wrapper #headBot img {
	position: relative;
	left: 200px;
}#wrapper #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

