@import url(news.css);
@import url(contact.css);
@import url(home.css);
@import url(gallery.css);
@import url(essay.css);
@import url(biography.css);
/* Consistent Elements */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	color:white;
	text-align:center;
	margin:0 auto 0 auto;
	min-width:640px;
	min-height:480px;
}
object {width:640px;height:109px;margin:0 auto 0 auto;}
embed {width:640px;height:109px;}
a:link { color:#FFFFFF;}
a:visited { color:black;}
a:hover { color:#CCCCCC;}
a:active {color:#FFFFFF;}
a img {border: none;margin:0;padding:0;}
/* table that containts the content */
table.biography,table.contact,table.essay,table.news,table.gallery,table.index {
	border-left:1px solid White;
	border-right:1px solid White;
	border-bottom:1px solid White;
	margin: 0 auto 0 auto;
	width: 640px;
	}

