/*Made by Joe Kohlmann*/
html {
	background-color: #fff;
}

body * {
   	margin: 0;
	padding: 0;
	font-size: 11px;
}

body {
	background: #eee;
	color: #444;
	width: 728px;
	margin: 0 auto 0 auto;
	border: solid 2px #ccc;
	font: 11px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	}

#side {
	float: left;
	margin-left: -1px;
	padding-left: 1px;
	width: 150px;
	}
	
#content {
    padding: 10px;
	margin-left: 150px;
	border-left: 2px solid #ddd;
}

#content ul { list-style: inside; }
	
#footer {  border-top: solid 2px #ddd; }

#footer, .spacer {
	clear: both;
}

#footer hr { display: none; }

.spacer {
	height: 0;
}

span { background: #999; }

h1 {
	text-align: center;
	font-size: 18px;
}

a {
	color: #999;
}

#side a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	text-transform: capitalize;
}

#side a:hover {
    background-color: #ccc;
}

#nav a {
	color: #444;
	text-decoration: none;
	padding-right: 3px;
	border-right: solid 1px;
	text-transform: capitalize;
}

#side a, #nav a:hover, #side {
    color: #666;
}

#nav .last {
	border: none;
}

#side a#sidebarhead {
	display: none;
}

#side h3, #side h4 {
	cursor: pointer;
	margin-top: 1px;
	padding: 2px;
	font-weight: normal;
}

#side h3 a, #side h4 a { margin: -2px; padding: 2px; }

#side ul {
	margin: 0;
	list-style: none;
	padding: 0;
	margin-left: 16px;
	border-left: 1px solid #ccc;
}

#side h4, #side li a {
	padding: 2px;
	padding-left: 10px;
	margin-top: 1px;
}