/* CSS! */
body{
	margin: 0;
	padding: 0;
	background-image: url(graphics/19original.gif);
}

p{
	text-indent: 40px;
}

#page{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #ffffff;
	margin-bottom: 20px;
	background-color: #ffffff;
	margin-top: 20px;
	
	
}

#head{
}

#head h1{
	text-indent: -999999px;
	font-size: 1px;
	overflow: hidden;
	background-image: url(graphics/logo.jpg);
	background-repeat: no-repeat;
	
	width: 600px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}



#navigation ul
{
padding: .2em 0;
padding-top: 5px;
margin: 0;
list-style-type: none;
background-color: #acd6ff;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
height: 18px;
}

#navigation ul li { display: inline; }

#navigation ul li a
{
padding: 5px 20px;
margin: 0;
list-style-type: none;
background-color: #acd6ff;
color: #369;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
text-decoration: none;
border-right: 1px solid #ffffff;
margin-left: -4px;
}

#navigation ul li a:hover
{
background-color: #369;
color: #fff;
}

#footer{
	clear: both;
	padding-top: 20px;
	font-size: 9px;
	text-align: center;
}

#footer a{
	font-size: 12px;
}

#content{
	margin-top: 5px;
	clear: both;
	font: normal 90% Bookman, Book Antiqua, serif;
	padding: 5px;
	line-height: 30px;
	color: #665060;
	
}

#content h2{
	text-align: right;
	font-style: oblique;
	color: #47709C;
}

#content h3{
	clear: both;
}

.image{
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 5px;
}

.left{
	float: left;
}

.right{
	float: right;
}

#content p:first-letter {
	font-size: 20px;
	font-weight: bold;
	color: #69B;
}

.contact{
	width: 250px;
	background-color: #acd6ff;
	padding: 20px;
	border: 1px solid #999999;
	margin-left: 20px;
	margin-top: 70px;
	text-align: center;
}

.galRow span a img{
border: none;
}

.galRow span a{
display: table-cell;
padding: 4px;
border: 1px solid grey;
}

.galRow span a:hover{
border: 1px solid blue;
}

.galRow span{
margin-right: 20px;
}