html
{
	margin: 0;
	padding: 0;
}

body
{
	background: #666 url(/images/backgrad.png) repeat-x top left;
	width: 740px;
	color: #fff;
	margin: 0 auto;
	padding: 0;
  font-family: 'Lucida Grande', Helvetica, 'MS Trebuchet', Tahoma, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: center;
}

p, blockquote, li, form
{
	text-align: left;
	padding: 10px;
}

p {	padding-left: 0;}

#container
{
	width: 660px;
	\width: 670px;
	w\idth: 660px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #666;
	color: #fff;
	text-align: left;
}

#header
{
	text-align: center;
	height: 350px;
	margin: 0;
	background: #666 url(/images/ddworking.png) no-repeat top center;
	width: 660px;
	margin-top: 26px;
	overflow: visible;
  z-index: 5;
}

#content
{
  padding: 20px;
  margin-top: -80px;
  z-index: 1;
}

#foot
{
	clear: both;
	margin-top: 50px;
	text-align: center;
}

#accessibility
{
	position: absolute;
	top: -10000px;
}

a
{
	color: black;
	text-decoration: none;
}

h2
{
	position: relative;
	top: -60px;
	left: -20px;	
	font-weight: normal;
	text-decoration: none;
	font-family: 'Lucida Grande', Helvetica, 'MS Trebuchet', Tahoma, sans-serif;
	width: 300px;
	float: right;
	color: #a00;
	text-align: right;
	font-size: 1.2em;
	line-height: 1.2em;
}

h3
{
	font-family: 'Lucida Grande', Helvetica, 'MS Trebuchet', Tahoma, sans-serif;
	color: #600;
	font-weight: bolder;
	border: 0px;
}

h3
{
	font-weight: normal;
}

h3 a
{
	font-size: 1.3em;
	color: #600;
}

h1 a, h2 a
{
	border: 0px;
}

.caps
{
	letter-spacing: 0.1em;
	font-size: 10px;
}

img.divider
{
	margin-top: 2em;
	margin-bottom: 2em;
}

.comments_error
{
	background-color: #ffa;
}

div.comments_error
{
	border: 1px solid #cc8;
	padding: 0.3em;
}

/* #extra
{
	position: relative;
	top: 135px;
	left: 74px;
	background-image: url(/images/ddcreate.png);
	background-repeat: no-repeat;
	height: 207px;
}
*/

#header ul.topmenu
{
	float: right;
	list-style-type: none;
	color: #ccc;
	padding: 10px;
	display: inline;
	padding-top: 0;
	margin-top: 0;
}
#header li
{
	float: right;
	color: #a00;
	padding: 0;
	margin: 2px;
	font: 1em bold 'Lucida Grande', Helvetica, 'MS Trebuchet', Tahoma, sans-serif;
}
#header a
{
	color: #ccc;
	border: 0;
	padding: 10px;
	display: block;
}
#header a.current
{
	background-color: #ccc;
	color: #a00;
}
#header a:hover
{
	background: #a00;
	color: #eee;
}
a img {
border: 3px solid #555;
text-decoration: none;
}
