*{ margin: 0; padding: 0; }*
body { font: .8em Arial, Sans-Serif; line-height: 1.8em; background: #333; color: #444; }
a {
	COLOR: #B4963C;
	text-decoration: underline;
}
a:hover {
	color: #FAD256;
}
#left a: hover {
	color: #FAD256;
}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
img { border: none; }

#header {
	height: 150px;
	background-color: #FE7B09;
	background-image: url(images/banner2.gif);
	background-repeat: repeat-x;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F9D255;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
	font-size: 19px;
	font-weight: 100;
	padding: 0 0 0 11px;
	letter-spacing: -1px;
	line-height: 12px;
}

#wrap {
	width: 900px;
	background-color: #E3E7F8;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 3px solid #F9D255;
}
#left {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #333333;
	height: 100%;
	background-image: url(images/triangle.png);
	background-repeat: no-repeat;
	background-position: top;
	
}
#left ul { padding: 5px 10px 10px 10px; margin: 0; }
#right {
	margin-bottom: 10px;
	float: right;
	width: 700px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
}
	
#footer { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; }
#left a {
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F9D255;
	display: block;
	text-decoration: none;
}
#wrap #left h3 {
	color: #FAD255;
	font-weight: bold;
	padding-left: 10px;
}
.articles {
	background-image: url(images/mthood.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #E3E7F8;
}
