* {
	margin: 0;
	padding: 0;
}

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

a {
text-decoration: none;
color: #7DA3DF;
}

a:hover {
text-decoration: underline;
color: #C3D9FF;
}

img {
border-left: 10px solid #FFFFFF;
border-bottom: 5px solid #FFFFFF;
}

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

#header {
height: 70px;
background: #e0f3fa url(images/header.jpg) no-repeat;

}
#header h1 { 
font-size: 25px;
padding: 25px 0 0 20px;
color: #000000;
}
#header h1 a { 
color: #000000;
text-decoration: none;
font-weight: 100;
}

#header h1 a:hover {
color: #000000;
}

#header h2 {
font-size: 18px;
color: #000000;
padding: 10px 0 0 20px;
font-weight: 100;
}

#content {
background: #e0f3fa url(images/content.jpg) repeat-y;
padding: 0 20px;
}

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

.articles { padding: 10px; }

#bottom {
background : #e0f3fa url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

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