body {
	background: #333 url("../images/background.jpg") repeat-x;
	margin: 0;
	padding: 0;
	font-family: "calibri", "trebuchet ms", "arial", "verdana";
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
}

h1 {
	color: #D1C794;
	font-size: 20px;
	font-family: "verdana";
	padding: 0 0 0px 0;
	margin: 0;
	font-weight: normal;
}

img {
	border: 0;
}

table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

table tr td {
	text-align: left;
}

A:link { color: #FFF; text-decoration: none; }
A:visited { color: #FFF; text-decoration: none; }
A:active { color: #FFF; text-decoration: none; }
A:hover { color: #D1C794; text-decoration: none; }

ul A:link { color: #D1C794; text-decoration: none; }
ul A:visited { color: #D1C794; text-decoration: none; }
ul A:active { color: #D1C794; text-decoration: none; }
ul A:hover { color: #888; text-decoration: none; }

.special A:link { color: #FFF; text-decoration: none; border-bottom: 1px dotted #888; }
.special A:visited { color: #FFF; text-decoration: none; border-bottom: 1px dotted #888; }
.special A:active { color: #FFF; text-decoration: none; border-bottom: 1px dotted #888; }
.special A:hover { color: #888; text-decoration: none; border-bottom: 1px dotted #888; }

form {
	padding: 1em 0 0 0.5em;
	margin: 0;
}

textarea {
	padding: 2px;
	font-family: "calibri", "arial", "verdana";
	font-size: 12px;
}

input {
	padding: 0;
	margin: 0;
	font-family: "calibri", "arial", "verdana";
	font-size: 12px;
}

ul {
	color: #D1C794;
	list-style-type: square;
}

ul span {
	font-style: italic;
	font-size: 12px;
	color: #FFF;
}

ul li {
	margin-bottom: 5px;	
}

#container {
	width: 800px;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
	width: 70px;
	height: 60px;
	margin-bottom: 5px;
	background: url("../images/logo_n8t.jpg") no-repeat;
}

#nav {
	font-size: 12px;
	float: right;
	padding-top: 3.8em;
}

#bg_header {
	width: 800px;
	height: 260px;
	background: url("../images/bg_header.jpg") no-repeat;
}

#bg_content {
	width: 800px;
	background: #1C1C1C;
}

#bg_footer {
	width: 800px;
	height: 10px;
	background: url("../images/bg_footer.jpg") no-repeat;
}

#content {
	width: 85%;
	padding: 1.2em 2.5em 1.5em 5.5em;
}

#content p {
	margin: 0;
	padding: 0;
	text-shadow: #181818 0 1px 1px;
}

#footer {
	text-shadow: #181818 0 1px 1px;
	color: #666;
	font-size: 11px;
	text-align: center;
	margin-top: 0.4em;
	height: 6em;
}

.brown {
	color: #D1C794;
}