* {
	margin: 0;
	padding: 0;
}

body {
background: #333;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #222;
}

ul {
margin-left: 15px;
}

a {
text-decoration: underline;
color: #bb7249;
}
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;
}
#header h1 { 
font-size: 24px;
padding: 11px 0 10px 10px;
color: #333333;
float: left;
font-weight: normal;
}
#header h2 {
padding: 12px 10px 0 0;
color: #333333;
float: right;
font-weight: normal;
}

h2 {
color: #333333;
font-size: 14px;
}

#menu {
height: 27px;
line-height: 27px;
background: #000;
}

#content {
padding: 10px 0 20px 0;
}

.right {
float: right;
width: 610px;
padding: 0 20px 0 0
}
.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: #333333;
	font: normal 16px Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 11px;
}
.navigation ul {
	padding-bottom: 10px;
	border-top: 1px solid black;
	list-style: none;
	margin: 0px;
}
.navigation li {border-bottom: 1px dotted #b1b1b1;}
.navigation li a {
	font-size: 13px;
	color: #7c7c7c;
	display: block;
	padding: 6px 0 6px 11px;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #ecc29d;
	color: #282828;	
}

#footer {
text-align: center;
font-size: 13px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

