﻿body {
	background-color: #C0C0C0;
	margin-left: 0;
	margin-right: 0;
	font-family: Arial;
}

h1 {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: 00778b;
}

h2 {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: 9b1820;
}

h3 {
	font-family: Arial;
	font-size: 10;
	font-weight: normal;
	color: 00778b;
}


p {
	font-family: Arial;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

a:link {
	color: 00778b;
	font-family: Arial;
	
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;

}
a:hover {
	font-family: Arial;

	font-weight: normal;
	color: #808080;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;

}

a:visited {
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #00778b;
	text-decoration: none;
}

.footer {
	background-image: url('images/home/Footer.gif');
	font-family: Arial;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
}

table {
	background-color: #FFFFFF;
}


#gallery { 
	position: relative; 
	width:695px;
	height:313px;
	margin:0;
	padding:0; 
}

#gallery li { 
	display: block; 
	
}