body,h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande CE";
	font-size: 100%;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
#wrapper {
	text-align: left;
	width: 641px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/content_bg.jpg);
	background-color: #000000;
}
#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 166px;
}
#header h1 {
}
#header span {
	position: absolute;
	left: -3000px;
	visibility: visible;
}
#nav {
	background-color: #000000;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 641px;
}
#nav ul {
	font-size: 100%;
	text-align: center;
	list-style-type: none;
}
#nav li {
	display: inline;
}
#nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
	margin-right: 6px;
	margin-left: 6px;
}
#innerwrapper {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	width: 641px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-color: #CCCC99;
}
#content {
	float: left;
	width: 420px;
}
#content h2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content span {
	position: absolute;
	left: -3000px;
	top: 300px;
}
#content p {
	font-size: 85%;
	line-height: 1.4;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
}
.lftflt {
	float: left;
	margin-right: 8px;
	margin-left: 0px;
}
#sidebar {
	float: left;
	width: 200px;
	padding-left: 5px;
}
#sidebar h2 {
	font-size: 100%;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
#content h3 {
	padding-left: 20px;
}
#sidebar p {
	font-size: 80%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-style: normal;
	line-height: 1.3;
}
#footer {
	background-color: #000000;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 103px;
}
#footer p {
	font-size: 80%;
	text-align: center;
	padding-top: 50px;
	font-variant: normal;
	word-spacing: normal;
	color: #FFFFFF;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#nav li a:hover, #nav li active, #nav li a:focus {
	color: #518DBA;
}
button {
	text-transform: lowercase;
	color: #0000FF;
}
button {
	color: #0099FF;
	letter-spacing: normal;
	word-spacing: 2em;
	list-style-image: none;
}
#footer a:hover,#footer a:active, #footer a:focus {
	color: #518DBA;
}
