body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #343434;
	background-image: url(web%20images/body_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 641px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(web%20images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 166px;
}
#header h1 {
	padding-left: 415px;
}
#header span {
	position: absolute;
	left: -3000px;
}
#nav {
	background-image: url(web%20images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 641px;
	font-weight: bolder;
}
#nav ul {

	font-size: 80%;
	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: 5px;
	margin-right: 7px;
	margin-left: 7px;
}
#nav li a:hover, #nav li active, #nav li a:focus {
	color: #CC6600;
}
#innerwrapper {
	background-image: url(web%20images/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;
}
#content {
	float: left;
	width: 420px;
}
#content h2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #CC6600;
	font-size: 100%;
	font-weight: bolder;
}
#content span {
	position: absolute;
	left: -3000px;
}
#content p {
	font-size: 80%;
	line-height: 1.4;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	color: #666666;
}
.lftflt {
	float: left;
	margin-right: 8px;
}
#sidebar {
	float: left;
	width: 200px;
}
#sidebar p {
	font-size: 80%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	color: #666666;
	line-height: 130%;
	font-style: italic;
}
#sidebar h2 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	color: #CC6600;
}
#footer {
	background-image: url(web%20images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 103px;
	color: #FFFFFF;
	font-size: x-small;
	text-decoration: none;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#nav li a:active {
	color: #CC6600;
}

