@charset "UTF-8";
/* CSS Document */


body {
background-color:#111212;
}

#main {
	background-image:url(images/background1.jpg);
	background-repeat: no-repeat;
	background-color:#A17864;
	background-position: top right;
	text-align:left;
	width: 800px;
	min-height: 600px;
}
	
#sitetitle {
	background-image:url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 100px;
}


#section_body {
	width: 480px;
	background-color:#8C6757;
	margin-left: 5px;
	padding: 10px;
	font-family:"Times New Roman", Times, serif;
	font-size: 10pt;
	filter:alpha(opacity=80);   /* Internet Explorer       */
   -moz-opacity:0.8;           /* Mozilla 1.6 and below   */
   opacity: 0.8;               /* newer Mozilla and CSS-3 */
}

#section_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

#section_text {
	font-family:"Times New Roman", Times, serif;
	font-size: 10pt;
	clear:right;
	min-height: 100px;

}

#section_top {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
#section_bottom {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.announcement {
	background-color:#FFFFFF;
	border-width: thin;
	border-bottom-style: solid;
	border-color:#000000;
	padding: 5px;
	font-family:"Times New Roman", Times, serif;
	font-size: 10pt;
	margin-bottom: 10px;
	min-height: 125px;
}

.announcement h1 {
	font-size: 12pt;
	font-family:Arial, Helvetica, sans-serif;
}

.appearance {
	background-color:#FFFFFF;
	border-width: thin;
	border-bottom-style: solid;
	border-color:#000000;
	padding: 5px;
	font-family:"Times New Roman", Times, serif;
	font-size: 10pt;
	margin-bottom: 10px;
	min-height: 125px;
}

.appearance h1 {
	font-size: 12pt;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

.gallery_img {
	float: left;
	padding: 12px;
	font-size:8pt;
	font-style: italic;
	height: 120px;
}

.gallery_img a {
	border:none;
	text-decoration: none;
	color:#000000;
}

#img_target {
	/*float: right; */
	width: 350px;
	/*border-style: solid;
	border-color:#000000;
	border-width:thin;*/
	filter:alpha(opacity=100);   /* Internet Explorer       */
   -moz-opacity:1;           /* Mozilla 1.6 and below   */
   opacity: 1;               /* newer Mozilla and CSS-3 */
}

.bios_link {
	text-decoration: none;
	font: inherit;
	color: inherit;
	font-family:inherit;
	border-bottom: thin;
	border-bottom-style:dotted;
	border-bottom-color: #000000;
	
}

