* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #cccccc;
	background-image: url(http://www.lockhead.org/style/light_background.png);
	background-repeat: repeat;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 18px;
	font-weight: bold;
}

p {
	margin: 0 0 10px 0;
}

a {
	background-color: transparent;
	color: #336699;
}

a:hover {
	background-color: transparent;
	color: #339900;
}

.clearbig {
	clear: both;
	height: 15px;
}

.clearsmall {
	clear: both;
	height: 5px;
}

#container {
	background-image: url(http://www.lockhead.org/style/light_container.png);
	background-repeat: repeat-y;
}

#content {
	float: left;
	margin: 0 50px 0 0;
	text-align: justify;
	width: 630px;
}

#footer {
	background-image: url(http://www.lockhead.org/style/light_footer.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 900px;
}

#footer a {
	color: #ffffff;
}

#footer p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 15px;
	text-align: center;
}

#header {
	background-image: url(http://www.lockhead.org/style/light_header.png);
	background-repeat: no-repeat;
	height: 220px;
	width: 900px;
}

#sidebar {
	float: left;
	margin: 0 0 0 50px;
	width: 160px;
}

#sidebar a {
	background-color: #ddd;
	border-right: 6px solid #fff;
	color: #369;
	display: block;
	margin: 5px 10px 5px 10px;
	padding: 5px;
	text-decoration: none;
}

#sidebar a:hover {
	background-color: #ccc;
	border-right: 6px solid #390;
	color: #390;
}

#sidebar .active {
	background-color: #ddd;
	border-right: 6px solid #390;
	color: #390;
}

#sidebar ul {
	list-style: none;
}

#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}

#sidebar .sub {
	margin: 5px 10px 5px 20px;
}

#sidebar .subactive {
	background-color: #ddd;
	border-right: 6px solid #390;
	color: #390;
}

#sidebar .top {
	color: #390;
}
