* {
	margin: 0;
	padding: 0;
}

body  { color: #222; font-size: 12px; font-family: Tahoma, Arial, Helvetica, sans-serif; background: #333 }

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   { color: #000; font-size: 50px; padding: 10px 0 0 20px }
#menu   { line-height: 30px; background: #000; height: 30px }
#menu ul  { list-style-type: none; padding-left: 30px }
#menu ul li  { display: block; float: left }
#menu ul li a  { color: #fff; font-size: 12px; font-weight: 600; text-decoration: none; padding: 0 20px }
#menu ul li a:hover  { color: #aaa; text-decoration: none }

#content {
padding: 0 20px 20px 0;
}

.right {
float: right;
width: 600px;
text-align: justify;
padding-top: 5px;
}
.right iframe { padding-bottom: 10px; padding-left: 10px }
.right ul { list-style-type: square; padding-left: 20px }
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}
.left  { padding-top: 22px; width: 160px; float: left }
.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; }
