* {
	margin: 0;
	padding: 0;
}

body {
background: #333;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #99AECD;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff;
padding: 10px;
border: 5px solid #000;
}

#header {
height: 160px;
background: #554d42 url(images/header.jpg) no-repeat;
}
#header h1 { 
font-size: 50px;
letter-spacing: -7px;
padding: 17px 0 0 10px;
color: #FF5500;
}
#header h1 a { 
color: #D1DDEF;
text-decoration: none;
font-weight: 600;
letter-spacing: -7px;
}
#header h1 a:hover {
color: #fff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu a {
	display: block;
	float: left;
	padding: 130px 20px 0 15px;
	text-decoration: none;
	font-size: 136%;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: underline;
}
#menu {
	width: 790px;
	height: 160px;
	margin: 0 auto;
	padding-left: 10px;
	background: url(images/header.jpg);
}
#menu li {
	display: inline;
}

#content {
background: url(images/back.jpg) no-repeat;
padding: 0 0px 0px 0;
background-position: center center;
height: 380px;
width: 800px;
}

.test {
width: 700px;
text-align: justify;
padding-top: 5px;
}
.test a {
	color: #000000;
	text-decoration: underline;
}
#test a:hover {
  color: #000000;
	text-decoration: underline;
}
.test h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right {
float: right;
width: 600px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}

.left {
float: left;
width: 160px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #7988AF;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #99AECD;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }