/* START INDEX PAGE STYLES */
body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	background-image: url(images/body_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #060607;
	color: #42332C;
	scrollbar-base-color: #242D30;
	scrollbar-arrow-color: #D4DDE0;
	scrollbar-3dlight-color: #2B2F31;
	scrollbar-darkshadow-color: #242D30;
	scrollbar-face-color: #5C6568;
	scrollbar-highlight-color: #6F787B;
	scrollbar-shadow-color: #242D30;
	scrollbar-track-color: #30393C;
}
/* INDEX FRAME */
/* WHAT'S NEW PAGE */
#frame_0 {
	position: relative;
	display: block;
	margin-top:0px;
	padding: 0px;
	text-align:left;
	height: 743px;
	width:823px;
	/*margin-left: 99px;*/
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background_0.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #060607;

}
/* BIO PAGE */
#frame_1 {
	position: relative;
	display: block;
	margin-top:0px;
	padding: 0px;
	text-align:left;
	height: 743px;
	width:823px;
	/*margin-left: 99px;*/
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #060607;

}
/* RESUME PAGE */
#frame_2 {
	position: relative;
	display: block;
	margin-top:0px;
	padding: 0px;
	text-align:left;
	height: 743px;
	width:823px;
	/*margin-left: 99px;*/
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #060607;

}
/* AWARDS PAGE */
#frame_3 {
	position: relative;
	display: block;
	margin-top:0px;
	padding: 0px;
	text-align:left;
	height: 743px;
	width:823px;
	/*margin-left: 99px;*/
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background_3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #060607;

}
/* PHOTOS PAGE */
#frame_4 {
	position: relative;
	display: block;
	margin-top:0px;
	padding: 0px;
	text-align:left;
	height: 743px;
	width:823px;
	/*margin-left: 99px;*/
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background_4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #060607;
}
/* CONTACT PAGE */
#frame_5 {
	position: relative;
	display: block;
	margin-top:0px;
	padding: 0px;
	text-align:left;
	height: 743px;
	width:823px;
	/*margin-left: 99px;*/
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background_5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #060607;

}
#column_1 {
	position: relative;
	float: left;
	width: 62px;
	height: 743px;
	top: 0px;
	background-image: url(images/left_column_background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #060607;

}
#column_2 {
	position: relative;
	float: left;
	width: 699px;
	height: 743px;
	
}
#column_3 {
	position: relative;
	float: left;
	width: 62px;
	height: 743px;	
	background-image: url(images/right_column_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #060607;
}
/* END INDEX PAGE STYLES */

