html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
body { 
	color: #FFF;
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin: 0px; 
	padding: 0px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
} 
	
p { 
	margin: 15px; 
	padding: 0px;
	text-align: left;
	line-height: 17px;
	}
	
.right { 
	margin: 15px; 
	padding: 0px;
	text-align: right;
	line-height: 17px;
	}
	
.righthp { 
	margin: 15px; 
	padding: 0px;
	text-align: right;
	line-height: 17px;
	width: 280px;
	float: right;
	}	
	
.righthpart { 
	margin: 5px 15px; 
	padding: 0px;
	text-align: right;
	line-height: 17px;
	width: 320px;
	float: right;
	}
.articles { 
	margin: 10px 0px 0px 0px; 
	padding: 0px;
	border-left: 2px solid #242525;
	text-align: center;
	line-height: 17px;
	width: 421px;
	float: right;
	}
	
.centerhp { 
	margin: 0px 15px; 
	padding: 0px;
	text-align: center;
	line-height: 17px;
	}	
	
li{
	line-height: 17px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 12px 0px 25px;
	color: #FF9900;
}

hr{
	color: #FF9900;
}

a:link {  
	text-decoration: none;
	font-weight: normal; 
	color: #E97815;
	}
a:visited { 
	text-decoration: none; 
	font-weight: normal;
	color: #E97815;
	}
a:hover, a:active { 
	text-decoration: underline;
	font-weight: normal; 
	color: #E97815;
	}

/* divs */

#container{
	width: 98%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;

}

#content {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	position: relative;
	text-align: left;
	background-color: #2F3030;
	border-left: 2px solid #FF9900;
	border-right: 2px solid #FF9900;
	border-bottom: 2px solid #FF9900;	
}

#top{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	background-color: #242525;
	border-bottom: 2px solid #FF9900;
	height: 160px;
}

#main_content{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_content.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;

}

#pattern_strip{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/pattern_strip.jpg);
	background-repeat: repeat-y;

}

#main_content_hp{
	margin: 0px;
	padding: 0px;
	clear: both;
	background-image: url(../images/bg_content.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 370px;
}

#footer{
	margin: 0px;
	padding: 0px;
	clear: both;
	background-color: #2F3030;
	border-top: 2px solid #FF9900;
	color: #FF9900;
}
	