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

#list {
	text-align:center;
	padding-right: 460px;
}

#list a {
	display:block;
	color:#EEAA91;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.3em;
	margin: 5px 0;
}
#list a:hover {
	color:#F1CC37;
}
#text {
	width: 400px;
	background:	#EEAA91;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	margin: 0 auto 0 100px;
	padding:20px;
	float:left;
}
#text *{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#text.black{
	background-color:#000;
	filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
	color: #A37C52;
	
}
#text span{
	font-style:italic;
	text-align:right;
	display:block;
}
#text.black span{
	font-style:normal;
	text-align:center;
	margin-top: 30px;
}
#text p{
	margin: 0 0 20px;	
	font-size:1.1em;
	line-height: 1.8em
}
#text table td{
	text-align:center;
}
p.header{
	display:block;
	font-weight:bold;	
	padding-bottom:20px;
	margin:0 !important;
	font-size:1.3em !important;
}
#slider-wrapper {
	float:right;
	text-align:left;
	margin: 0 80px 0 auto;
	width:450px;
}
#photo img{
	padding-bottom:20px;
	display:block;
}
#preloader {
	padding: 50px;
}