* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;;
}

a {text-decoration: none;}

body { background:#ff851b; margin:0; padding:0; }

#container { width: 900px; background-color: #800c00; margin: 0 auto; }

#header {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 188px;
	background-image: url(images/header.jpg);	
	background-repeat: no-repeat;
	margin-bottom:15px;
}

#homelink {
	display:block;
	height:150px;
	left:25px;
	position:relative;
	top:15px;
	width:175px;
}
#topmenu{
	float:right;
	margin-right: 32px;
	margin-top:10px;
	font-size: 12px;
	color: #FFFFFF;	
	font-weight: bold;
	width: 550px;
	text-align: right;
}

a.toplink {
	color:#FFFFFF;
}

a.mainlink {
	color:#dfdb00;
}

#content { width:500px; }
#content a { color:#ff851b; font-weight:bold; }
#content a:hover { text-decoration:underline; }

.main_article {
	color: #FFFFFF;
	width: 450px;
	margin-bottom:20px;
	margin-left:25px;
}

.main_article_title{
	height: 25px;
	background: url(images/main_article_title_bg.jpg) top no-repeat;
}

.main_article_title h2{
	color: #ff851b;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;	
	margin-left: 10px;
	padding-top: 2px; 
}

.main_article_body{
	background:url(images/main_article_body_footer.jpg) bottom no-repeat;
	background-color:#FFFFFF;
	color:#000000;
	padding: 5px 10px;
}


#sidebar { width:400px; }
#sidebar a { color:#FFFFFF; font-weight:bold; }
#sidebar a:hover { text-decoration:underline; }

.sidebar_article {
	color: #FFFFFF;
	width: 368px;
	margin-bottom:20px;
}

.sidebar_article_title{
	height: 25px;
	background-image: url(images/sidebar_article_title_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.sidebar_article_title h2{
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;	
	margin-left: 10px;
	padding-top: 2px; 
}

.sidebar_article_body{
	background:url(images/sidebar_article_body_footer.jpg) bottom no-repeat;
	background-color:#ff3600;
	padding: 5px 10px;
}

.left{
	float: left;
}
.right{
	float: right;
}



#footer {
	width: 100%;
	height: 74px;
	clear: both;
	background-image: url(images/footer.jpg);	
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align:right;
	font-weight:bold;
	font-size:12px;	
}

#footer a{
	color: #FFFFFF;
}

#footer a:hover{
	text-decoration: underline;
}

#footer p{
	padding: 30px 30px 0 0;
}

.left{
	float: left;
}
.right{
	float: right;
}