* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrapper {
	margin: 0 auto;
	width: 950px;
	background: url(images/sidebar-bg.jpg) repeat-y top left;
}
h1, h2, h3, p, table, ul {
	margin-bottom: 15px;
}
/* -----------------------------------
	Header
----------------------------------- */	
#header {
	width: 950px;
	height: 200px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: #dad6c0 url(images/header.jpg) top left no-repeat;
}
/* -----------------------------------
	Sidebar
----------------------------------- */
#sidebar {
	width: 232px;
	min-height: 350px;
	background: #96a06a url(images/sidebar-bg.jpg) repeat-y top left;
	padding: 0px 0px 0px 40px;
	margin: 0px;
	float: left;
}
#links {
	margin-top: 15px;
}
#links li {
	text-align: center;
	list-style: inside none;
	margin-bottom: 5px;
	font-weight: bolder;
}
#links li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
#links li a:hover {
	color: #fff;
	text-decoration: underline;
	font-size: 16px;
}
.bitOfSpace {
	margin-top: 45px;
}
/* -----------------------------------
	Content
----------------------------------- */
#content {
	width: 658px;
	min-height: 330px;
	float: right;
	background: #e3e2d9;
	padding: 10px;
	margin: 0px;
	display: inline;
}
#content h1 {
	color: #000;
	font-size: 24px;
}
#content p {
	color: #000;
}
#content li {
	list-style: inside square;
	margin-left: 30px;
}
/* -----------------------------------
	Footer
----------------------------------- */
#footer {
	width: 930px;
	min-height: 40px;
	clear: both;
	background: #dad6c0;
	padding: 10px;
	margin: 0px;
}
#footer h1, #footer p, #footer p a {
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}