/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #262626;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#navigation {
	font-size: 13px;
	height: 25px;
	width: 625px;
	position: relative;
	top: 50px;
	text-align: right;
	color: #CAC53D;
	font-style: normal;
	background-attachment: fixed;
}

#mainbox {
	position: relative;
	height: 400px;
	width: 625px;
	border: 2px solid #CAC53D;
	top: 50px;
	clip: rect(auto,auto,auto,auto);
	overflow: auto;
}

#textbox {
	text-align: justify;
	padding: 20px;
	line-height: 20px;
	background-image: url(images/bio_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 77px;
	color: #000000;
}

#mainbox.contact_bg {
	background-image:url(images/contact_bg.jpg)}

#contact_box {
	font-size: 12px;
	position: absolute;
	height: 200px;
	width: 300px;
	top: 90px;
	left: 185px;
	text-align: left;
	overflow: auto;
}

#homepage_frame_scroll {
	height: 400px;
	width: 625px;
	position: absolute;
	overflow: auto;
}

#footer {
	height: 25px;
	width: 625px;
	position: relative;
	top: 60px;
	font-size: 10px;
	color: #CCCCCC;
	text-align: left;
}



.bar {color:#FFFFFF}

.picture_left {
	border: 2px solid #000000;
	float: left;
	margin-right: 15px;
}

.picture_right {
	border: 2px solid #000000;
	float: right;
	margin-left: 15px;
}
	