* {
	margin: 0;
	padding: 0;
}

body {
background: #DDDDDD top center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #000000;
}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}

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

#header {
height: 70px;
background: #003C77;
border: 2px solid #000000;
}
#header h1 { 
font-size: 20px;
letter-spacing: -1px;
padding: 25px ;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: bold;
letter-spacing: -1px;
}
#header h1 a:hover {
color: #aaa;
}
#header h2 {
font-size: 16px;
color: #336699;
padding: 3px 0 0 20px;
letter-spacing: -1px;
}

#menu {
height: 30px;
line-height: 30px;
}
#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-size: 14px;
color: #666;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
}

#menubottom { 
padding: 5px 0;
}

#content {
padding: 0 20px;
border: 2px solid #000000;
background: #ccc;
}

.xxx {
float: none;
width: 750px;
text-align: justify;
padding-top: 20px;
}
.xxx h2 {
font-size: 14px;
padding-left: 10px;
padding-bottom: 10px;
background: #003C77;
height: 20px;
color: #fff;

line-height: 26px;
}
 .xxx h3 {
font-size: 14px;
padding-top: 10px;
height: 26px;
line-height: 26px;
color: #315786;
}


.articles { padding: 10px; }

.footer {
margin-top: 30px;
text-align: center;
font-size: 11px;
color: #494949;
border-top: 1px dotted #aaa;
}
.footer a { color: #555; }
.footer a:hover { color: #111; }
