body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #aa0000;
}

a {
	color: #D40000;
	text-decoration: none;
}

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

h1 {
	font-size: 24px;
	color: #666666;
}

input, textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}

#page_border {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #dbc4a4;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #6f5c43;
	border-right: 1px solid #6f5c43;
}

#page_title {
	background-color: #000000;
	width: 800px;
	height: 80px;
	background-image: url(images/logo.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

/* {{{ begin nav */
#nav {
	width: 800px;
	margin-top: 10px;
	height: 35px;
}

#nav ul {
	list-style: none;
	margin-left: -40px;
}

#nav li {
	float: left;
	position: relative;
	width: 108px;
	/*height: 20px;*/
	text-align: left;
	cursor: default;
	background-color: #eee2cf;
	padding: 0px;
	border: 1px solid #b67958;
	margin-left: 2px;
	margin-right: 2px;
}

#nav li a {
	display: block;
	font-weight: normal;
	color: #060;
	/*height: 14px;*/
	/*padding: 0.2em 10px;*/
	/*padding: 5px 10px;*/
	padding: 3px;
	color: #666666;
	text-align: center;
	text-decoration: none;
}

#nav li a:hover {
	background-color: #d4c4ab;
	color: #333333;
}
/* }}} end nav */

#content {
	padding: 5px;
	width: 790px;
	background-image: url(images/alpha.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#footer {
	border-top: 1px dashed #c1985f;
	color: #777777;
	margin: 5px;
	padding: 8px 5px 5px 5px;
	text-align: center;
}

.page_break {
	border-bottom: 1px solid #bba484;
	border-color: #bba484;
}
