/*
LanceWillett.com styles for September 2007
Copyright Lance B. Willett and simpledream web studio
http://simpledream.net
*/
html,body,form,fieldset {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,p,pre,blockquote,ul,ol,dl,address {
	margin: 1em 0;
	padding: 0;
}
li,dd,blockquote {
	margin-left: 1em;
}
ul,ol {
	margin-left: 1em;
}
dl ul li,ul ul li,dl p {
	font-size: 1em;
}
ul ul {
	margin-top: 6px;
	margin-left: 0;
}
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input,select,textarea {
	font-size: 100%;
	font-family: inherit;
}
img {
	border: 0;
}
html {
	font-family: "Lucida Grande",Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
body {
	background: #191919;
	color: #b2b2b2;
	font-size: 100.01%;/* set ems to match typical pts */
}
h1,h2,h3,h4 {
	font-family: "Helvetica Neue",Helvetica,Arial,serif;
}
p,li,dt,dd,td {
	font-size: .8125em;
	line-height: 1.4;
}
h1 {
	font-size: 1.75em;
}
h2 {
	margin: 1.5em 0 0;
	font-size: 1.25em;
}
h3 {
	font-size: .875em;
}
a:link,a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:hover,a:active {
	color: #71A9E8;
	text-decoration: underline;
}
#header {
	background: #333 url(/img/grad.gif) repeat-x;
	height: 40px;
}
#header img {
	display: none;
}
#content {
	background: #333 url(/img/bg.gif) bottom left repeat-x;
	margin: 0 auto;
	padding: 0 30% 2em 30%;
	min-height: 800px;
}
h1 {
	color: #999;
	margin-top: 0;
	text-shadow: #000 0 1px 2px;
}
h1 span {
	color: #666;
	font-weight: normal;
}
h1 a,h2 a {
	text-decoration: none;
}
.last {
	background: url(/img/logo-90.gif) 50% 100% no-repeat;
	padding-bottom: 120px;
}
.last:after {
	content: " // ";
	color: #808080;
	font-weight: bold;
}
#legal {
	margin-top: 2em;
	color: #505050;
	font-size: .75em;
}
#subscribe {
	float: right;
	margin: 0;
	padding: 0;
}
#subscribe.bottom {
	margin: -36px 0 0;
}