﻿@charset "UTF-8";
html {overflow-y: scroll}
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 0 0;
	background-color: #1d1d1d;
}
h1{font-size:24px;}
h2{font-size:18px;}
h3{font-size:16px;}

a{color: #F2C689;text-decoration: none;}
a:hover {	text-decoration: underline;}

.logo{margin:5px 25px 5px 5px}

.header {
	font-size: 14px;
    background-image: url('assets/header_bg.png');
    background-repeat:repeat-x;
    border: 0px none;
    width:100%;
    height:100px;
}
.header a{font-size:18px; color:#1d1d1d;}
.header a:hover {
	text-decoration: underline;
}

.footer {
	color: #dedede;
	font-size: 11px;
}

.gallery{
    width:800px;
    margin:auto;
}
.photoCredit {width:100%; text-align:center;font-size:.8em;}

/* rotator in-page placement */
div.rotator {
	position:relative;
	height:400px;
	margin: 0px 0px 0px 10px;
}
/* rotator css */
div.rotator ul {
	margin: 0px;
}
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
div.rotator ul li img {
	background: #FFF;
}
div.rotator ul li.show {
	z-index:500;
}

