@import "typography.css";
@import "images.css";
@import "form.css";
@import "table.css";

* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
	color: black;
	background: #646a37 url('../img/background.png') repeat scroll top left;
}

a, a:visited, a:active, a:link {
	color: #e59034;
	letter-spacing: 1px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 720px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 100%;
	height: 80px;
	float: left;
	margin-top: 50px;
	
	background: url('/img/header.png') 0 0 no-repeat;
}

#header h1 {
	width: 100%;
	height: 80px;
	margin: 0;
}
#header h1 a {
	display: block;
	width: 390px;
	height: 45px;
	margin-top: 30px;
	margin-left: 50px;
}
#header h1 a span {
	display: block;
	text-indent: -1337em;
}

#contentwrapper {
	float: left;
	width: 100%;
	background-image: url('../img/content.png');
	background-repeat: repeat-y;
}

#content {
	background: white;
	float: left;
	margin-left: 30px;
	width: 490px;
}

#footerwrapper {
	float: left;
	clear: both;
	width: 720px;
	height: 175px;
	
	margin-left: 0px;
	margin-bottom: 15px;
	color: #ddd;
	background-image: url('../img/footer.png');
	background-repeat: no-repeat;
	background-position: top left;
	
	/*padding: 55px 20px 20px 20px;*/
}

#footer {
	margin: 55px 30px 0px 30px;
}

#nav {
	float: right;
	width: 150px;
	margin-right: 30px;
	margin-bottom: 20px;
}

#nav img {
	margin-left: -15px;
}

#nav ul {
	margin-top: 20px;
	list-style-type: none;
	width: 100%;
}
#nav ul li {
	margin-left: 20px;
	background-image: url('../img/list.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center left;
	width: 100%;
}
#nav ul li a {
	line-height: 1.75em;
	font-size: 1.5em;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #777;
	margin-left: 10px;
	padding-left: 5px;
	display: block;
	width: 100%;
}
#nav ul li a:hover {
	background-image: url('../img/hover.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom left;
	color: #000;
}

#nav ul li #active {
	background-image: url('../img/active.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom left;
	color: #000;
}
#nav ul li #active:hover {
	cursor: default;
}
