a
{
	color: #445D91;
}

a: visisted
{
	color: #445D91;
}

body
{
	background-color: #849ac6;
}

.navbar
{
	background-color: #c1d3f6;
}

.navcontainer ul li a
{
	border: 1px solid #445d91;
	color: #ffffff;
	background: #849ac6;
}

.navcontainer ul li a:hover
{
	background: #ffffff;
	color: #445d91;
}

.banner
{
	position: absolute;

	top: 0px;
	left: 0px;

	height: 90px;
	width: 950px;

	background-color: #445d91;
	text-align: center;
}


.bg
{
	position: absolute;

	top: 112px;
	left: 0px;

	height: 629px;
	width: 950px;

	background-color: #c1d3f6;
}

.body_text
{
	position: absolute;
	z-index: 100;

	top: 0px;
	left: 600px;

	width: 300px;

	padding: 10px;

	font-family: sans-serif;
	font-size: 11pt;
	line-height: 13pt;
	text-align: justify;

	color: #ffffff;
}


.header_gallery
{
	color: #445D91;

	font: bold 16pt arial;
}


.dave_test
{
	font-weight: bold;
	font-style: italic;
}	
	
	