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

body {
	margin: 0;
	padding: 0;
	background: url(background2.gif) repeat;
	text-align: center;
}
#wrapper {
	width: 800px;
	background: #cccccc;
	margin: 0 auto;
	border: 2px solid #333333;
	text-align: left;
}
#header {
	width: 800px;
	height: 170px;
	background: url(bar.gif) no-repeat bottom;
}
#content {
	padding: 20px;
	padding-left: 220px;
	padding-top: 0px;
}
#nav {
	float: left;
	width: 200px;
}
#footer {
	height: 50px;
	padding-top: 20px;
	background-color: #cccccc;
}


p {
	font-family: Trebuchet MS, sans-serif;
	color: #000000;
	font-size: 16px;
	text-align: left;
}
p.center {
	text-align: center;
}
p.footer {
	font-size: 12px;
	text-align: center;
	font-family: Trebuchet MS, sans-serif;
}


h1 {
	line-height: 0px;
	font-size: 26px;
	color: #003300;
	font-family: Trebuchet MS, sans-serif;
}
h1.italic {
	line-height: 10px;
	font-size: 26px;
	color: #003300;
	font-style: italic;
	font-family: Trebuchet MS, sans-serif;
}
h2 {
	line-height: 10px;
	font-size: 16px;
	color: #000000;
	font-family: Trebuchet MS, sans-serif;
}
h3 {
	text-align: center;
	font-size: 16px;
	color: #000000;
	font-family: Trebuchet MS, sans-serif;
}


a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #0040bf;
}