/* ####### STOCK BOOK STYLES ####### */


/* ##### STANDARD STYLES, general inheritance to other elements ##### */

body
{
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 100%;
	font-family: Futura, "GillSans", "Gill Sans", Helvetica, Arial, Verdana, sans-serif;
	color:#bbb;
	background-color: #000;
}

/* ########## */
/* ##### HEADER STYLES, controls site title and photo title ##### */

#header
{
    float: left;
    clear: both;
    margin-left:200px;
}

#page 
{
	width:100%;
}

img { border: none; }

h1
{
	color: #fff;
	font-weight: normal;
	font-size: 2em;
	margin: 12px 0px 0px 15px;
	width: 585px;
}
h2
{
	font-size: 1.5em;
	font-weight: normal;
	margin: 0px 0px 2px 35px;
	padding: 0;
}

.detail h2
{
    width: auto;
}
#content 
{
	float: left;
	margin: 15px;
	padding: 0px;
}

a
{
	text-decoration: none;
	color:#bbb;
	padding-bottom:1px;
}
a:hover, a:active
{
	color: #ddd;
	text-decoration: none;
}

img
{
    padding: 4px;
}

/* ########## */
/* ##### FOOTER STYLES, controls copyright and other info at bottom of each page ##### */

#footer
{
	padding: 5px 0 15px 0;
	clear: both;
	margin-left: 200px;
}


#footer p
{
	font-size: .76em;
	margin: 0 0 0 15px;
}
