div.title {
	color: Black;
	font-family: "Century Gothic", sans-serif;
	font-size: 18pt;
	text-align: left;
	letter-spacing: 3px;
	text-transform: lowercase;
	position: relative;
	z-index: 2;
	}
div.byline {
	color: Black;
	font-family: "Century Gothic", sans-serif;
	font-size: 18pt;
	letter-spacing: 3px;
	text-transform: lowercase;
	position: relative;
	bottom:200px;
	margin-left:575px;
	z-index: 1;
	
	}

div.pagetitle {
	color: Black;
	font-family: "Century Gothic", sans-serif;
	font-size: 20pt;
	text-align: left;
	letter-spacing: 18px;
	text-transform: lowercase;
	position: relative;
	margin-left: 50px;
	margin-top: 50px;
	margin-bottom: 30px;
	z-index: 2;
	}

div.body {
	color: Black;
	font-family: "Century Gothic", sans-serif;
	font-size: 10pt;
	text-align: left;
	letter-spacing: 1px;
	text-transform: lowercase;
	position: relative;
	z-index: 2;
	margin: 0px 50px 20px 50px;
	line-height: 12pt;
	width: 90%;
	}

div.biobody {
	color: Black;
	font-family: "Century Gothic", sans-serif;
	font-size: 10pt;
	text-align: left;
	letter-spacing: 0px;
	text-transform: none;
	position: relative;
	z-index: 2;
	margin: 0px 50px 20px 50px;
	line-height: 13pt;
	width: 90%;
	}
	
div.biobody h1 {
	font-size: 10pt;
	margin: 25px 0 10px 0;
}

div.bgsketch{
	bottom: 100px;
	z-index: 0;
}

div.bgsketch_r{
	position: absolute;
	top: 0px;
	right: 130px;
	z-index: 0;
}


table.bottombar {
	z-index: 2;
	height: 30px;
	left: 0px;
	width: 100%;
}
table.bottombar_inline {
	position: relative;
	z-index: 2;
	left: -110px;
	width: 100%;
	margin-top: 0px;
}
div.rightbar {
	position: absolute;
	float: right;
	right: 0px;
	top: 83%;
	z-index: 1;
	background-color: Black;
	height: 30px;
	line-height: 30px;
	width: 200px;
}

div.leftbar {
	position: absolute;
	float: left;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-color: Black;
	height: 30px;
	line-height: 30px;
	width: 110px;
}

td.bottomnav {
	position: relative;
	background-color: Black;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	font-family: Century Gothic;
	font-size: 9pt;
	color: White;
	text-transform: lowercase;
	letter-spacing: 6px;
	margin: 0px;
	border-right: 1px White solid;
	z-index: 3;
	margin:0px 15px 0px 15px;
}

td.bottomnav_left {
	position: relative;
	background-color: Black;
	height: 30px;
	width: 140px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	font-family: Century Gothic;
	font-size: 9pt;
	color: White;
	text-transform: lowercase;
	letter-spacing: 6px;
	border-right: 1px White solid;
	z-index: 3;
	left: -110px;
	/*padding-right: -110px;*/
}

td.bottomnav a {
    display: block;
    text-decoration: none;
    color: White;
}

td.bottomnav a:hover {
    background-color: #FFE4E1;
    text-decoration: none;
	 color: Black;
}

div.endtext{
	text-align:right;
	z-index: 2;
	font-family: Century Gothic;
	font-size: 8pt;
	position:relative;
}

div.endtext_inline{
	position: relative;
	display: block;
	float: right;
	right: 25px;
	z-index: 2;
	font-family: Century Gothic;
	font-size: 8pt;
}


A {
	color: #4169E1;
	text-decoration: none;
}

A:HOVER {
	color: #BF441E;
	text-decoration: none;
}

img.thumb {
	border: 1px solid Black;
}

img.thumb A:HOVER {
	border: 1px solid #FFE4E1;
}

span.nav_links {
	width:10px;
	color:Black;
	background-color:#FFE4E1;
	font-size:10pt;
	margin: 0px 5px 0px 0px;
	padding:5px 0 5px 0;
}
span.nav_links a {
	color: Black;
	text-decoration: none;
	padding: 5px;
}

span.nav_links a:hover {
	color: White;
	background-color: Black;
}



/* General Site Styles
------------------------------------- */
*{ 
	margin: 0;
	padding: 0;
}


/* 456 Bera st. settings
------------------------------------- */

html,
body {
	/*background: url('images/bground-stripes.png') left repeat-y #F5F5F5;*/
	color: Black;
	background-color: #F5F5F5;
	font-family: "Century Gothic", sans-serif;
	font-size: 10pt;
	text-align: left;
	padding:0px;
	height:100%;
   	margin: 0 0 1px;
	text-transform: lowercase;
}

html>body #wrap {height:100%;} /* 100 % height */
#header {
	width:100%;
	height:16px;
}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {height:100%;} /* 100 % height */
html>body #content {padding:1em 1em;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */

#masthead {
	width:100%;
	height:160px;
	background: transparent url(images/mastfade.png) top repeat-x;
}
html>body #masthead {
	position:fixed;
	bottom:0;
	z-index:11; /* Prevent certain problems with form controls */
}

.masthead_contain {
 width: 100%;
 text-align:center;
 margin: 0 auto 0 auto;
 }




/* Browse Bar
------------------------------------- */
#browsebar {
 margin-top: 52px;
 margin-left:auto;
 margin-right:auto;
 width: 890px;
 position: static;
 } 
 
#nav {
 list-style:none;
 padding-left:110px;
 position: relative;
 }
 
#nav li {
 float: left;
 border-right: solid 1px #f5f5f5;
 color: #f5f5f5;
 font-family: Century Gothic;
 font-size: 10pt;
 letter-spacing: 6px;
 text-transform: lowercase;
 line-height: 35px;
 position: relative;
 display: block;
 }
 
#nav li.last {
 border: 0px;
 }
 
#nav li a {
 text-decoration: none;
 color:#f5f5f5;
 padding:0px 20px;
 display:block;
 }

 #nav li a:hover {
   background-color: #DAE65E;
   color:Black;
}

#nav li.rss {
 background: url('/feed-icon-16x16.gif') left center no-repeat;
 padding-left: 24px;
 }
 
 
/* Float Fix
------------------------------  */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */

/* Content Area
------------------------------------- */
#content {
 text-align: left;
 padding-bottom: 1px;
 }
 
.column {
 width: 100%;
 margin: 0px 0px 220px 0px;
 }
 
 
