/* CSS Document */
body {
	background-image:url(images/body_bg.png);
	background-repeat:repeat;
	padding:0px;
	margin:0px;
	border:0px;
	height:100%;
}

#header {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-485px;
	width:971px;
	height:215px;
	background-image:url(images/header_bg.png);
}

#header #time {
	position:absolute;
	top:112px;
	left:16px;
	width:171px;
	height:85px;
	color:#FFFFFF;
	font-weight:bold;
}

#header #time #time_1 {
	position:absolute;
	padding-top:10px;
	padding-left:15px;
	visibility:visible;
}

#header #time #time_2 {
	position:absolute;
	padding-top:10px;
	padding-left:15px;
	visibility:hidden;
}

#header #time #time_3 {
	position:absolute;
	padding-top:10px;
	padding-left:15px;
	visibility:hidden;
}

#menu {
	position:absolute;
	top:220px;
	left:50%;
	margin-left:-474px;
	width:948px;
	height:77px;
	background-image:url(images/menu_bg.png);
}

#menu #bio_1 {
	position:absolute;
	top:13px;
	left:13px;
}

#menu #bio_2 {
	position:absolute;
	top:13px;
	left:91px;
}

#menu #browse {
	position:absolute;
	top:15px;
	left:170px;
}

#menu #browse .splitter {
	position:relative;
	float:left;
	width:1px;
	height:27px;
	background-color:#CCCCCC;
	margin-top:10px;
}

#menu #browse .button {
	position:relative;
	float:left;
	margin-right:2px;
	margin-left:2px;
}

#menu #browse .button a {
	display:block;
	padding-left:8px;
	padding-right:8px;
	padding-top:12px;
	width:auto;
	height:37px;
	font-size:16px;
	font-weight:bold;
	color:#005DB8;
	text-transform:uppercase;
	text-decoration:none;
	background-position:0px 0px;
	background-image:url(images/button_bg.png);
	background-repeat:repeat-x;

}
#menu #browse .button a:hover {
	text-decoration:none;
	color:#666666;
	background-position:0px -49px;
}

#content {
	position:relative;
	width:971px;
	height:auto;
	min-height:100%;
	top:310px;
	left:50%;
	margin-left:-485px;
	font-family:"Times New Roman", Times, serif;
	display:inline-table;
}

#content_small_holder {
	position:relative;
	float:left;
	width:335px;
	height:auto;
	margin-bottom:8px;
	margin-left:67px;
}

#content_small_header {
	width:335px;
	height:14px;
	background-image:url(images/content_small_border.png);
	background-position:0px 0px;
}

#content_small {
	width:335px;
	height:auto;
	background-image:url(images/content_small_bg.png);
	background-position:0px 0px;
}

#content_small .content_small_title {
	position:relative;
	width:292px;
	height:49px;
	left:50%;
	margin-left:-146px;
	background-image:url(images/content_small_title.png);
}

#content_small .content_small_title {
	position:relative;
	padding-right:16px;
	width:276px;
	padding-top:11px;
	height:38px;
	left:50%;
	margin-left:-146px;
	background-image:url(images/content_title.png);
	font-size:22px;
	text-align:right;
}

#content_small .content_small_text {
	position:relative;
	width:280px;
	height:auto;
	left:50%;
	margin-left:-140px;
	font-size:14px;
}

.content_small_text a{
	color:#005DB8;
	text-decoration:none;
}

.content_small_text a:hover{
	color:#666666;
	text-decoration:underline;
}

#content_small .content_small_splitter {
	position:relative;
	width:280px;
	height:7px;
	left:50%;
	margin-left:-140px;
	margin-top:2px;
	margin-bottom:2px;
	background-image:url(images/content_small_splitter.png);
}

#content_small_footer {
	width:335px;
	height:14px;
	background-image:url(images/content_small_border.png);
	background-position:0px 14px;
}

#content_large_holder {
	position:relative;
	width:835px;
	height:auto;
	margin-bottom:8px;
	margin-left:67px;
}

#content_large_header {
	width:835px;
	height:14px;
	background-image:url(images/content_large_border.png);
	background-position:0px 0px;
}

#content_large {
	width:835px;
	height:auto;
	background-image:url(images/content_large_bg.png);
}

.content_large_title {
	padding-right:533px;
	width:278px;
	padding-top:16px;
	height:40px;
	background-image:url(images/content_title.png);
	background-position:10px 4px;
	background-repeat:no-repeat;
	margin-left:11px;
	border-bottom:1px solid #CDCDCD;
	font-size:22px;
	text-align:right;

	
}

.content_large_text {
	position:relative;
	width:800px;
	left:50%;
	margin-left:-400px;
	margin-top:8px;
	font-size:15px;
}

.content_large_text a{
	color:#005DB8;
	text-decoration:none;
}

.content_large_text a:hover{
	color:#666666;
	text-decoration:underline;
}

.content_large_splitter {
	width:813px;
	height:11px;
	margin-left:10px;
	background-image:url(images/content_large_splitter.png);
}

#content_large_footer {
	width:835px;
	height:14px;
	background-image:url(images/content_large_border.png);
	background-position:0px 14px;
}


#content #photo_player {
	position:relative;
	margin-left:417px;
	width:485px;
	height:387px;
	background-image:url(images/photo_player_bg.png);
}

#photo_player #photo_player_display {
	position:absolute;
	padding:4px;
	width:412px;
	height:272px;
	left:50%;
	top:24px;
	margin-left:-210px;
	border:solid 1px #000;
	background-color:#6A6A6A;
	text-align:center;
	overflow:hidden;
}

#photo_player #photo_player_description {
	position:absolute;
	top:310px;
	left:50%;
	margin-left:-210px;
	width:423px;
	height:22px;
	text-align:center;
	font-family:tahoma;
	font-size:11px;
}

#photo_player #photo_player_control {
	position:absolute;
	top:335px;
	left:50%;
	margin-left:-210px;
	width:423px;
	height:40px;
}

#photo_player_preload {
	position:absolute;
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	border:0px;
	visibility:hidden;
	overflow:hidden;
}


#content #email_contact {
	position:relative;
	left:50%;
	margin-left:-286px;
	margin-top:8px;
	width:572px;
	height:83px;
	background-image:url(images/contact_bg.png);
	font-size:18px;
	font-weight:bold;
	text-align:right;
	color:#005DB8;
}

#email_contact #jj {
	position:absolute;	
	top:37px;
	left:12px;
	padding-top:5px;
	padding-right:6px;
	width:263px;
	height:32px;
}

#email_contact #jj a{
	text-decoration:none;
	color:#005DB8;
	display:block;
}

#email_contact #jj a:hover{
	text-decoration:none;
	color:#005DB8;
	display:block;
}

#email_contact #cmj {
	position:absolute;	
	top:37px;
	left:292px;
	padding-top:5px;
	padding-right:6px;
	width:263px;
	height:32px;
}

#email_contact #cmj a{
	text-decoration:none;
	color:#005DB8;
	display:block;
}

#email_contact #cmj a:hover{
	text-decoration:none;
	color:#005DB8;
	display:block;
}

#footer {
	position:relative;
	top:318px;
	left:0px; 
	width:100%;
	height:26px;
	padding-top:8px;
	background-image:url(images/footer_bg.png); 
	background-repeat:repeat-x;
	font-family:tahoma;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
}
