* {
	margin: 0;
	padding: 0;
}

body {
background-image: url(images/bg3.jpg);
font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 24px;
}

a {
text-decoration: none;
color: #333333;
}
a:hover {
text-decoration: none;
color: #4F5D7F;
}

#wrap {
margin: 20px auto 10px auto;
width: 900px;
background: #fff;
padding: 5px;
border: 5px solid #999966;
}

#header {
height: 165px;
background: #554d42 url(images/header.jpg) no-repeat;
}
#header h1 {
font-size: 34px;
font-weight: 100;
letter-spacing: -2px;
padding: 10px 0 0 10px;
}
#header h1 a {
text-decoration: none;
color: #000;
}
#header h1 a:hover {
text-decoration: none;
color: #4F5D7F;
}
#header h2 {
color: #000;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 31px;
}


#menu {
height: 30px;
line-height: 30px;
background: #999966;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#content {
padding: 0 20px 20px 0;
}
.left {
float: left;
width: 130px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #333333;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
color: #333333;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

.center {
position: static; left:140px;
float: center;
width: 600px;
text-align: justify;
padding-top: 5px;
}
.center h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.center h2 a {
text-decoration: none;
}
.center h2 a:hover {

}

.right {
width: 150px;
padding-top: 10px;

position: relative; left: 750px;

}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 5px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.center h2 a:hover {

}

#footer {
text-align: center;
font-size: 11px;
color: #333333;
}
#footer a { color: #333333; }
#footer a:hover { color: #4F5D7F; }