/* CSS Document */

body {
	margin:0;
	background-image:url(images/bkgrd.jpg);
	background-repeat:repeat;
}

#wrapper {
	margin:0 auto;
	width:800px;
	height:100%;
	background-image:url(images/clouds.png);  
	background-repeat:no-repeat;
	background-position:top;
}

.logo {
	margin:50px 0 0 0;
}

#navbar {
	margin:20px 15px 0 90px;
}

.nav_link {
	color:#A58D22;
	letter-spacing:1px;
	padding:5px 8px 5px 0; 
	font-family:"Times New Roman", Times, serif; 
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	cursor:pointer;
}

.nav_on {
	border:1px solid #952320;
	letter-spacing:1px;
	padding:4px 7px 4px 0; 
	color:#F3F0B6; 
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	cursor:pointer;
}

#content_wrapper {
	height:100%;
	margin-top:15px;
	background-color:#000000;
	border:1px solid #728D72;
	padding:8px 8px 25px 8px;
}

#header_wrapper {
	width:460px;
	height:144px; 
	background-image:url(images/header_pic.jpg);
	background-repeat:no-repeat;
	background-color:#E7D8AD;
	border:2px solid #994C33;
	margin-bottom:8px;
}

#header_text {
	width:460px;
	margin-top:125px;
	color:#EAE5D7;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	letter-spacing:1px;
	text-align:right;
}

#header_text a {
	color:#EAE5D7;
	text-decoration:none;
}

#header_text a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#content {
	width:420px;
	height:100%;
	background-color:#E7D8AD;
	border:2px solid #994C33;
	color:#3E2813;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	line-height:18px;
	padding:15px 20px 25px 20px;
}

#content a {
	color:#6F4822;
	border-bottom:1px dotted #6F4822;
	text-decoration:none;
}

#content a:hover {
	color:#AC2725;
	border-bottom:1px dotted #AC2725;
	text-decoration:none;
}

h1 {
	color:#AC2725;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}

li {
	list-style-type:square;
	color:#AC2725;
}

form {
	margin:0;
}

.list {
	color:#3E2813;
}

#footer {
	color:#EAE5D7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	padding-top:8px;
	text-align:right;
}