body
{
    background-color: #3D3D3D;
    font-size: 12px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    margin: 0px;

}

a:link, a:visited
{
	color: #33a;
	font-weight: bold;	
	text-decoration: underline;
	border: 0px;
}

a:hover, a:active
{
	color: #a33;
	font-weight: bold;	
	text-decoration: underline;
	border: 0px;
}

h1
{
	margin: 0px 0px 5px 0px;
	text-align: center;
}

.h1_fade
{
	font-size: 12px;
	color: #666;
}


h2
{
	margin: 0px 0px 5px 0px;
}

tr.odd
{
	background-color: #eee;
}

tr.even
{
	background-color: #ddd;
}

td
{
	font-size: 11px;
}

td.highlighted
{
	font-size: 11px;
	background-color: #ffa;
	text-align: center;
}


th
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	background-color: #000;
}

div#container
{
    width: 900px;
    min-height: 708px;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
	position: relative;
	top: 0px;
}

div#header
{
    position: relative;
    background-image: url( '../graphics/header_bg.gif' );
	top: 0px;
	left: 0px;
	width: 900px;
	height: 100px;
	margin-bottom: 0px;
}


div#menu
{
    position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 29px;
	margin-bottom: 3px;
	text-align: left;
}

.menu_item 
{
	float: left;
}

div#footer
{
	text-align: center;
	color: #666;
}

.main 
{
    width: 880px;
    background-color: #fff;
	padding: 10px;
	position: relative;
	top: 0px;
	margin-bottom: 5px;
}


/* FOR ADVENTURES PAGE */

.sub_menu
{
	position: relative;
	margin-bottom: 8px;
	width: 880px;
	height: 21px;
}

.overview_collection 
{
    width: 880px;
	margin-bottom: 10px;
}

.overview_photos 
{
	float: left;
	width: 602px;
	margin-bottom: 10px;
}

.overview_thumb 
{
	float: left;
	width: 90px;
	height: 90px;
	padding: 0px;
	margin: 0px 8px 8px 0px;
	border: 1px solid #666;
	background-color: #fff;
}

/* FOR COLLECTIONS IN ADVENTURES */

.subhead
{
	position: relative;
	width: 100%;
	height: 25px;
	margin: 0px 0px 8px 0px;
	background-color: #ccc;
	padding: 0px;
	border: 1px solid #aaa;
	text-align: center;
}

.subhead_middle
{
	width: 100%;
	height: 20px;
	margin: 5px 0px 0px 0px;
	text-align: center;
}

.subhead_left
{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	/*width: 133px;*/
	height: 25px;
	text-align: left;
}

.subhead_right
{
	position: absolute;
	right: 0px;
	top: 0px;
	/*width: 114px;*/
	height: 25px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.content_right
{
	width: 602px;
	float: right;
}

.content_left
{
	width: 602px;
}

.sidebar_right
{
	width: 260px;
	float: right;
}

.sidebar_left
{
	width: 260px;
}

.collection 
{
    width: 602px;
}

.collection_title 
{
	text-transform: uppercase;
	font-weight: bold;
}

.collection_photos 
{
	float: right;
	width: 276px;
	margin-left: 10px;
}

.collection_thumb 
{
	margin: 0px 0px 7px 7px;
	padding: 0px;
	border: 1px solid #666;
	float: left;
}

.collection_separator 
{
    width: 602px;
    height: 1px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
}

.cover_shot 
{
	background-color: #fff;
	width: 600px;
	height: 400px;
	border: 1px solid #666;	
	margin-bottom: 10px;
}

/* FOR PHOTOS */

.photo_horizontal 
{
	width: 878px;
	height: 585px;
	background-color: #fff;
	padding: 0px;
	border: 1px solid #666;	
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.photo_vertical 
{
	width: 400px;
	height: 600px;
	background-color: #fff;
	padding: 0px;
	border: 1px solid #666;	
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.photo_block
{
	float: left;
	height: 220px;
	width: 220px;
	text-align: center;
}

.photo_small_horizontal
{
	border: 1px solid #666;
	width: 180px;
	height: 120px;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.photo_small_vertical
{
	border: 1px solid #666;
	width: 120px;
	height: 180px;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.clear_both 
{
	clear: both;
}

.clear_left 
{
	clear: left;
}

/* FOR SLIDESHOW ON INDEX PAGE */

div#slide_capsule 
{
	background-color: #fff;
	float: right;
	width: 600px;
	height: 400px;
	padding: 0px;
	margin-bottom: 19px;
	border: 1px solid #666;
}

div#slide_div 
{
	float: right;
	width: 600px;
	height: 400px;
}

.random_thumb 
{
	margin: 0px 9px 9px 0px;
	padding: 0px;
	border: 1px solid #666;
	float: left;
}

.random_thumb_last
{
	margin: 0px 0px 9px 0px;
	padding: 0px;
	border: 1px solid #666;
	float: left;
}

.recent_thumb 
{
	margin: 0px 9px 9px 0px;
	padding: 0px;
	border: 1px solid #666;
	float: left;
}

.recent_thumb_last
{
	margin: 0px 0px 9px 0px;
	padding: 0px;
	border: 1px solid #666;
	float: left;
}

/* END SLIDESHOW */


/* FOR MANAGE */

.manage_thumb_block 
{
	margin: 0px 3px 3px 0px;
	padding: 0px;
	float: left;
	text-align: center;
    font-size: 9px;
}

.manage_thumb
{
	border: 1px solid #666;
	width: 60px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	margin-top: 0px;
}

