body {
	font-family: Times, serif;
	background: url('images/stripebg.png') repeat;
}
#navbar {
	width: 850px;
	height: 40px;
	color: white;
	font-weight: bold;
	text-align: center;
}
#navbar a {
	color: white;
	text-decoration: none;
}
.buttons {
	width: 100px;
	height: 25px;
	padding: 5px;
	margin: 3px;
	text-align: center;
	vertical-align: middle;
	border: black solid;
	color: white;
	background-color: #a28c6e;
}
#container {
	width: 850px;
	padding: 5px;
	border: black solid;
	background-color: #470000;
	font-weight: bold;
	color: white;
	margin: auto;
	margin-top: -10px;
	vertical-align: middle;
	text-align: center;
}
#container2 {
	width: 850px;
	height: 400px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
}
#content {
    font-weight: bold;
    color: white;
    text-align: center;
    font-family: verdana, sans-serif;
    vertical-align: middle;
    width: 325px;
    height: 357px;
    margin: auto;
    padding: 0 10px 10px 10px;
    position: relative;
    left: 200px;
    top: -405px;
}

#content p{
margin-top: 0px;
}
#shadow_left {
	width: 30px;
	background: url('images/shadow_left.png') repeat-y;
}
#shadow_right {
	width: 30px;
	background: url('images/shadow_right.png') repeat-y;
}
#picture {
	width: 437px;
	height: 377px;
	background-image: url('newSite/img/DrP_profile.jpg');
	border: black solid;
}
#buffer {
	height: 20px;
	margin: auto;
}
#logo1 {
	width: 360px;
	height: 400px;
	margin: auto;
	background: url('newSite/img/drpLogo_text.png') no-repeat;
}
#footer {
	font-weight: bold;
	margin: auto;
	text-align: center;
}