* {
margin: 0;
padding: 0;

scrollbar-base-color: #425969; 
scrollbar-face-color: #425969; 
scrollbar-track-color: #CCCCCC; 
scrollbar-arrow-color: #E1C70e;
scrollbar-highlight-color: #FFFFFF; 
scrollbar-3dlight-color: #CCCCCC; 
scrollbar-shadow-color: #663366;
scrollbar-darkshadow-color: #000000; 
}

body {
background: #fff url(gifs/header_1.jpg) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 16px;
color: #222;
}

a {
text-decoration: none;
color: #425969;
}

a:hover {
text-decoration: underline;
color: #FF0000;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 110px;
background: #fff url(gifs/header.jpg) no-repeat;

}
#header h1 { 
font-size: 28px;
font-weight: 600;
letter-spacing: -1px;
padding: 25px 0 0 25px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 20px;
color: #E1C70E;
padding: 10px 0 0 25px;
letter-spacing: -1px;
font-weight: 100;
}

#content {
padding: 0 10px;
}

.right {
float: right;
width: 570px;
text-align: justify;
padding-top: 20px;
}
.right h2 {
font-size: 13px;
font-weight: 1000;
padding-left: 20px;
height: 30px;
line-height: 30px;
background: #5B6684;
}

.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}

.left {
float: left;
width: 180px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 20px;
height: 30px;
line-height: 30px;
background: #5B6684;
color: #fff;
font-size: 13px;
}

.left ul {
padding: 10px 0 5px 20px;
color: #425969;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}
.articles {
padding: 10px;
}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
margin-top: 40px;
border-top: 1px dotted #aaa;
padding-top: 10px;
padding-bottom: 10px;
}
#footer a { color: #aaa; }



#footer a:hover { color: #111; }
