body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container {
	width: 701px;
	height: 100%;
	margin: 0 auto;
	padding: 0px 0;
	background: url(img/container.gif) repeat-y;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 701px;
	height: 200px;
	text-align: left;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
}

#main {
	position: relative;
	margin: 20px 0;
	padding: 10px 30px;
	text-align: left;
	background: #e6e6e6;
}

#email {
	position: absolute;
	left: 392px;
	top: 175px;
	width: 270px;
	height: 25px;
}

#drphoto {
	margin: 0 15px 10px 0;
	padding: 1px;
	float: left;
	clear: left;
	display: inline;
	position: relative;
	background: #e6e6e6;
	border: 1px solid #333;
}

#coverslide {
	margin: 0 0 10px 15px;
	padding: 4px;
	float: right;
	clear: right;
	display: inline;
	position: relative;
	font-size: 85%;
	background: #fff;
	border: 1px solid #333;
}
#coverslide span {
	display: block;
	width: 171px;
}

#contact {
	padding: 10px;
	clear: both;
	border: 1px solid #999;
	background: #f2f2f2;
	
}

#footer {
	width: 701px;
	height: 61px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 61px;
	text-align: center;
	background: url(img/footer.gif) no-repeat;
}

