body{
    font-family: "Georgia";
   	background-color: #000000;
/*	background: url(images/bg_bw.jpg); */    
}
/* container */
div#container {
    width:800px; 
    height:100%;
    margin: auto;
    background: transparent url(images/bg_red1.jpg) repeat-y top center;
    border:#eee solid 1px;
    font-weight:200;
    font-size:14px;
}
div#container img {
	border: 0px;
}
div#container a {
	text-decoration: none;
}
div#header {
    width:800px; 
    margin: auto;
    background: transparent url(images/flanl_700trans.png) repeat-y top center;
    border:0px;
}
div#header a
{
	display:block;
	width:100%;
	height:100%;
}

.ie6sucks { display:none; }

/* General Styles */
.white {
	color: #eee;
}
a.white:hover {
	color: #000;
}
.black {
	color: #000;
}
a.black:hover {
	color: #eee;
}
/* Header Styles */
h2 {
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
h3, h4 {
	margin-top: 10px;
	padding-top: 0px;
}
h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.clearfix {
	clear:both;
}
.hidden {
	display:none;
}
.cleanlink {
	text-decoration: none;
}
form p {
	padding-bottom:5px;
}
img.title {
	padding-bottom: 0px;
}
img.subtitle {
	padding-top: 0px;
}
div.credit {
	padding-left:10px;
	padding-bottom:10px;
	font-size: 10px;
}
/* header */
div#header {
	height: 220px;
}
/* left */
div#left {
	width:200px;
	height:100%;
	float: left;
}

div#sociallinks {
	height: 75px;
}
div#generallinks {
	padding: 10px 0 0 5px;
}

/* Navigation */
div#navigation {
	padding-left: 40px;
}

/* right */
div#right {
	width:580px;
	float:right;
	padding-right:20px;
}

div.upcoming {
	background-color:#000;
	border: #eee solid 1px;
	padding-left:5px;
	margin-left:10px;
	width:360px;
}
div.upcoming a:hover {
	color:#444;
}

/* Social Links */
img.icon {
	height: 50px;
	padding-bottom:10px;
}
div.narrowcolumn {
	width:50px;
	float:left;
}
div.widecolumn {
	padding:0 10px 0 10px;
	width:220px;
	float:left;
}

/* contact form */
input, select, textarea {
	margin-bottom:5px;
}

/* photogallery */
div#photogallery {
	width:480px;
	margin:auto;
	padding-top:10px;
}
div.gallerycolumn {
	width:120px;
	height:120px;
	font-size:12px;
	float:left;
	text-align:center;
	padding: 0px 5px 5px 5px;
}
div#thumbs {
	width: 480px;
	margin:auto;
	position:relative;
	overflow:hidden;
}
div#thumbs img {
	padding: 5px;
}
#placeholder {
	position:absolute;
	margin-left:40px;
	top:220px;
	z-index:101;
}
#close {
	position:absolute;
	margin-left:505px;
	top:200px;
	z-index:101;
}
.more {
	padding-right:246px;
	padding-left:5px;
}
.back {
	padding-left:5px;
}
div#hidden img#placeholder {
	border:#eee ridge 3px;
}

/* footer */
div#footer {
	clear:both;
    text-align:center;
    width:100%; 
    font-size: 10px;
    color: #eee;
    padding:10px 0px 10px 0px;
}
div#footer a {
	text-decoration:none;
	font-weight:bold;
}


