html, body, div, span, a,
h1, img, ul, li, form {
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;}
a { text-decoration: none; }
ul li {list-style: none;}

/* --- */


html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0F0F0F;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px 0;
}

form { margin-top: 1em; }

ul, form ul li { margin-bottom: .5em; }

strong { font-weight: bold; }

#flashcontent {
		height: 94%;
}
#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter {
	min-height: 100%;
}
#footer {
	width:97%;
	color: #333333;
	position: absolute;
	bottom: 0 !important;
	padding: 20px;
	font-size: 10px;
}
#footer p {
	color: #333333;
	font-size: 10px;
}
#footer a:link, #footer a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	}
#footer a:hover, #footer a:active {
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	font-size: 10px;
	}
a:link {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #FF9900;
}
a img {
	border: 1px solid #FFFFFF
	}
a:hover img, a:active img, a:focus img {
	border: 1px solid #FFFFFF
	}
#phototext p {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 16px;
	font-weight: bold;
}
h5 {
	font-size: 18px;
	font-weight: bold;
}
#wrapper {
    width: 640px;
    margin: 0 auto;
	margin-top: 50px;
    padding: 20px;
    background-color: #202020;
}

#img {
    position: relative;
    width: 640px;
    height: 480px;
    margin-bottom: 1em;
	border: 1px solid #CCCCCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#gallery { height: 84px; }

#wrapper, #gallery li {
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#gallery li {
    float: left;
    padding: 1px;
    background: transparent url("../ajax-loader-small.gif") no-repeat 50% 50%;
    border-color: #666666;
    cursor: pointer;
}

.caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    height: 50px;
    padding: 0 2%;
    line-height: 50px;
    color: #fff;
    background-color: #000;
    opacity: .5;
}
.nav a:link, .nav a:visited, .nav a:hover, .nav a:active {
	text-decoration: none;
	}