* {
	margin: 0;
	padding: 0;
}

body {
background: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
}

a {
text-decoration: none;
color: #7DA3FF;
}
a:hover {
text-decoration: underline;
color: #0202DF;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 150px;
background: #e0f3fa url(images/header.png) no-repeat;

}
#header h1 { 
font-size: 45px;
letter-spacing: -3px;
padding: 70px 0 0 185px;
color: #000;
}
#header h1 a { 
color: #aaa;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 24px;
color: #0009FF;
padding: 19px 0 0 310px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #e0f3fa url(images/menu.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: #000;
text-decoration: none;
}

#content {
background: #e0f3fa url(images/content.jpg) repeat-y;
padding: 0 20px;
}



.left {
float: Left;
width: 180px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #0202DF url(images/sub-menu.jpg) repeat-x;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 0px 0 0px 20px;
color: #0202FF;
}
.left li {
padding-top: 10px;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}



.right {
float: right;
width: 350px;
text-align: justify;
padding-top: 20px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
color: #FFFFFF;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #0202DF url(images/sub-menu.jpg) repeat-x;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}
.right ul {
padding-left: 40px;
}



.rightright {
float: right;
width: 200px;
/*text-align: justify;*/
padding-top: 20px;
padding-left: 10px;
}
.rightright h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #0202DF url(images/sub-menu.jpg) repeat-x;
}
.rightright h2 a {
text-decoration: none;
color: #fff;
}


.articles2 { padding: 10px; }
.articles { padding: 10px 0px 10px 10px; }

#bottom {
background : #e0f3fa url(images/bottom.png) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

