* {
	margin: 0;
	padding: 0;
}

body {
background: #D0D0D0;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
}

a {
text-decoration: none;
color: #004990;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 10px auto;
width: 780px;
background: #fff;
}

/*HEADER*/
#header {
height: 170px;
}

#header h1 { 
font-size: 38px;
letter-spacing: 3px;
padding: 65px 0 0 50px;
}

/*#header h2 {
font-size: 19px;
color: #111;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}*/

#header img {
position: absolute; top: 25px; right: 425px;
}

/*MENU*/
#menu {
height: 30px;
line-height: 30px;
border-top: 1px dotted #555;
border-bottom: 1px dotted #555;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #004990;
}
#menu ul li a:hover {
color: #004990;
text-decoration: none;
font-weight: 600;
}

/*CONTENT*/
#content {
padding: 0 20px 20px 20px;
margin: 0 25px 0 25px;
text-align: justify;
}

#content h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
text-decoration: none;
color: #004990;
}

/*FOOTER*/
#footer {
height: 30px;
line-height: 30px;
background: #657983;
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; }

