* {
	padding: 0;
	margin: 0;
	border: none;
}

/* Hide from IE5/Mac \*/
# html #footer { height: 1%; }
/* End hide from IE5/Mac */

* html body {
	font-size: x-small; /* for ie5/win */
	f\ont-size: small; /*for other ie ver */
}

body {
	font-family: "Verdana", "Lucida Grande", sans-serif;
	color: black;
	background: #C2BFDE url(background.jpg) repeat-x top right;
	font-size: small;
	text-align: center;
}

#container {
	width: 446px;
	text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#container p {
  padding: 8px 8px 16px 8px;
}

#container h2 {
  padding: 8px 8px 0 0;
  font-size: 110%;
  color: #619c66;
}

#header {
        padding: 32px 0 0 0;
	background: url(images/top-banner.gif) no-repeat bottom left;
}

#header a { 
  text-indent: -5000px;
  float: left;
  width: 219px;
  height: 124px;
  background: url(dwk-logo.gif) no-repeat top left;
}

#header p {
  float: right;
  padding: 8px 0 0 0;
}

.clearfloat {
  clear: both;
  }

.left {
  float: left;
}

.right {
  float: right;
}


#contactbox {
  margin: 32px 0 0 0;
  clear: both;
  width 440px;
  border: 1px dotted #6F6E80;
}

#contactform {
  text-align: left;
}

#contactform fieldset {
  text-align: left;

}

.ctext {
  border: 1px solid #9C9AB3;
  width: 420px;
}

#contactform #submit {
  font-weight: bold;
  background-color: #9c9ab3; 
  color: black;
}

#contactform textarea {
  width: 420px;
  border: 1px solid #9C9AB3;
  height: 6em;
}

#emailmessage {
  margin: 8px;
  padding: 8px;
  color: black;
}

#emailmessage h3 {
  text-align: center;
  font-size: 105%;
  color: red;
}