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

body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}

a {
	color: #837A73;
	text-decoration: none;
}
a:hover {
	color: #837A73;
	text-decoration: underline;
}

a:active, a:focus {
	outline: 0;
}

#wrapper .orange {
	color: #FF6B00;
}

a img {
	border: none;
}


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	z-index: 1;
	
	background: url(../i/start/header_bg_r.jpg) 1003px top repeat-x;
}
#wrapper td {
	vertical-align: top;
}


#top {
	height: 240px;
	background: url(../i/start/header.jpg) left top no-repeat;
	position: relative;
	z-index: 1;
	text-align: right;
}

#top ul {
	padding: 14px 10px 0 0;
	margin: 0;
	list-style-type: none;
	display: block;
	width: 250px;
	height: 18px;
	float: right;
}

	#top ul li {
		padding: 0 6px 0 0;
		margin: 0;
		list-style-type: none;
		display: block;
		float: left;
		
	}
	
	#top ul li a.act img,
	#top ul li a:HOVER  img{	
		filter:alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
	}
	
	#top ul li a img{	
		filter:alpha(opacity=60);
		-moz-opacity:.60;
		opacity:.60;
	}


#content {
	height: 273px;
	width: 964px;
	position: absolute;
	z-index: 1;
	bottom: 81px;
	left: 50%;
	margin-left: -482px;
}

.content {
	float: right;
	height: 273px;
	width: 639px;
	padding-right: 70px;
	background: url(../i/start/middle_.jpg) left top no-repeat;
}

#content ul{
	padding: 101px 0 0 0;
	margin: 0;
	list-style-type: none;
	display: block;
	height: 172px;
}
	#content ul li {
		padding: 0;
		margin: 0;
		list-style-type: none;
		display: inline;
		font-weight: bold;
	}
	
	#content ul li a {
		display: block;
		width: 115px;
		height: 172px;
		float: left;
		padding: 0 0 0 8px;
		margin: 0 8px 0 0;
		display: block;
	}
	
	#wrapper #content ul li .last {
		margin: 0;
	}
	

#footer {
	padding: 8px 13px 0 13px;
	font-size: 10px;
	color: #000;
	position: relative;
	z-index: 10;
	height: 73px;
	background: url(../i/start/footer_bg.jpg) left top repeat-x;
	margin-top: -81px;
}
	#footer a,
	#footer a:hover {
		color: #000;
	}
	
	#footer td {
		height: 24px;
		vertical-align: middle;
	}
	
	#footer td td {
		height: auto;
		vertical-align: top;
	}

