#wrapper {
	position: absolute;
	background: url('overlay.png') ;
	left: 50px;
	top: 200px;
	z-index: 1;
	width: 525px;
	border: 0px solid #ccc;
}

#right {
	position: absolute;
	background-color: #FFFFFF;
	left: 600px;
	top: 200px;
	z-index: 1;
	width: 250px;
}

#navigation {
	position: absolute;
	background: url('overlay.png') ;
	left: 50px;
	top: 50px;
	z-index: 1;
}





body, #background {
	width:100%;
	height:100%;
	overflow:hidden;
	margin: 0;
	padding: 0;
	font: 11px/16px Verdana, Arial;
	color: #666666;
}


#slider {
	border: 1px solid #cccccc;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:495px;
	overflow:hidden; 
	}
span#prevBtn{}
span#nextBtn{}	

		
#background img {

position: absolute;
z-index: -1;
width: 100%;
min-height: 768px;

}



a {
color: #666666;
text-decoration: none;
}
a:hover {
color: #000000;
}

h1 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #e53316;
}

h2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
}



#top p { 
padding: 5px;
margin: 0;
text-transform: uppercase;
color: #ffffff;
font-size: 9px;
letter-spacing: 1px;
}

#logo {
position: absolute;
top:100px;
right: 0;
}

#more_head {
cursor: pointer;
padding: 5px 10px ;
border-top: 1px dotted #cccccc;
text-align: right;

}

.spacer {
padding: 15px;
}

#right ul, #right li {
margin: 0;
padding: 0;
list-style: none;
}

#right li {
margin: 0;
padding: 2px;
border-bottom: 0px dotted #cccccc;
list-style: none;
background: url('li.gif') no-repeat;
padding-left: 12px;
}


#imprint {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 10px;
	line-height: 14px;
}

#imprint_body {
	background:  #e53316;
color: #ffffff;
}



.column {
	width: 300px;
	float: left;
}

.clearfix {
	clear:both;
}

#imprint_head {
background:  #e53316;
color: #ffffff;
position: relative;
padding: 5px;
width: 125px;
text-align: center;
cursor: pointer;
left: 750px;
}

#navigation a {
font:12px/18px Arial;
text-transform: uppercase;
letter-spacing: 1px;
color: #000000;
}

#navigation a:hover {
color: #e53316;
}


