* {
    padding: 0;
    margin: 0;
} 

body {
background: #BDD9D9;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
padding-top: 75px;
}

img { border: none; }
a { color: #4c320d;  }
a:hover { text-decoration: none; color : #000; }

#wrap {
margin: 20px auto;
width: 800px;
}

#header { 
background: url(images/header.png) no-repeat;
height: 119px;
margin-left: 21px;
}
#header h1 {
font-size: 20px;
font-weight: 100;
font-family: Tahoma, sans serif;
padding: 75px 0 5px 370px;
}
#header h1 a {
color: #333;
text-decoration: none;
}
#header h1 a:hover {
color: #111;
text-decoration: none;
}
#header h2 {
color: #000;
font-size: 14px;
font-weight: 100;
padding: 0 0 0 50px;
letter-spacing: 1
line-height: 20px;
}

#menu {
	background: url(images/nav.png) no-repeat;
	height: 30px;
	line-height: 24px;
	margin-left: 21px;
}
#menu ul {
padding-left: 330px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
margin-left: 10px;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
}
#menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#menu ul li a:active {
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
}

#content {
background:  url(images/content.png) no-repeat;
height: 317px;
padding-left: 80px;
margin-left: 21px;
}



.left {
	width: 365px;
	float: left;
	text-align: left;
	padding: 25px 0 0 35px;
}
.left h2 {
	color: #990000;
	font-size: 18px;
	font-weight: 100;
	padding : 10px 0 15px 0;
}

.right {
	width: 200px;
	float: right;
	font-size: 11px;
	position: relative;
	margin: 25px 50px 0 0;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 24px;
font-size: 12px;
color: #666;
line-height: 24px;
}
.right a { text-decoration: underline }

#top {
padding: 0px 0;
}
#bottom {
background: url(images/bottom.png) no-repeat;
height: 59px;
padding: 10px 0;
margin-left: 15px;
}

#footer {
text-align: center;
color: #000;
font-size: 9px;
padding-left: 50px;
}
#footer a { color: #666; }p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 12px;
}
