/* CSS Document */
a img{ 
border: 1px solid #ff9c00;
}

a img:hover{ 
border: 1px solid #ffffff;
}

body {
background-image: 
url('honey.jpeg');
background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin:0;
}

#container {
position:relative;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	}
	
#header{
position:relative;
	left:0px;
	top:0px;
	width:1170px;
	height:250px;
	overflow:hidden;
}

#header-side{
position:absolute;
	overflow:hidden;
	left:940px;
	top:5px;
	width:230px;
	height:250px;
	background-image: url('header-side.png');
	background-repeat: no-repeat;
}

#menu_area {
	padding:5px 5px 5px 5px;
	left:0px;
	top:250px;
	border-left:2px solid #000000;	
	border-right:2px solid #000000;	
	width:926px;
	height:20px;
background-image: 
url('menubg.gif');
background-repeat: repeat-x
		z-index: 1;
}

#menu_area a{
color:#ff9c00;
font-weight:bold;
font-style:normal;
text-decoration: none;
}

#menu_area {
color:#313131;
font-weight:bold;
font-style:normal;
text-decoration: none;
}

#menu_area a:hover, .active {
color:#ffffff;
font-weight:bold;
font-style:normal;
text-decoration: none;
}

#main_area {
	padding:10px 10px 10px 10px;
	left:0px;
	top:280px;
	border:1px solid #000000;
	width:916px;
	background-color:#7e7e7e;	
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#main_area a{
color:#ff9c00;
font-weight:bold;
font-style:normal;
text-decoration: none;
}

#main_area a:hover, .active{
color:#ffffff;
font-weight:bold;
font-style:normal;
text-decoration: none;
}

#news {
	position:absolute;
	left:435px;
	top:5px;
	border-top:2px solid #000000;	
	border-bottom:2px solid #000000;	
	border-left:2px solid #000000;	
	border-right:2px solid #000000;	
	width:487px;
	height:660px;
background-image: url('news.png');
background-repeat: no-repeat;
	background-color:#303030;	
}

#newspostscontainer {
position:relative;
top: 0px;
}

#newspost {
	position:relative;
	float:left;
		padding:2px 5px 10px 5px;
	width:600px;
	background-color:#303030;	
	margin-left: auto;
	margin-right: auto;
	background-image: 
url('newsbg.gif');
background-repeat: repeat-x;
	border: 1px solid #000000;
	overflow:hidden;
}

#newspost p {
color: #d6d6d6;
}

#date{
float: right;
	color: #ff9000;
}

#title{
float: left;
color: #ff9000;
}

#newsimage{
position:relative;
top: 8px;
float: left;
border: 1px solid #000000;
	width:80px;
	height:80px;
	overflow:hidden;
}

#newstext{
position:relative;
float: right;
top: 5px;
width:500px;
color: #d6d6d6;
font-size: 10pt;
color: #d6d6d6;
}

#newstext p{
color: #d6d6d6;
}

#newstitles{
position:relative;
float:right;
width:275px;
color: #d6d6d6;
padding:5px 5px 5px 5px;
border: 2px solid #000000;
background-image: url('newsbg2.gif');
background-repeat: repeat-x;
background-color:#303030;	
}

#newstitles_title{
float:right;
	background-image: url('newstitles.png');
	background-repeat: no-repeat;
	border: 2px solid #000000;
	left:635px;
	top:10px;
	width:285px;
	height:30px;
	background-color:#303030;	
}

#footer{
position:relative;
color:#ffffff;
width:930px;
text-align: center;
margin-left:auto;
margin-right:auto;
}

#footer a{
color:#ff9600;
