/* CSS Document */

a:link, a:visited, a:active {
	color: #E5881E;
	text-decoration: none;
}

a:hover {
	color: #E5881E;
	text-decoration: underline;
}

body {
	margin-top: 2px !important;
	margin-top: 0px;
	margin-left: 0px;	
	background-color: #3D3C3A;
}

h1 {
	font-family: "Monotype Corsiva", cursive, "Times New Roman", serif;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	letter-spacing: 6px;
	color: #F9B76B;
	margin-top: 3px;
	line-height: 20px;
	border-bottom: 1px solid #E5881E;
}

h2 {
	font-family: "Monotype Corsiva", cursive, "Times New Roman", serif;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 6px;
	color: #F9B76B;
	margin-top: 0px;
	line-height: 12px;
	border-bottom: 1px solid #E5881E;
}

input, select, textarea {
	background-color: #F5D6B3;
	border-style: double;
	border-width: 3px;
	border-color: #E5881E;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: #000;
}

p {
	margin-left: 4px;
	margin-right: 4px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #F5D6B3;
}

td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #F5D6B3;
}

ul {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #F5D6B3;
}

.date {
	color: #F9B76B;
}

#content {
	width: 340px;
	position: relative;
	top: -210px;
	left: 265px;
	border: 0px solid #000;
}

#footer {
	font-size: 9px;
	text-align: center;
	text-transform: uppercase;
}

#nav {
	width: 85px;
	position: absolute;
	top: 400px;
	margin-left: 620px;
	border: 0px solid #000;
}

#nav .header{
	font-family: small fonts;
	font-weight: normal;
	font-size: 9px;
	text-align: left;
	color: #F9B76B;
	margin-top: 0px;
	margin-bottom: -7px;
	line-height: 10px;
	border-bottom: 1px solid #E5881E;
}