/** General Styling **/

body {
	color: #7e7e7e;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
}

#mainContent { 
	height: 100%;
	table-layout:fixed;
}

#mainContent li{
	list-style-type: none;
}

.tdContent {
	background: white;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	
	font-family: Arial, Helvetica, sans-serif;
	color:#808080;
	font-size:14px;
}

iframe{
	background: white;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

.scroll-pane {
	overflow: auto;
}

.splash{
	background: #fff none;
	margin-top: 75px;
}

/** Text Formatting **/

.words {
	font:Arial, Helvetica, sans-serif;
	color: #808080;
}

.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #808080;
}


/** Link Styles **/

a img {
	border:none;
}

a:focus{
		outline:none;
}

a:link{
	color: #808080;
};

a:visited{
	color: #808080;
};

a:active{
	color: #808080;
};

table{overflow:hidden}

	
/* Gallery Stuff */

#main_image {
	height: 530px;
	width: 473px;
}

ul.gallery {
	list-style: none;
	margin: 0 50px 2em 0;
	padding: 0;
}

ul.gallery li {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 5px 5px 0;
	border: 2px solid black;
	padding: 1px;
}

ul.gallery li:hover {
	border: 2px solid #0f1b21;
}

ul.gallery li:active {
	border: 2px solid white;
}

ul.gallery li.active {
		border: 2px solid #234c5e;
}