BODY {
	color : #DEB887;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	margin : 0;
	padding : 0;
	font-size : 16px;
	background : Black;
}
UL {
	list-style-position : outside;
	list-style-type : square;
}
.PageWidth {
	width : 800px;
}
.MainBody {
	width : 800px;
	margin-left : auto;
	margin-right : auto;
}
.MainBody2 {
	margin-left : auto;
	margin-right : auto;
}
.LogoPic {
	float : left;
}
.SiteFooter {
	clear : both;
	text-align : right;
	border-top : 1px solid Silver;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
}
.BioHeader {
	text-decoration : underline;
	font-weight : bold;
	text-align : center;
	width : 100%;
}
.BioDetails {
	width : 50%;
	text-align : left;
	padding-top : 10px;
}
.Profile {
	text-align : left;
	padding : 5px;
}
.Actor {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : White;
}
.Character {
	font-family : "Bernard MT Condensed", serif;
	font-size : 28px;
	color : #DEB887;
	font-style : italic;
}
.Face {
	float : left;
}
.BgCharacter {
	font-family : "Bernard MT Condensed", serif;
	font-size : 32px;
	color : #DEB887;
	font-style : italic;
	background-image : url(images/bg.jpg);
	padding-top : 2px;
	padding-bottom : 2px;
	margin-top : 2px;
	margin-bottom : 2px;
}
.Story {
	background-image : url(images/paper.jpg);
	text-align : left;
	color : Black;
	font-family : "Courier New", Courier, monospace;
	font-weight : bold;
	padding : 50px;
	font-size : 14px;
	line-height : 21px;
}
a:LINK {
	color: White;
}
a:ACTIVE {
	color: White;
}
a:VISITED {
	color: White;
}
a:HOVER {
	color: Black;
	background-color: #F5F5F5;
}
