* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;
}

img { border: none; }
a { color: #22456F; text-decoration: none;}
a:hover { text-decoration: underline; }

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

#header { 
border: 3px solid #ddd;
height: auto;
padding: 0px 5px 10px 5px;
background: #fff;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -1px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #182535;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #aaa;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
line-height: 12px;
}


#menu {
margin-top: 5px;
height: 40px;
line-height: 40px;
background: #57626a;
text-align:justify;
text-transform:uppercase;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float:left;
margin-left:5px;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: 100;
font-size: 14px;
}
#menu ul li a:hover {
color: #eee;
text-decoration: underline;
}




.right {
margin-top: 5px; /*default 10px */
width: 570px;
float: right;
text-align: justify;
border: 3px solid #ddd;
padding: 10px;
background: #fff;
}
.right h2 {
color: #22456F;
font-size: 24px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
line-height:normal;
}

.right h3{
	color: #22456F;
}

.right ul {
list-style-type: disc;
padding: 5px 10px 10px 20px;
}

.right ul li {
list-style-type: disc;
text-align:left;
}

.left {
margin-top: 5px; /*default 10px */
width: 160px;
float: left;
border: 3px solid #ddd;
font-size: 12px;
padding: 10px;
background: #fff;
}
.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}

.left h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.left a { text-decoration: none }
.left a:hover{text-decoration: underline;}

#footer {
margin-top: 5px;
text-align: center;
color: #444;
font-size: 11px;
border: 3px solid #ddd;
padding: 10px;
background: #fff;
}



.articles {
	text-align:justify;
	padding:1px;
}

.articles p {

	font-size:12px;
}

.articles #pictures{text-align:center;}