* {
	margin: 0;
	padding: 0;
}

body {
background: #e3e3e3;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
font-size: 13px;
line-height: 16px;
color: #555555;
}

a {
text-decoration: underline;
color: #463f37;
}
a:hover {
text-decoration: underline;
color: black;
}

#wrap {
margin: 5px auto 5px auto;
width: 918px;
background: #fff;
}

#header {
height: 200px;
background: white url(images/header.jpg) no-repeat;
font-family: Georgia,"Times New Roman",Times,serif;
}
#header h1 { 
font-size: 27px;
padding: 32px 0 10px 30px;
color: #333333;
float: left;
font-weight: normal;
}
#header h2 {
padding: 35px 30px 0 0;
color: #333333;
float: right;
font-weight: normal;
font-size: 18px;
}

h2 {
color: black;
font-size: 20px;
font-family: Georgia,"Times New Roman",Times,serif;
}

.bg_box {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 918px;
}
.bg_box .bg_left {
	background-image: url('images/left.gif');
	background-repeat: repeat-y;
	width: 10px;
}
.bg_box .bg_right {
	background-image: url('images/right.gif');
	background-repeat: repeat-y;
	width: 10px;
}
.bg_box .bg_bottom {
	background-image: url('images/bottom.gif');
	background-repeat: no-repeat;
	height: 15px;
}

#menu {
height: 27px;
line-height: 27px;
background: #000;
}

#content {
padding: 10px 0 20px 0;
margin: 0 10px 10px 10px;
width: 100%;
}

.right {
float: right;
width: 650px;
padding: 0 30px 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: 200px;
	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: #a3a1a0;
	color: white;	
}

#footer {
text-align: center;
font-size: 13px;
color: #555555;
margin-bottom: 20px;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }
