
body {
	/* structure */
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	/* style */
	background-color: #C1DEE2;
	background-image: url(../images/blackdiamonds_bg_image.jpg);
	background-attachment:fixed;
	/* typography */
	font-family:Arial, Helvetica, sans-serif;
    font-size:100%;
    line-height:1.125em; /* 16×1.125=18 */
	color:#5A5950; /* dark gray */
}
#top_layer {
	position:absolute;
	z-index:2;
	top:0px; left:0px; width:100%; height:1px;
	text-align:center; /* center align content */
	/*overflow:hidden;*/
}
#content_wrapper {
	margin: 0pt auto;
	width:808px;
	text-align:left;
	padding-bottom:50px;
}
#header {
	float: left;
	width: 808px;
	height: 100px;
	text-align: center;
}
#header img {
	border:none;
}
#trailer {
	float: left;
}
#navigation {
	float: left;
	text-align: center;
	padding:3px;
	width: 802px;
	background-color:#3C686D; /* dark blue */
	border-bottom: 1px dashed #769599; 
}
#navigation li {
	margin:0px 5px 0px 5px;
	padding:0px;
	display:inline;
	list-style-type:none;
	font-size:0.70em;
	font-weight:bold;
}
#navigation li A {
	color: #FFF;
	text-decoration:none;
}
#navigation li A:hover {
	color: #B5D3D7;
}

#content div.column {
	float: left;
	margin:0px;
	padding:20px;
	width:229px;
}
#content div.gray_column {
	float: left;
	margin:0px;
	padding:20px;
	width:229px;
}
#content p{
	padding: 0px;
	margin:0px;
}
#content h1{
	 font-size:1.25em; /* 18 x 1 =18 */
	 margin-bottom: 8px;
}
#content A{
	 color:#305257;
	 text-decoration:none;
}
#content A:hover {
	color:#E88E07;
}
#content hr {
	clear:both;
	margin:8px 0px;
	height:1px;
	width:100%;
	border-top: 1px dashed #BDBCB7;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#content ul {
	margin:0px 0px;
	padding:0px 0px;
}
#content li {
	text-indent:0px;
	margin:0px 0px 8px 0px;
	padding: 0px 0px 9px 0px;
	list-style-type:none;

	border-bottom: 1px dashed #BDBCB7;
}
.bullet {
	background-image: url(../images/bullet_arrow.gif);
	background-repeat:no-repeat;
	background-position: center left;
	padding-left: 14px;;
}

#footer {
	float: left;
	width: 808px;
	height: 190px;
	background-color:#A8A8A6; /* light gray */
	font-size:0.6em;
}
#footer_credits {
	float:left;
	text-align:center;
	line-height:1.25em;
}
#footer_credits p {
	padding:10px 20px 10px 20px;
}
#footer_credits a {
	color:#5A5950;
	text-decoration:none;
}
#footer_credits a:hover {
	text-decoration:underline;
}
#gallery {
	padding:5px;
	float: left;
	width: 798px;
	height:70px;
	border-bottom: 1px dashed #919190;
}
#gallery img {
	margin:3px;
	padding:0px;
	border:1px solid #6C6C64; /* dark gray */
}


/* *************************************************
   These are standard sIFR styles... do not modify
***************************************************/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* *************************************************
   These are our Specific sIFR styles
***************************************************/
#sIFR_controls A {
	 font-size:0.6em;
	 color:#CCCCCC;
}
#sIFR_controls A {
	color:#CCCCCC;
	text-decoration:none;
}
#sIFR_controls A:hover {
	text-decoration:underline;
}
/*
.sIFR-hasFlash #navigation li{
	visibility: hidden;
	margin:0px 2px 0px 2px;
	padding:0px;

	letter-spacing: -3.5px;
	line-height: 18px;
	font-size: 16px;
	font-weight: normal;
}
*/
.sIFR-hasFlash #navigation li{
	visibility: hidden;
	margin:0px;
	padding:0px;
	font-size: 16px;
	letter-spacing:-3.5px;
}
.sIFR-hasFlash #content h1{
	visibility: hidden;
	margin:0px 0px 5px 0px;
	padding:0px;
	
	height:26px;
	letter-spacing: -2px;
	font-weight: normal;
}


