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

#list {
	text-align:center;
	padding-left: 200px;
}
#list a {
	display:block;
	color:#D6CDC5;
	text-decoration:none;
	font-weight:bold;
	font-size:1.3em;
	margin: 5px 0;
}
#list a:hover {
	color:#F1CC37;
}
#text {
	width: 400px;
	background:	#D6C7B4;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	margin: 0 auto 0 100px;
	padding:20px;
}
#text * {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#text p{
	font-size:1.1em;	
	line-height: 1.8em
}
#text span {
	font-style:italic;
	text-align:right;
	display:block;
}
p.header {
	display:block;
	font-weight:bold;
	padding-bottom:20px;
	font-size:1.3em !important;
}
#slider-wrapper {
	float:right;
	text-align:left;
	margin: 0 80px 0 auto;
	width:400px;
	position:relative;
}
#slider {
    position:fixed;
    width:400px;
    /*height:246px; Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}