body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background-image: url(/images/background.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #FFFFFF;
}

body, table {
	font-family: Charcoal, sans-serif;
	font-size: 13px;
	color: #666666;
}

/* STRUCTURE */

#wrapper {
	display: block;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
	background-color: #FFFFFF;
}

#header {
	position: absolute;
	top: 0px;
	width: 900px;
	height: 348px;
	margin: 0;
	padding: 0;
	border: 0;
}

#header img {
	width: 100%;
	height: 100%;
}

#content {
	margin: 348px 220px 0 0;
	padding: 0 20px 1em 20px;
	border: 0;
}

#footer {
	margin: 0;
	padding: 1em 0 1em 0;
	border: 0;
	text-align: center;
	font-size: 0.9em;
	color: #FFFFFF;
}

/* NAVIGATION */

#navigation {
	position: absolute;
	top: 0px;
	z-index: 1;
	padding: 0;
	border: 0;
	width: 900px;
}

#navigation ul {
	margin: 5px 4px 0 0;
	padding: 0;
	border: 0;
	text-align: right;
	list-style-type: none;
}

#navigation ul li {
	display: inline;
	margin: 0 0 0 1px;
	padding: 0;
	border: 0;
	text-align: right;
}

#navigation ul li a {
	font-size: 1em;
	padding: 2px 5px;
	font-weight: bold;
	text-decoration: none;
	background-color: #2F3645;
	color: #FFFFFF;
	border: 1px solid white;
}

#navigation ul li a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #2F3645;
}

/* RIGHT */

#right {
	float: right;
	width: 180px;
	margin: 4em 0 2em 0;
	padding: 10px;
	border: 0;
}

#right h2 {
	margin: 0 -10px 1em -4px;
	padding: 4px 4px 4px 4px;
	background-color: #2F3645;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1em;
}

#right img {
	vertical-align: top;
	margin-right: 10px;
}

ul.followers {
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

ul.followers li {
	margin: 0 0 0.25em 0;
	padding: 0;
	border: 0;
}

ul.followers a {
	text-decoration: none;
}

/* FOOTER */

#footer a {
	color: #FFFFFF;
}

/* LINKS */

a {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #2F3645;
}

/* PARAGRAPHS */

p, h1, h2, h3 {
	margin: 0 0 1em 0;
	padding: 0;
}

h1 {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center right;
	margin: 0 -240px 1em -20px;
	padding: 10px 10px;
	background-color: #2F3645;
	color: white;
	font-size: 2em;
	text-transform: uppercase;
}

h2 {
	color: #2F3645;
	font-size: 1.2em;
}

h3 {
	margin-top: -1em;
	font-size: 1em;
}

p {

}

/* TABLES */

table {
	width: 100%;
	border-collapse: collapse;
}

td {
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
}

/* IMAGES */

img {
	border: 0;
	vertical-align: middle;
}

/* GALLERY - ALBUMS */

div.album {
	float: left;
	width: 140px;
	height: 180px;
	margin: 0 20px 0 0;
	padding: 0;
	border: 0;
	text-align: center;
}

div.album a {
	display: block;
	width: 120px;
	height: 90px;
	line-height: 90px;
	margin: 0 auto 0.25em auto;
	padding: 0;
	border: 0;
	vertical-align: bottom;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	text-shadow: 2px 2px black;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
}

div.album a span.overlay {
	visibility: hidden;
}

div.album a:link, div.album a:visited, div.album a:active {
	color: white;
	text-decoration: none;
}

div.album a:hover {
	filter: alpha(opacity=50); KHTMLOpacity: 0.5; MozOpacity: 0.5; opacity: 0.5;
}

div.album a:hover span.overlay {
	visibility: visible;
	filter: alpha(opacity=99); KHTMLOpacity: 1; MozOpacity: 1; opacity: 1;
}

/* GALLERY - PHOTOS */

div.photos {
	margin: 0 0 1em 0;
}

div.photos img {
	margin: 0 11px 10px 0;
	border: 1px solid #666666;
}

div.photos img:hover {
	border: 1px solid #000000;
	filter: alpha(opacity=50); KHTMLOpacity: 0.5; MozOpacity: 0.5; opacity: 0.5;
}

/* SLIDESHOW */

#slideshowBackdrop {
	display: block;
	position: fixed;
	visibility: hidden;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=90); KHTMLOpacity: 0.9; MozOpacity: 0.9; opacity: 0.9;
}

#slideshowCanvas {
	display: block;
	position: fixed;
	visibility: hidden;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#slideshowControls {
	display: block;
	position: fixed;
	visibility: hidden;
	z-index: 3;
	left: 0px;
	bottom: 5%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

#slideshowControls img {
	cursor: pointer;
	margin: 0 5px;
	border: 1px solid #999;
}

#slideshowControls img:hover {
	border: 1px solid white;
}
