/*  
	*** WHAT IS THIS ***
	This is the default style sheet for gmbworks.com
	Published: 4/01/08
	
	*** PASTICHE ***
	This page design and css is lifted nearly verbatim 
	from John Blackbourn's lud.icro.us site and used 
	here with his gracious permission.
*/

body, p, h1, h2 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}

body {
	border-top: 10px solid #222;
	font: 100.1%/1.5em 'Trebuchet MS', Trebuchet, Arial, sans-serif;
	padding: 0px 10px;
	text-align: center;
	/*background-color: #e5e5dd;*/
	}

#outer {
	margin: 0px auto;
	text-align: left;
	width: 750px;
	}

p, h1, h2 {
	color: #222;
	font-size: 0.8em;
	}

h2 {
	font-size: 2.1em;
	letter-spacing: -2px;
	font-weight: bold;
	line-height: 0.9em;
	}

h2 a:link, h2 a:visited {
	color: #808080;
	text-decoration: none;
	}

h2 a:hover {
	color: #404040;
	}
	
h2 img {
	float:left;
	padding-right: 20px;
	margin-top: -5px;
}

#header {
	height: 260px;
	vertical-align: bottom;
	position: relative;
	}

p {
	padding-bottom: 1.9em;
	font-size: 1.1em;
	}

#content p, #content h2 {
	padding-left: 180px;
	}

#name {
	background: url('namebg.gif') bottom center no-repeat #222;
	float: left;
	height: 220px;
	margin-right: 20px;
	padding: 0px 10px 10px 10px;
	width: 130px;
	}

#name a:link, #name a:visited {
	display: block;
	height: 220px;
	width: 130px;
	}

#name a span {
	position: absolute;
	top: -900px;
	}

hr {
	display: none;
	}

a:link img, a:visited img {
	border: 0px;
	}

