html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #301C1B;
	margin: 0px;
	padding: 0px;
	background-color: #06255b;
	background-attachment: fixed;
	background-image: url(images/bg3.jpg);
	background-repeat: no-repeat;
}
#page {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#home {
	height: 348px;
	width: 792px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/home.jpg);
	border: 4px solid #000000;
}
#homeBIO {
	height: 385px;
	width: 792px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/home6.jpg);
	border: 4px solid #000000;
}
#homePHOTOS {
	height: 385px;
	width: 792px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	border: 4px solid #000000;
}
#PHOTOSleft {
	height: 360px;
	width: 490px;
	margin: 0px;
	float: left;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#MEDIAleft {
	height: 380px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
#PHOTOSright {
	height: 375px;
	width: 282px;
	padding: 5px;
	margin: 0px;
	float: right;
	overflow: auto;
}
#MEDIAright {
	height: 385px;
	width: 292px;
	padding: 0px;
	margin: 0px;
	float: right;
}
#homeMEDIA {
	height: 385px;
	width: 792px;
	padding: 0px;
	margin: 0px;
	border: 4px solid #000000;
	background-color: #FFFFFF;
}
#homeMEDIA1 {
	height: 385px;
	width: 500px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/home8.jpg);
}
#homeRESUME {
	height: 385px;
	width: 792px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/home4.jpg);
	border: 4px solid #000000;
}
#LEFT {
	height: 375px;
	width: 520px;
	padding: 5px;
	margin: 0px;
	float: left;
	overflow: auto;
}
#RIGHT{
	height: 375px;
	width: 570px;
	padding: 5px;
	margin: 0px;
	float: right;
	overflow: auto;
}
#main {
	height: 600px;
	width: 800px;
	padding: 0px;
	margin: 0px;
	background-position: center center;
}
#header{
	width: 786px;
	height: 70px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/top2.gif);
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#navbar{
	width: 796px;
	height: 89px;
	margin: 0px;
	text-align: left;
	background-image: url(images/bottom2.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	background-position: right bottom;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 0px;
}
#credit{
	margin: 0px;
	width: 808px;
	height: 15px;
	font-size: 9px;
	padding: 0px;
	font-style: italic;
	text-align: center;
	
}
.small{
	font-size: 10px;
}
.big{
	font-size: 14px;
}
.title{
	color: #B03900;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #660000;
}
#line{
	width: 450px;
	height: 2px;
	background-color:#660000;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
}
#box {
	border:2px dotted #301C1B;
	margin: 5px;
	padding: 5px;
	text-align: center;
}
.hide {
	display: none;
}

