* {
	margin: 0;
	padding: 0;
}

body {
background: #008080;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
}


td, th {
background: #DDEEEE;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
}

a {
text-decoration: none;
color: #005555;
}
a:hover {
text-decoration: underline;
color: #D3D98F;
}

#wrap {
margin: 20px auto;
width: 900px;
}

#header {
height: 70px;
background: #008080;

}
#header h1 { 
font-size: 35px;
letter-spacing: -1px;
padding: 25px 0 0 20px;
color: #FFFFFF;
}
#header h1 a { 
color: #FFFFFF;
text-decoration: none;
font-weight: 130;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000000;
}
#header h2 {
font-size: 18px;
color: #EFFFFF;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

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

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

.right {
float: left;
width: 690px;
text-align: justify;
padding-top: 20px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #EFFFFF;
}
.right h2 a {
text-decoration: none;
color: #111;
}
.right h2 a:hover {
color: #111;
}

.left {
float: right;
width: 170px;
padding-top: 10px;
background: #DDEEEE;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 20px;
line-height: 26px;
background: #EFFFFF;
color: #111;
font-size: 15px;
}
.left ul {
padding: 10px 0 10px 30px;
color: #000000;
}
.left ul li a {
text-decoration: none;
font-weight: 100;
}
.left ul li a:hover {

}
.articles { padding: 10px; }

#bottom {
background : #005555;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }