body {
	color: #fff;
	background: transparent url(background.jpg) center center;
}

#background_image {
	position: fixed;
	background: transparent url(background.jpg) center center;
}
#wrap {
	z-index: 1;
	margin: auto auto;
	position: absolute;
	width: 100%;
	background-color: transparent;
}
.header {
	margin: 20px;
}
.header h1 {
	font-family: Georgia;
	font-size: 36px;
	color: #fff;
	display: inline;
	font-weight: 100;
	font-style: italic;
	padding: 30px 20px 20px 20px;
	margin-left: -20px;
	background: transparent url(slides.png) center center no-repeat;
}
.header h2 {
	background: #000;
	font-family: Georgia;
	-moz-opacity: 0.5;
	-webkit-opacity : 0.5;
	font-size: 30px;
	color: #fff;
	display: inline;
	font-weight: 100;
	font-style: italic;
	padding: 4px;
}
.content {
	text-align: center;
	margin : 80px auto;
	width: 750px;
	height: 382px;
	background: transparent url(slides.png) center center no-repeat;
}
.content .amp {
	font-family: Baskerville;
	font-style: italic;
}
.content p {
	font-family: Georgia;
	font-size: 15px !important;
	font-weight: 100;
	padding: 4%;
	line-height: 30px;
	margin-bottom: 24px;
	color: #fff;
}
.content p a:link {
	background: #000;
	-moz-opacity: 0.5;
	-webkit-opacity : 0.5;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	padding: 3px;
}
.content p a:hover {
	background: #8F8F8F;
	-moz-opacity: 0.5;
	-webkit-opacity : 0.5;
	color: #fff;
	text-decoration: underline !important;
	font-style: italic;
}
.content p a:visited {
	background: #000;
	-moz-opacity: 0.5;
	-webkit-opacity : 0.5;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	padding: 3px;
}

#winners li { 
	color: #fff; 
	padding: 4px;
}

#winners a:link { color: #fff; }
#winners a:visited { color: #fff; }


/* Quotes */
.quote {
	background: #000;
	-moz-opacity: 0.5;
	-webkit-opacity : 0.5;
	padding: 5px;
	display: block;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}

.giveaway {
	color: #fff !important;
}

/* Footer */
#footer {
	position: absolute;
	left: 20px;
	bottom: 0px;
	z-index: 2;
	color: #8F8F8F;
}
#footer p {
	font-family: Georgia;
	font-size: 10px;
	font-weight: 100;
	margin-bottom: 24px;
	float: right;
}

#footer img {border: none; background: transparent; clear: left; margin-bottom: -20px;}

#footer a:link {
	background: transparent;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	padding: 3px;
}
#contact p a:hover {
	background: transparent;
	color: #fff;
	text-decoration: underline !important;
	font-style: italic;
}
#contact p a:visited {
	background: transparent;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	padding: 3px;
}



#intro {
	padding-bottom: 10px;
}

#slider {
	width: 620px;
	margin: 0 auto;
	position: relative;
}

.scroll {
	height: 250px;
	width: 600px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

.scrollContainer div.panel {
	padding: 20px;
	width: 580px;
}


ul.navigation {
	list-style: none;
	margin: 0;
	text-align:center;
	padding: 0;
	padding-bottom: 9px;
	padding-top: 9px;
	background: #000;
	-moz-opacity: 0.5;
	-webkit-opacity : 0.5;
}

ul.navigation li {
	display: inline;
	margin-right: 10px;
}

ul.navigation a {
	padding: 10px;
	color: #FFF;
	text-decoration: none;
}

ul.navigation a:hover {
	border-bottom: 2px solid #F4AE00;
}

ul.navigation a.selected {
	border-bottom: 3px solid #619425;
}

ul.navigation a:focus {
	outline: none;
}

.scrollButtons {
	position: absolute;
	top: 150px;
	cursor: pointer;
}

.scrollButtons.left {
	left: -20px;
	background: url(images/shade.jpg) no-repeat 0 0;
}

.scrollButtons.right {
	right: -20px;
}

.hide {
	display: none;
}