/*   
ModernDukes 
Author: Adam Jones
Breathing since 1979
*/

Body
{
	margin: 0px;
	padding: 0px;
	background: #130e07 url(../images_11/body.background.png) repeat-x 0 0; 
}
h1
{
	display: none;
}
#spine
{
	background: transparent url(../images_11/spine.background.png) no-repeat 80px 50px; 
	text-align: left;
}
#spine #header
{
	background: transparent url(../images_11/adam.camera.png) no-repeat;
	height: 75px;
	width: 300px;
}
#spine h2
{
	font-family: Georgia, Times, serif;
	font-size: 14px; 
	font-weight: bold; 
	color: #c36373;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin: 6px 12px 0 12px;
}
#spine p
{
	font-size: 11px;
	font-family: Georgia, Times, serif;
	color: #ccc;
	letter-spacing: 1px;
	line-height: 1.75em;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 12px;
}
#spine p a:link,
#spine p a:visited,
#spine p a:active
{
	font-size: 11px;
	font-family: Georgia, Times, serif;
	text-decoration: none;
	color: #ccc;
	border-bottom: 1px dotted #c36373;
	padding: 2px;
}
#spine p a:hover
{
	background-color: #c36373;
	color: #ccc;
	padding: 2px;
}
#spine i
{
	color:#aaa;
	border-bottom: 1px dotted #aaa;
}
#spine strong
{
	font-family: Georgia, Times, serif;
	font-size: 12px; 
	color: #ccc;
}
#photographs h3                 
{ 
	font-family: Georgia, Times, serif;
	font-size: 11px; 
	font-weight: lighter; 
	color: #777;
	float: right;
	margin: 0 -80px 20px 0;
}
#photographs img
{
	border: 5px solid #ddd;
	width: 450px; 
}
#footer
{
	width: 100%;
	padding-bottom: 12px;
}
#footer p
{
	font-size: 9px;
	font-family: Georgia, Times, serif;
	color: #ccc;
	padding-left: 12px;
	letter-spacing: 2px;
}