
/* Global Styles */
html, body
{
	width:			100%;
	height:			100%;
}

body
{
	color:			#ffffff;
	font-family: 	Arial, Helvetica, sans-serif, sans;
	font-size: 		0.7em;
	font-weight: 	normal;
	margin:			0;
	padding:		0; 
	background-color: #000000;
}

/* Custom Styles */
.innertable
{
	width:			932px;
	margin-left:	auto;
	margin-right:	auto;
	text-align:		left;
}

.outertable
{
	width:			100%;
	height:			100%;
	
}

.outertable td
{
	vertical-align:	middle;
}

.innertable #content
{
	text-align:		left;

}
.navigation
{
	padding-left: 	15px;
	float: 			right;

}

#lastitem
{
	padding-right:	9px;
}

.prefix
{
	color:			#43688b;
	float:			left;
	padding-right:	2px;
		
}

a:link, a:visited, a:active
{
	
	color:			#ffffff;
	text-decoration:none;
}

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

h1
{
	margin:			0px;
	font-family: 	Arial, Helvetica, sans-serif, sans;
	font-size: 		0.9em;
	font-weight: 	normal;
	color: 			#9ba4ae;
}

.gallery
{
	border: 1px solid #bebebe;
}

input
{
	background-color:transparent;
	border-top:		none;
	border-left:	none;
	border-right:	none;
	border-bottom: 	1px solid #43688b;
	color:			#ffffff;
	font-family: 	Arial, Helvetica, sans-serif, sans;
	font-weight: 	normal;
}

textarea
{
	background-color:transparent;
	border: 		1px solid #43688b;
	overflow:		auto;
	color:			#ffffff;
	font-family: 	Arial, Helvetica, sans-serif, sans;
	font-weight: 	normal;
	font-size:		1.0em;
}

.copyright
{
	text-align: 	center;
	font-size:		0.8em;
	color:			#222222;
}