* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;
}

img { border: none; }
a { color: #0A6380; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

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

#header { 
font-family: verdana;
height: 130px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 40px 0 10px 0;
}
#header h1 a {
color: #0A6380;
text-decoration: none;
}
#header h1 a:hover {
color: #222;
text-decoration: none;
}
#header h2 {
font-size: 17px;
letter-spacing: -1px;
line-height: 14px;
}

#content {
	padding: 0px 0px 0px 0px;	
}

#top {
	font-family: verdana;
	float: left;
	font-style:bold;
}

#logo {
	padding: 10px 0px 0px 680px;	
	
}

.articlesheader {
padding: 0 0 0 0px;
border-bottom: 1px solid #bbb;
line-height: 14px;	
}

.articlesheader  h1{
font-size: 20px;
font-family: verdana;
letter-spacing: -1px;
line-height: 20px;
}

.articles h2{
float: left;
font-size: 16px;
font-family: verdana;

}

.left {
width: 650px;
float: left;
font-family: verdana;
}



.right {
width: 120px;
float: right;
padding: 20px 0px 0px 10px;
font-size: 12px;
font-family: verdana;
border-left: 1px solid #bbb;
}

.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}

.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}

#footer {
border-top: 1px solid #bbb;
text-align: center;
color: #333;
font-size: 11px;
font-family: verdana;
}