@import "lightbox.css";

	body
	{
		text-align: center;
		background: #B0BFC2;
		color: #444;
	}
	
	#container
	{
		text-align: left;
		margin: 0 auto;
		width: 800px;
		background: #FFF url(../images/header-base10.gif) repeat-y;
	}
	
	h1
	{
		
		background: #fff;
		color: blue;
		padding: 20px;
		margin: 0;
		border-bottom: 5px solid #387A9B;
	}
	
	ul#navigation
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
	}
	
	#nav a
	{
		display: block;
		text-decoration: none;
		font-family: verdana;
		font-size: 80%;
		font-weight: bold;
		background: #e0ddf8;
		color: blue;
		padding: .4em 0em .4em 10px;
		border-bottom: 1px solid #fff;
		width: 140px;
	}
	
	#nav a:hover
	{
		background: #898E79;
		color: #ffffff;
	}
	
	

	#nav
	{
		float: left;
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
	}
	
	#nav ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: left;
	}
	
	#nav li
	{
		display: inline;
	}


	#nav div.menutitle
	{
		color: white;
		border-bottom: 1px solid #464cb6;
		padding: .4em 0em .4em 10px;	
		background-color: #464cb6;
		font: bold 90% arial, sans-serif;
	}

	
	#content
	{
		float: left;
		width: 575px;
		margin-left: 35px;
		padding: 15px 0;
		font: 90% arial, sans-serif;
	}
	
	#footer
	{
		clear: both;
		background: #387A9B;
		color: #fff;
		padding: 5px 10px;
		text-align: center;
		font-family: arial, sans-serif;
		font-size: 70%;
	}
	
	h2
	{
		margin-top: 0;
		color: #B23B00;
		font-weight: normal;
	}

	h2 hr
	{
	border: 1px solid #387A9B;
	}

	img
	{  
	border-style: none;
	}



	
/*	a:link { color: #175B7D; }
	a:visited { color: #600; }
	
	a:hover, a:active
	{
		color: #e0ddf8;
		background: #175B7D;
	}#313138   #464cb6

*/

	#gallery table
	{
		border-collapse: collapse;
	}

	#gallery td
	{
		height: 130px;
		vertical-align: middle;
		text-align: center;
	}

	#gallery img
	{
		border: solid 1px white;
	}

	#gallery tr
	{
		background: #313138;

	}
