#page {
	width: 760px;
	height: 420px;
	background: white;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}

#photo {
	width: 335px;
	height: 420px;
	float: right;
	text-align: center;
}

#body {
	width: 425px;
	height: 370px;
	float: left;
	text-align: center;
}

#comments {
	width: 375px;
	height: 210px;
	padding: 5px;
	margin-left: 25px;
	margin-top: 15px;
	visibility: visible;
	overflow: scroll;
}

#nav {
	height: 30px;
	width: 300px;
	position: absolute;
	text-align: left;
	font-weight: bold;
	top: 411px;
	padding-left: 90px;
}

a , a:visited {
	text-decoration: none;
	font: 12px/12px Georgia, Times New Roman, Times, serif;
	color: black;
}

#buttons {
	height: 31px;
	width: 425px;
	display: block;
	text-align: center;
	clear: none;
}

.quotebig {
	font: italic bold 14px/23px Georgia, Times New Roman, Times, serif;
	color: #7d7d7d;
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

.quoteattribute {
	font: italic bold 14px/23px Georgia, Times New Roman, Times, serif;
	color: #7d7d7d;
	display: block;
	text-align: right;
}

.info {
	font: 13px/16px Georgia, Times New Roman, Times, serif;
	color: black;
	display: block;
	text-align: center;
	margin-top: 15px;
}

.text {
	color: black;
	display: block;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
}

.commenttext {
	color: black;
	display: block;
	text-align: left;
	font: italic 11px/15px Georgia, Times New Roman, Times, serif;
	margin-top: 10px;
}

.textnav {
	color: black;
	display: block;
	text-align: center;
	font: 11px/13px Georgia, Times New Roman, Times, serif;
}

.infonotes {
	font: 11px/20px Georgia, Times New Roman, Times, serif;
	color: black;
	display: block;
	text-align: center;
}

body {
	background : #666666;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#button_mv {
	display: inline;
	width: 126px;
	height: 31px;
	font: bold 11px/13px Georgia, Times New Roman, Times, serif;
	color: white;
	background: #828282;
	float: right;
	clear: none;
	text-align: center;
	vertical-align: middle;
	margin-right: 30px;
	padding-top: 5px;
}

#button_dc {
	display: inline;
	width: 126px;
	height: 31px;
	font: bold 11px/13px Georgia, Times New Roman, Times, serif;
	color: white;
	background: #828282;
	float: left;
	clear: none;
	text-align: center;
	vertical-align: middle;
	margin-left: 30px;
	padding-top: 5px;
}

a:hover {
	text-decoration: underline;
}

div#button_mv a, div#button_dc a {
	color: white;
	text-decoration: none;
}

div#button_mv a:hover, div#button_dc a:hover {
	color: black;
	text-decoration: none;
}
