@charset "utf-8";
/* CSS Styles */

/*********** Global ************/
body{
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/104.jpg);
	background-repeat:repeat;
	background-color:#000;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 14px;
	color:#00F;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 14px;
	color: #3A3440;
}

a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 14px;
	color: #0F0;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 14px;
	color:#0F0;
}

/********* ID Styles in order the appear on page **********/
#mainstructure{
	width:770px;
	bgcolor:#F6E6D6;
	margin:10px auto 10px auto;
	border:0; 
	cellpadding:0; 
	cellspacing:0;
}

#maincontentNav{
	width:770px;
	height:20px;
	background-color:#3E3548;
}

#maincontent{
	width:100%; 
	border:0; 
	cellpadding:0; 
	cellspacing:0;
}

#maincopy{
	width:700px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 14px;
	color: #3E3548;
	background-color: #FFFFFF;
	border: 1px solid #3E3548;
	margin: 0 auto 0 auto;
	padding: 2px;
}

#mainsmallcopy{
	width: 593px;
	background-color:#FBEBDC;
}

#mainlinks{
	width:593px;
	height:335px;
	background-color: #FFFFFF;
	padding: 4px 2px 4px 2px;
}
#mainlinks a:link{
	font-family: Arial, Helvetica, sans-serif;
	color:#609;
	font-size: 1.7em;
	line-height: 1.4em;
}
#events{
	width:593px;
	background-color: #FFFFFF;
	padding: 4px 2px 4px 2px;
}
#contact{
	width:593px;
	height:335px;
	background-color: #FFFFFF;
	padding: 4px 2px 4px 2px;
}
#contact a:link{
	font-family: Arial, Helvetica, sans-serif;
	color:#609;
	font-size:1em;
}
#bio{
	width:593px;
	height:615px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 14px;
	color: #3E3548;
	background-color: #FFFFFF;
	padding: 4px 2px 4px 2px;
}
#footer{
	width: 907;
	height:190px;
	background-color:#FBEBDC;
	color:#90F;
	padding: 3px 5px 0 5px;
}

/*************** Classes No specific order ***************/
.text {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	line-height: 16px;
	color:#63F;
}

.center{
	text-align:center;
}

.border {
	border: thick double #3E3548;
	color: #ECE9D8;
}

.whiteborder {
	border: 1px solid #FFFFFF;
}

.whiteboxtext {
	width: 907;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 14px;
	color: #3E3548;
	background-color: #FFFFFF;
	border: 1px solid #3E3548;
	margin: 0 auto 0 auto;
}