* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color: #333;
margin: 0;
padding: 0;
line-height: 16px;
}

a {
text-decoration: none;
color: #336699;
}

a:hover {
text-decoration: underline;
color: #111;
}

.menu {
text-decoration: none;
color: #000000;
}

.menu:hover {
text-decoration: none;
color: #336699;
}

.highlight img{
border: 2px solid #ffffff;
}

.highlight:hover img{
border: 2px solid #336699;
}

.highlight:hover{
color: #336699;
}


#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 120px;
background: #fff
}

#header h1 { 
font-size: 30px;
letter-spacing: -1px;
padding: 50px 5px 5px 40px;
color: #fff;
}

#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}

#header h1 a:hover {
color: #eee;
}

#header h2 {
font-size: 18px;
color: #eee;
padding: 5px 0 0 40px;
letter-spacing: -1px;
font-weight: 100;
}

#top {
background: #fff url('images/top.jpg') no-repeat;
padding-left:0; padding-right:0; padding-top:10px; padding-bottom:10px
}

#content {
background: #fff url('images/middle.jpg') repeat-y;
padding-left:20px; padding-right:20px; padding-top:0; padding-bottom:0
}

#bottom {
background: #fff url('images/bottom.jpg') no-repeat;
padding-left:0; padding-right:0; padding-top:10px; padding-bottom:10px
}

.left {
float: left;
width: 540px;
text-align: justify;
padding-top: 10px;
}

.left h2 {
font-size: 16px;
font-weight: 100;
height: 30px;
line-height: 30px;
background: #000;
padding-left: 10px;
}

.left h2 a {
text-decoration: none;
color: #fff;
}

.left h2 a:hover {
color: #eee;
}

.articles {
padding: 10px;
}

.right {
float: right;
width: 200px;
padding-top: 10px;
}

.right h2 {
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #000;
color: #fff;
font-size: 13px;
}

.right ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}

.right ul li a {
color: #336699;
text-decoration: none;
font-size: 12px;
font-weight: 600;
}

.right ul li a:hover {
color: #111;
}

#footer {
text-align: center;
font-size: 11px;
padding: 10px 0;
}