.color-gold {
		color:#d8b36d;
	}

p {
	font-family:'Didact Gothic', Helvetica, Sans-Serif;
	font-size:18px;
	font-weight:lighter;
	color: #ffffff;
}

a {
	font-family:'Didact Gothic', Arial, Sans-Serif;
	//color:#ffffff;
	color:#d8b36d;
	font-weight:normal;
	text-decoration:none;
	border:none;
}

	a:hover {
		//color:#ffffff;
		color:#d8b36d;
		text-decoration:underline;
	}

table {
	font-family:'Didact Gothic', Helvetica, Sans-Serif;
	font-size:12px;
	font-weight:lighter;
	color: #ffffff;
}

th {
font-family:'Didact Gothic', Helvetica, Sans-Serif;
	font-size:14px;
	font-weight:bold;
	color: #d8b36d;
}

td {
font-family:'Didact Gothic', Helvetica, Sans-Serif;
	font-size:14px;
	font-weight:lighter;
	color: #ffffff;
	vertical-align:top;
	padding:0px 5px 20px 0px;
}

h1 {
	font-family:'Didact Gothic', Arial, Sans-Serif;
	font-size:23pt;
	font-weight:bold;
	color:#ffffff;
	margin:0px;
}

	.h1inline {
		font-family:'Didact Gothic', Helvetica, Sans-Serif;
		font-size:18px;
		font-weight:lighter;
		color: #ffffff;
	}
	
	.keyword {
		font-family:'Didact Gothic', Helvetica, Sans-Serif;
		font-size:8px;
		font-weight:lighter;
		color: #000031;
	}
	
h2 {
	font-family:'Didact Gothic', Arial, Sans-Serif;
	font-size:30px;
	font-weight:bold;
	font-style:italic;
	color:#ffffff;
}

h3 {
	font-family:'Didact Gothic', Arial, Sans-Serif;
	font-size:30px;
	font-weight:bold;
	font-style:italic;
	color:#342d5f;
}

h4 {
	font-family:'Didact Gothic', Arial, Sans-Serif;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
}

h5 {
	font-family:'Didact Gothic', Arial, Sans-Serif;
	font-size:17px;
	font-weight:bold;
	color:#ffffff;
}

h6 {
	font-family:'Didact Gothic', Arial, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}

h7 {
	font-family:'Didact Gothic', Arial, Sans-Serif;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
}

h8 {
	font-family:'Didact Gothic', Arial, Sans-Serif;
	font-size:20px;
	font-weight:bold;
	color:#d8b36d;
	line-height:0px;
}

	h8 span {
		color:#ffffff;
	}
	
h9 {
	font-family:'Didact Gothic', Arial, Sans-Serif;
	font-size:12px;
	font-weight:normal;
	color:#d8b36d;
}


body {
	background:#000031;
	font-family:'Didact Gothic', Helvetica, Sans-Serif;
	font-size:18px;
	font-weight:lighter;
	color: #ffffff;
}	

	#wrapper {
		width:900px;
		margin:0px auto 10px auto;
	}

	#navigator {
		background:#000031 url(./images/NavigatorBarBackground2.png) no-repeat;
		padding:2px 0px 0px 0px;
		position:relative;
		top:-4px;
	}
	
	#main-index {
		background:#000031 url(./images/BackgroundSwirlsSideBar.png) no-repeat;
		position:relative;
		top:-5px;
		min-height:880px;
		color:#ffffff;
	}
	
	#main {
		background:#000031 url(./images/BackgroundSwirls.png) no-repeat;
		position:relative;
		top:-5px;
		min-height:880px;
		color:#ffffff;
	}

		#welcome {
			font-family:'Didact Gothic', Arial, Sans-Serif;
			font-size:23pt;
			font-weight:bold;
			color:#ffffff;
			position:relative;
			left:58px;
			top:12px;
		}
		
	#upcoming {
		font-family:'Didact Gothic', Arial, Sans-Serif;
		font-size:11pt;
		font-weight:normal;
		color:#ffffff;
	}
	
	#biog-text {
		position:relative; 
		float:right; 
		width:760px; 
		top:-10px;
		padding:0px 10px 0px 0px;
	}
	
	#photo {
		width:420px;
		border:0px;
		margin:0px;
		padding:0px;
		font-size:8pt;
		position:relative;
		text-align:center;
		align:center;
		color:#ffffff;
	}
	
		#photo-column {
			float:right; 
			width:204px; 
			font-family:'Didact Gothic', Arial, Sans-Serif;
			font-size:9pt;
			font-weight:normal;
			color:#ffffff;
		}
		
		#photo-list {
		
			height:750px;
			overflow-x:hidden;
			overflow-y:scroll;
		}
		
			#photo-list img {
				width:195px;
				display:block;
				margin-left:auto;
				margin-right:auto;
				padding:0px 0px 6px 0px;
				max-height:200px;
				border:0px;
			}
	
		#photo-display {
			width:700px;
		}
	
	#far-right {
			width:220px;
			border:1px solid;
			border-radius:10px;
			padding:10px;
			background:#ffffff;
			float:right;
			position:relative;
			z-index:1;
			background:#ffffff;
		}
	
	#inputbutton {
		background:#d8b36d;
		color:#342d5f;
		border-radius:5px;
	}

	#purpletext {
		color:#342d5f;
	}
	
	#addressinfo {
		font-size: 12px;
	}
	
	#description {
		font-size:14px;
	}
	
	#footer {
		font-family:'Didact Gothic', Arial, Sans-Serif;
		font-size:10pt;
		font-weight:normal;
		color:#ffffff;
		text-align:center;
	}
	
	
	
	
