/* Global Stuff */
* {padding:0;margin:0;} 

#content_box
{
	color:#e5e5d5;
	margin:47px auto;
	width:547px;
	background-color:#32322d;
	text-align:center;
}

img
{
	border:0;
}

body
{
	font-size:8pt;
	color:#796156;
	font-family:Tahoma;
	background-color:#44443a;
	color:#ffffff;
}

hr  
{
	border: 0;
	height: 1px;
}

#container
{
	margin: auto;
	width: 1090px;
}
 
#logo
{  
	float:left;
	margin:32px 0 0 66px;
	width:198px;
	height:45px;
} 

#top_bar
{
	height:88px;
	border-bottom:1px solid #64645a;
	width: 1090px;
}

#nav_elements
{ 
	float:right;
	margin: 50px 46px 25px 0;
}

#nav_elements table
{
	width:645px;	
}


#bot_box
{
	margin-top:35px;
}


/* Splash Page */



#centered 
{
	margin: 200px;
	vertical-align: middle;
}

#website 
{
	position: relative;
	display: block;
	width:  85px;
	height: 26px;
	background: url('../images/website_orig.gif') no-repeat 0 0;
	left: 42%;
}

#website:hover 
{
	background-image: url('../images/website_hover.gif');
}

#blog 
{
	position: relative;
	display: block;
	width: 61px;
	height: 27px;
	background: url('../images/blog_orig.gif') no-repeat 0 0;
	left: 52%;
	bottom: 26px;
	
	
}

#blog:hover 
{
	background-image: url('../images/blog_hover.gif');
}




/* Home Page */

#news_image
{
	margin-top:20px;
}

#heading
{
	padding-top:16px;
	width:250px;
	margin:auto;
}

#below_intro
{
	margin:11px auto;
	background-color:#4f4f4a;
	width:511px;
}

#news_body
{
	margin-top:21px;
}

.date
{
	color:#e5e5d5;
	font-size:10px;
}

.title
{
	font-size:11px;
	font-weight:bold;
	font-family:arial;
	color:#e5e5d5;
}

.entry_title
{
	color:#e5e5d5;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
}

.entry
{
	margin:14px auto;
	padding-bottom:15px;
	background-image:url('../images/dot_bg_horizontal.png');
	background-position:bottom;
	background-repeat:repeat-x;
	width:271px;
}

.last_entry
{
	margin:14px auto;
	padding-bottom:15px;
	background-position:bottom;
	background-repeat:repeat-x;
	width:271px;
}

.entry_body
{
	color:#e5e5d5;
	width:250px;
	margin:auto;
	font-size:11px;
}

/* Gallery pages */

table.active img
{
	cursor: pointer;
}

#thumbnails
{
	width:341px;
	float:left;
	background-image:url('../images/dot_bg.png');
	background-repeat: repeat-y;
	background-position:center right;
}

#thumbnails table
{
	margin:-14px 0 0 55px;
}

#thumbnails table td
{
	/*background-color:#7d7d7d;*/
	width:60px;
	height:70px;
	text-align:center;
}

#thumbnails table td img
{
	margin-top:2px;
}


#right_content
{
	margin-left:406px;
}

#image
{
	width:471px;
}

#arrows
{
	width:78px;
	margin-left:125px;
	margin-top:14px;
}

#description
{
	font-family:tahoma;
	font-size:11px;
	margin-top:6px;
	padding:5px 5px 5px 6px;
	vertical-align:top;
	background-color:#2d2d2c;
	float:left;
}

.gallery tr td
{
	background-color:#44443a;
}

/* Contact */

#content_box .contact
{
	padding: 13px 0 13px 0;	
}


#content_box_contact
{
	padding: 13px 0 13px 0;	
	margin:47px auto;
	width:307px;
	background-color:#32322d;
	text-align:center;
}

/* Bio */

#content_box table
{
	margin: 0 auto;
	width:95%;
	padding:10px 0 10px 0;
}

#content_box td
{
	width:55.7%;
	text-align:left;
}

#content_box .marco_pic
{
	float:left;
}

#content_box .divider
{
	margin:14px auto;
	padding-bottom:15px;
	background-image:url('../images/dot_bg_horizontal.png');
	background-position:center;
	background-repeat:repeat-x;
	width:271px;
}