html, body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #384158;
	margin: 0px;
	padding: 0px;
}
#page {
	margin: 0px;
	padding: 0px;
}
#homebg {
	width: 950px;
	height: 600px;
	background-image: url(images/home1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#biobg {
	width: 950px;
	height: 600px;
	background-image: url(images/bio1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#reviewsbg {
	width: 950px;
	height: 600px;
	background-image: url(images/reviews1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#resumebg {
	width: 950px;
	height: 600px;
	background-image: url(images/resume1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#mediabg {
	width: 950px;
	height: 625px;
	background-image: url(images/media1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#photosbg {
	width: 950px;
	height: 600px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#newsbg {
	width: 950px;
	height: 600px;
	background-image: url(images/news1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#contactbg {
	width: 950px;
	height: 600px;
	background-image: url(images/contact2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#name {
	width: 399px;
	height: 255px;
	float: left;
	margin: 0px;
	padding: 30px;
}
#homenav {
	width: 300px;
	height: 500px;
	float: right;
	margin: 0px;
	padding-top: 75px;
	padding-right: 75px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header{
	width: 950px;
	height: 93px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#nameSM {
	width: 340px;
	height: 93px;
	float: left;
	margin: 0px;
}
#navbar {
	width: 550px;
	height: 93px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#BIOcontent{
	height: 479px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#REVIEWScontent{
	height: 450px;
	margin: 0px;
	width: 400px;
	float: right;
	overflow: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#CONTACTcontent{
	height: 481px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 950px;
}
#PHOTOScontent{
	height: 450px;
	margin: 0px;
	overflow: auto;
	width: 950px;
	padding: 0px;
}
#contentLEFT{
	height: 450px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 290px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: auto;
	width: 660px;
}
#contentRIGHT{
	height: 450px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 345px;
	overflow: auto;
	width: 600px;
}
#mediaL{
	width: 125px;
	height: 150px;
	float: left;
	margin: 0px;
	padding: 10px;
}
#mediaR{
	height: 500px;
	margin: 0px;
	float: right;
	width: 625px;
	padding: 0px;
}
a:link {
	color: #019451;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #019451;
}
a:hover {
	text-decoration: underline;
	color: #982CDC;
}
a:active {
	text-decoration: none;
	color: #982CDC;
}
#footer{
	font-size: 10px;
	font-style: italic;
	width: 950px;
}
.title {
	font-size: 14px;
	color: #CD1B47;
	font-weight: bold;
}
.small {
	font-size: 10px;
}
#left{
	float: left;
}
#right{
	float: right;
}
