body {
	margin: 0;
	padding: 0;
	background: #9F9B74 url(images/bg.gif) repeat-x;
	font-family: Arial, Verdana, sans-serif;
}

#container {
	width: 678px;
	margin: 0 auto 30px auto;
	background: url(images/contentbg.gif);
}

#header {
	width: 678px;
	height: 245px;
}

#header h1 {
	width: 678px;
	height: 245px;
	background: url(images/header.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	position: absolute;
	height: 0px !important;
	overflow: hidden;
	text-indent: -5000px;
	padding: 150px 0 0 0;
	margin: 50px 0 0 0;
	width: 678px;
}

#topnav {
	position: absolute;
	top: 205px;
}

#topnav ul {
	margin: 0;
	padding: 0 16px;
	list-style: none;
}

#topnav ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#topnav ul li a {
	display: block;
	float: left;
	padding: 11px 38px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

#topnav ul li a:hover {
	background: url(images/topnavover.gif) 50% bottom no-repeat;
}

#sidebar {
	width: 190px;
	float: left;
	padding: 0 0 0 16px;
}

#sidebar .topics {
	display: block;
	height: 0px !important;
	overflow: hidden;
	padding: 47px 0 0 0;
	text-indent: -5000px;
	background: url(images/topics.gif) no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#sidebar ul li a {
	display: block;
	padding: 5px 20px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #6F243D;
}

#sidebar ul li a:hover {
	background: url(images/navover.gif) bottom repeat-x;
	color: #A09B74;
}

#content {
	width: 394px;
	float: left;
	padding: 120px 30px 0 30px;
	margin: 0 0 0 2px;
	background: url(images/home.jpg) no-repeat;
}

#seminars #content {
	background: url(images/seminars.jpg) no-repeat;
}
#about #content {
	background: url(images/about.jpg) no-repeat;
}
#science #content {
	background: url(images/science.jpg) no-repeat;
}
#pseudoscience #content {
	background: url(images/pseudoscience.jpg) no-repeat;
}
#quackery #content {
	background: url(images/quackery.jpg) no-repeat;
}
#keys #content {
	background: url(images/keys.jpg) no-repeat;
}
#resources #content {
	background: url(images/resources.jpg) no-repeat;
}

#content h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #9F9B75;
	font-weight: normal;
	clear: both;
}

#content h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #9F9B75;
	font-weight: normal;
	clear: both;
}

#content p {
	font-size: 12px;
	color: #ddd;
	line-height: 20px;
}

#content img {
	float: left;
	margin: 20px 10px 0 0;
}

#content a {
	color: #fff;
}

#content a:hover {
	color: #A09B74;
}

#content ul li,
#content ol li {
	color: #ddd;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 5px 0;
}

#footer {
	position: relative;
	clear: both;
	height: 109px;
	background: url(images/footerbg.gif) no-repeat;
}

#footer span {
	position: absolute;
	right: 40px;
	bottom: 27px;
	font-size: 12px;
	color: #9F9B75;
}