body {
  background-color: #cccccc;	
  text-align: center;
}

body, h1, h2, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10pt;
}

br.clear {
	clear: both;
	line-height: 1px;
}

.wrapper {
	background-color: white;
	width: 800px;
  margin: 30px auto;
  border:  1px solid #bbbbbb;
  text-align: left;
}

.header {
	background-image: url(../images/ad_small.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 565px;
}

.header h1, .header h2, .header p {
	display: none;
}


.content {
	clear: left;
	padding: 0 20px 20px 20px;
}

.content h2 {
  margin-top: 20px;
  font-size: 16pt;
  color: #111111;
}

.content p {
	color: #222222;	
}

.content strong, label {
	color:  #111111;
	font-weight:  bold;
}

.content textarea, .content input.textfield {
	  width: 300px;
	  border:  1px solid #999999;
	  line-height: 150%;
}

p.footnote {
	color: #666666;
	font-size: 9pt;
}

div.footer {
	color: #999999;
	font-size: 8pt;
	margin-top:  10px;
	padding: 20px 100px 20px 20px;
	background-image:  url(../images/dflogo.gif);
	background-repeat:  no-repeat;
	background-position: 710px center;
	line-height:  150%;
	text-align: right;
}

div.footer a {
	color:  #999999;
}

div#photographers_grid {
	position: relative; 
	top: 0; left: 0;
	width: 750px; /* this is actually for hasLayout */
}

ul.photographers {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative; top: 0; left: 0;
}

ul.photographers li {
	display: inline;
	float: left;
}

ul.photographers li a, .blurb a.ph_link {
  background-position: top center;
  background-repeat:  no-repeat;
	display: block;
	padding-top: 120px;
	height: 15px;
	line-height: 15px;
	width:  165px;
	text-align: center;
	font-size: 10pt;
	text-decoration:  none;
	color: #880000;
}

ul.photographers li a:hover, .blurb a.ph_link:hover {
  text-decoration: underline;
}

ul.photographers li a {
	margin: 20px 20px 0 0;
}

ul.error {
	list-style: none;
	font-weight: bold;
  padding-left: 0;
  margin-left:  0;
}

label.error, ul.error {
	color: #dd2222;
}

div#contact label {
	width: 5em;
	display: block;
}

