body {
	background-color: #eff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	line-height: 1.4em;
	font-weight: normal;
}

div#newwrap {
	position: absolute;
	top:100px;
	width: 100%;
	min-width: 600px;
}
div#headpic{
	background: #eff url(../images/dogsbg.jpg) repeat-x;
	position: absolute;
	font-weight: bold;
	font-size: 1.2em;
	text-align:center;
	margin-top:0;
	width:100%;
}
div#dogslinks a {
	background: #0ff;
	}
#middle {
	text align: center;
	margin-top: 9px;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 0px;
	padding-right: 0px;
	max-width:900px;
	min-width:400px;
	width: 58%;
	}
#right {
	color:#000;
	}
#back {
	background: #6cc;
	padding: .75em;
	margin: 2em 2em 2em 1em;
	}
#section {
	text-align: left;
	background: #fff;
	margin: -2em -2em 0 0;
	border: 1px solid #ddd;
	padding: .75em;
	}
#docpic {
	float: right;
	}
a 	{
	font-weight: bold;
	color: #399;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	text-align:left;
	margin-top:0;
	margin-bottom:3px;
}
h2 {
	font-size: 1em;
	line-height: 1.4em;
	text-align: center;
	font-weight: bold;
	text-align:left;
	margin-top:15px;
	margin-bottom:3px;
}
p {
	text-align:left;
	margin-top: 3px;
	margin-bottom: 9px;
}
ul {
	margin-top:-1px;
}
li {
	margin-top: 3px;
	margin-bottom: 3px;
}


