html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	background: #000000 url('images/bg.png') repeat center top;
	font-family: Verdana, Arial, Sans-Serif, 'Trebuchet MS', 'Lucida Grande';
}

a {
	color: #4F3131;
	text-decoration: none;
}
a:hover {
	color: #7F6767;
}

#gradient {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	
	background: url("images/bg_gradient.png") repeat-x center top;
	filter: alpha(opacity=18);
	opacity: 0.18;
	
	height: 340px;
	width: 100%;
}
#page {
	position: relative;
	
	margin: 0px auto;
	padding: 0px;
	width: 895px;
	
	
	background: #ffffff url("images/page_bg.png") right repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
#logo {	
	width: 895px;
	height: 192px;
	
	background: #ffffff url('images/logo.png') repeat-x center top;
	font-family: Verdana, Arial, Sans-Serif, 'Trebuchet MS', 'Lucida Grande';
	
	padding: 0px;
	margin: 0px;
}
#logo .paper-out {
	margin-right: 895px;
	
	background: url('images/paper-out.png') repeat-x center top;
	width: 17px;
	height: 192px;
}
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	
	font-size: 0px;
}

#menubar {	
	margin: 0px;
	width: 895px;
	height: 148px;
	background: url('images/logo-menubar.png') no-repeat left bottom;
	
	direction: ltr;
	
	font-size: 0px;
}
#menubar li {
	display: inline;
	float: right;
	clear: none;
	
	margin: 0px;
	
	list-style: inside;
	list-style-type: none;
	
	height: 148px;
}
#menubar li a {
	display: block;
	width: 100%;
	height: 100%;
}
#menubar .main {
	background: url('images/menubar-main.png') repeat-x center top;
	width:	139px;
}
#menubar .about {
	background: url('images/menubar-about.png') repeat-x center top;
	width:	153px;
}
#menubar .media {
	background: url('images/menubar-media.png') repeat-x center top;
	width:	152px;
}
#menubar .forum {
	background: url('images/menubar-forum.png') repeat-x center top;
	width:	160px;
}
#menubar .facebook {
	background: url('images/menubar-facebook.png') repeat-x center top;
	width:	160px;
}
#menubar .team {
	background: url('images/menubar-team.png') repeat-x center top;
	width:	141px;
}
#menubar .contact {
	background: url('images/menubar-contact.png') repeat-x center top;
	width:	141px;
}



#menuside {
	background: url('images/menuside-end.png') no-repeat center bottom;
	
	display: block;
	float: right;
	
	margin: 0px;
	padding: 0px;
	padding-bottom: 45px;
	
	width: 193px;
}
#menuside li {
	color: #3d2209;
	font-family: Arial;
	font-size: 11pt;
	padding-right: 5px;
	height: 24px;
	
	list-style-image: url('images/li-icon.png');
}

#content {
	display: block;
	
	margin: 0px;
	margin-right: 240px;
	padding: 0px;
	padding-bottom: 45px;
	
	width: 620px;
	
	font-size: 10pt;
	color: #290505;
}

#footer {
	padding: 0px;
	margin: 0px;
	
	position: absolute;
	bottom: 0;
	right: 0;
	
	width: 895px;
	height: 45px;
	
	background: #ffffff url('images/footer_bg.png') repeat-x center bottom;
	font-family: Verdana, Arial, Sans-Serif, 'Trebuchet MS', 'Lucida Grande';
}
#footer h6 {
	float: right;
	
	padding: 0px;
	margin: 0px;
	
	font-size: 12px;
	font-weight: normal;
	
	padding-top: 30px;
	padding-right: 30px;
}
#footer h5 {
	margin-top: 11px;
	
	float: left;
	direction: ltr;
		
	padding: 0px;
	margin: 0px;
	
	font-size: 12px;
	font-weight: normal;
	
	padding-top: 30px;
	padding-left: 30px;
}
#footer h5 img {
	position: absolute;
	margin-top: -5px;
	margin-left: 2px;
	border: 0px;
}