body{
	background-color: #000;
	/*font-family: "Trebuchet MS", sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #fff;
	/*background-image: url(file:///C:/mydocs/Aptana/robertgustafson/img/bg.png);
	background-repeat: repeat-x;*/
}

#container{
	margin: 40px auto 10px auto;
	width: 840px;
	border: 1px solid #fff;
}

#header{
	width: 400px;
	height: 40px;
	position: relative;
	float: left;
	left: 20px;
	top: -16px;
	background-color: #000;
	/*z-index: 2;*/
	background-image: url(/img/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#content{
	width: 780px;
	margin: 20px auto 20px auto;
	clear: left;
}

#content div.copy{
  float: left;
  width: 300px;
  margin-right: 20px;
  padding-top: 10px;
}

#content div.photo{
  float: left;
  width: 450px;
  padding-top: 20px;
}

#content div.credit{
  width: 100%;
  float: left;
  text-align: right;
}

#footer{
	margin: 4px auto 10px auto;
	width: 786px;
	padding-bottom: 20px;
}

.clearboth{
  width: 100%;
  float: left;
  clear: left;
  height: 20px;
}

.copyclear{
  width: 780px;
  clear: left;
  float: left;
  margin-top: 10px;
  padding-bottom: 20px;
}

.thumbnoocaption{
  background-color: #878787;
  color: #000;
}

.thumbnoocaption blockquote{
  padding: 6px;
}

form{
  width: 300px;
}

form input{
  width: 300px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

form label{
  padding-top: 6px;
  width: 300px;
  float: left;
  font-weight: bold;
}

form textarea{
  width: 300px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: .8em;
}

.inputSubmit{
  width: 60px;
  margin: 12px 0px 10px;
}

.error_message{
  font-size: .8em;
  font-weight: bold;
  color: #660000;
}