* {
	margin: 0;
	padding: 0;
}

body {
background: #333;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 13px;
line-height: 16px;
color: #555555;
}

a {
text-decoration: underline;
color: #9B3618;
}
a:hover {
text-decoration: underline;
color: black;
}

#wrap {
margin: 20px auto 10px auto;
width: 850px;
background: #fff;
padding: 10px;
border: 5px solid #000;
}

#header {
height: 180px;
background: white url(images/header.jpg) no-repeat;
font-family: Georgia,"Times New Roman",Times,serif;
}
#header h1 { 
font-size: 25px;
padding: 12px 0 10px 10px;
color: black;
float: left;
font-weight: normal;
}
#header h2 {
padding: 13px 10px 0 0;
color: black;
float: right;
font-weight: normal;
font-size: 16px;
}

h2 {
color: black;
font-size: 20px;
font-family: Georgia,"Times New Roman",Times,serif;
}

#menu {
height: 27px;
line-height: 27px;
background: #000;
}

#content {
padding: 10px 0 20px 0;
}

.right {
float: right;
width: 610px;
padding: 0 20px 0 0;
line-height: 18px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.navigation {
	float: left;
	width: 190px;
	padding-top: 8px;
}
.navigation h2 {
	color: black;
	font: 18px Georgia,"Times New Roman",Times,serif;
	line-height: 30px;
	margin: 0;
	padding-left: 11px;
}
.navigation ul {
	padding-bottom: 10px;
	border-top: 1px solid black;
	list-style: none;
}
.navigation li {border-bottom: 1px dotted #b1b1b1;}
.navigation li a {
	font-size: 13px;
	color: #555555;
	display: block;
	padding: 6px 0 6px 11px;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #FCCEB4;
	color: #282828;	
}

#footer {
text-align: center;
font-size: 13px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }
