body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color:#E6E6E6;
	background-color: #ebd7c2;
	background-image: url(images/slices/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(images/slices/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 166px;
}
#header h1 {
	padding-left: 278px;
}
#content h2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#content span {
	position: absolute;
	left: -3000px;
}
#content p {
	font-size: 85%;
	line-height: 1.4;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.lftflt {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#header span {
	position: absolute;
	left: -3000px;
}
#nav {
	background-image: url(images/slices/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 641px;
}
#nav ul {
	font-size: 100%;
	text-align: center;
	list-style-type: none;
	position: relative;
}
#nav li {
	display: inline;
}
#nav li a:link, #nav li a:visited {
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin: 0px;
}
#nav li a:hover, #nav li active, #nav li a:focus {
	color: #FFE7D6;
}
#innerwrapper {
	background-image: url(images/slices/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 621px;
	float: left;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

#content {
	float: left;
	width: 610px;
}
img {
	border:none;
	float:left;
	padding-right: 5px;
}
#sidebar {
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: absolute;
	top: -500px;
}
