body {
  background: url(/images/bg.gif) repeat-x;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size: 13px;
  height: 700px;
	line-height: 17px;
  margin: 0px;
	padding: 0px;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

dl {
	margin: 0px;
}

dt {
	margin-top: 10px;
}

dd {
	margin: 0px;
}

#page {
	height: 500px;
	margin: 50px auto 0px;
	width: 760px;
}

#wash {
  background: url(/images/wash.png) no-repeat;
	height: 138px;
}

#header {
  color: #fff;
	font-family: 'Monotype Corsiva', Georgia, Verdana;
	font-size: 35px;
	font-weight: normal;
	line-height: 40px;
  margin: 0px;
	padding: 30px 0px 0px 240px;
}

#left_col {
  padding: 20px 0px 0px 20px;
	position: absolute;
	width: 202px;
}

.photo {
	border: 1px solid #666;
}

#main_col {
  background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-moz-border-radius: 0px 0px 10px 10px;
	color: #333;
	padding: 5px 100px 20px 240px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#main_col h2 {
  font-size: 18px;
	margin: 30px 0px 10px;
}

#main_col p {
	margin: 10px 0px;
}

#main_col dt {
  font-weight: bold;
}

#main_col dt a {
  font-weight: normal;
}
