* {
	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: #FF00FF;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
	height: 120px;
	background: #e0f3fa url(images/header-4.jpg) no-repeat;
	text-align: left;

}
#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 25px 0 0 20px;
color: #000;
}
#header h1 a { 
color: #aaa;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
	color: #FF00FF;
	text-align: right;
	font-weight: bold;
}
#header h2 {
	font-size: 18px;
	color: #3F89FF;
	padding: 3px 0 0 20px;
	letter-spacing: -1px;
	font-weight: 100;
	text-align: left;
}

#menu {
height: 30px;
line-height: 30px;
background: #e0f3fa url(images/menu-3.jpg) no-repeat;
}
#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: #FF00FF;
text-decoration: none;
}

#content {
background: #e0f3fa url(images/content.jpg) repeat-y;
padding: 0 20px;
}

.right {
	float: right;
	width: 570px;
	padding-top: 20px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #37BCDF;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #FF00FF;
}

.left {
float: left;
width: 180px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #37BCDF;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
color: #37BCDF;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}
.articles {
	padding: 10px;
	color: #333;
}

#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; }



#page_number {
	color: #F0F;
}
