*{ margin: 0; padding: 0; }*
body { font: .8em Arial, Sans-Serif; line-height: 1.8em; background: #333; color: #444; }
a {COLOR: #6587E0; text-decoration: none;}
a:visited {COLOR: #6587E0; text-decoration: none;}
a:hover {
	COLOR: #D6D6D6;
	text-decoration: underline;
	font-weight: bold;
}
h2 { margin: 0 0 10px; padding: 10px 0 3px; }
h3 {
	padding-left: 10px;
	color: #fff;
	background: #FE7B09 url(images/bg.jpg) repeat-x;
	font-size: 1.2em;
	height: 24px;
	line-height: 24px;
}
ul {  padding: 0; margin: 0 0 10px;}
li {
	list-style-type: none;
	color: #333;
	font-weight: normal;
}
p { margin: 5px 0 10px 0; }
img {
	border: none;
	text-align: center;
}

#header {
background: #FE7B09 url(images/header.jpg) repeat-x;
height: 215px;
}
#header h1 {
font-size: 45px;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 0 5px 10px;
}
#header h1 a {
color: #598526;
text-decoration: none;
}
#header h1 a:hover {
color: #598526;
text-decoration: underline;
}
#header h2 {
color: #A99F00;
font-size: 19px;
font-weight: 100;
padding: 11px 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#wrap { padding: 10px 10px 3px 10px; width: 760px; margin:20px auto; background: #fff;}
#left { float: left; width: 180px; background: #FFF400; margin-bottom: 10px; margin-top: 20px;}
#left ul {
	padding: 5px 10px 10px 10px;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}
#right { margin-bottom: 10px; float: right; width: 550px; padding: 0 10px 10px 10px; margin-top: 10px;}
	
#footer { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; }
#wrap #left ul li a strong {
	color: #5A8327;
	text-decoration: underline overline;
}
#wrap #left ul li strong {
	color: #333;
}
#left ul li a {
	font-weight: bold;
	color: #000;
}
.articles p strong {
	color: #F00;
}
