@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg_04.png);
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: none; 
}
a:visited {
	color: #6E6C64;
	text-decoration:none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
}


*/
.content {

	padding: 10px 0;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



#head {
height:200px; background-color:#FFFFFF;	
background-image:url(../images/bck.jpg);
border-bottom:5px solid #fff;
	box-shadow: 0 0 10px #888;
	z-index:20;

}

#uber {
height:420px;
background-image:url(../images/bg_uber.jpg);
background-repeat:no-repeat;
}


#ubertextleft {
padding: 30px;
font-size: 15px;
color: #666;
height:330px;
}

#ubertextright {
padding-top: 30px;
padding-left: 10px;
font-size: 18px;
color: #09F;
text-shadow:1px 1px 1px #CCC;	
height:330px;
background-image:url(../images/bg_sliceline.png);
background-repeat:no-repeat;
}




#footer {
	height:150px; 
	color: #555;
	border-top:2px solid #CCC;
	background: rgba(155, 155, 155, 0.5);	
	background-image:url(../images/bg_sliceline.png);
}


.footlink:visited {color:#666;}
.footlink:hover, a:active {
	color: #09F;
}

/*...slider {padding:10px;
width:916px;height:350px;
background: rgba(255, 255, 255, 0.4);
-moz-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
box-shadow:inset 0 0 10px #666666;
border:3px solid #999;
margin-bottom:10px;margin-top:90px;
}
*/