html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body {
	/* background image from http://en.wikipedia.org/wiki/File:Audio_mixer_faders.jpg */
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	font-family: lucida grande, lucida sans, arial, sans-serif;
	color: #fff;
	font-size: 13px;
}
a {
	color: #1ddddd;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 160%;
	margin-bottom: 1em;
}
#content p:first-of-type {
	font-size: 15px;
}
p.message {
	color: #ff3e26;
	font-size: 12px;
}
ul {
	margin: 0px;
}
label {
	text-transform: uppercase;
	padding-left: 0px;
	margin-bottom: -1px;
	display: block;
	font-size: 10px;
}
input[type=text],textarea {
	background-color: #000;
	border: 1px solid #20475c;
	color: #fff;
	font-family: lucida grande, lucida sans, arial, sans-serif;
	width: 100%;
	font-size: 10px;
	padding:3px;
	margin-bottom: 5px;
}
textarea {
	height: 80px;
}
input[type=submit] {
	text-transform: uppercase;
	border: 1px solid #20475c;
	background-color: #000;
	color: #fff;
	font-size: 10px;
	padding: 4px;
	margin-bottom: 10px;
}
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	overflow: auto;
}
#logo {
	float: left;
	width: 284px;
	height: 32px;
	margin-right: 30px;
	/* margin-top: 333px; */
	margin-top: 115px;
	text-align: right;
}
#logo h1 {
	width: 284px;
	height: 32px;
	text-indent: -5000px;
	text-align: left;
	background-image: url(../img/richardlightman.png);
	margin-bottom: 5px;
}
#logo h2 {
	text-transform: uppercase;
	font-size: 10px;
}
#content {
	float: left;
	width: 400px;
	margin-right: 20px;
	background-color: #000;
	min-height: 400px;
	padding: 20px;
}
#form {
	float: left;
	width: 206px;
	margin-top: 133px;
}
#form h3  {
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 14px;
}
#gallery li {
	display: block;
	float: left;
	margin: 15px 15px 0px 0px;
	border: 3px solid #888;
	height: 50px;
	width: 50px;
}
#gallery li:hover {
	border-color: #fff;
}