@charset "utf-8";
/* CSS Document */


.navigation{
	background:#000;	 
	height:50px; 
	position:relative; 
	z-index: 10; 
	top:80px;
	padding-left:275px;
	color:#FFF;
	text-align:center;

}
.navigation a{
	padding: 0px 15px 0px 15px;
}

.clear{
	clear:both;
}

#page{

	width: 960px;
	background:url(../images/background.jpg) repeat-y top;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top:50px;
}

#slideshow
{
	z-index: 1;
	width: 565px;
	min-height: 317.95000000000005px;
	/*background-image: none;
	border-width: 3px;
	border-style: solid;
	border-color: #000000;*/
	margin-left: auto;
	margin-right: auto;
	/*padding: 20px 88px 62.049999999999955px 20px;*/
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#000;
}

.left-padding{
	float:left; 
	padding:5px;
}

.float{
	float:left;
	padding:7px;
	margin:0;
}

.shadow{
	box-shadow:3px 3px 3px 3px #999;
	-webkit-box-shadow:3px 3px 3px #999;
	-moz-box-shadow: 3px 3px 3px #999;
}

.quote{
	opacity:0.6;
	vertical-align:middle;
	height:20px;
	padding:5px;
}

.center{
	text-align:center;
}