* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
	text-decoration: none;
	color: #425969;
}
td {
	padding: 5px;
}
#wrap  #content  .right   .articles td:hover {
	background-color: #CCCCCC;
}



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

#header {
	height: 110px;
	background: #fff url(images/header.jpg) no-repeat;

}
#wrap #header #imgheader img {
	float: right;
}
#wrap #header #headerleft {
	float: left;
}


#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 15px 0 0 20px;
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: 19px;
	color: #e1c70e;
	padding: 5px 0 0 20px;
	letter-spacing: -1px;
	font-weight: 100;
	line-height: 27px;
}

#content {
padding: 0 20px;
}

.right {
	float: right;
	width: 565px;
	text-align: justify;
	padding-top: 20px;
}
.right h2 {
	font-size: 18px;
	font-weight: 100;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	background-color: #993300;
	color: #FFFFFF;
}
.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: 10px;
	height: 30px;
	line-height: 30px;
	background: #425969;
	color: #fff;
	font-size: 13px;
}
.left ul {
	padding: 10px 0 15px 20px;
	list-style-type: none;
}
.left ul li {
	padding: 2px 5px;
	border-bottom: 1px solid #aaa;

}
.left ul li:hover {
	padding: 2px 5px;
	border-bottom: 1px solid #aaa;
	background-color: #CCCCCC;
	color: #000000;
}

.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; }
#wrap #content .right .articles table {
	padding: 0px;
}
#wrap #content .right .articles table {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
