body {
	font-size: 80%;
	font-family: verdana, arial;
}

h2 {
	margin-top:0px;
}

a:link, a:active, a:visited {
	color: #CFA35A;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

#header {
	height: 250px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#navigation {
	width: 150px;
	float: left;
}

#navigation ul li {
	list-style-type: none;
	background-color: #DEDEDE;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	border-bottom: 1px solid #fff;
	display: block;
	vertical-align: middle;
}

#navigation ul li a {
	padding: 0.5em;
	display: block;
	color: #000;
	background-color: #D5E6F6;
	text-decoration: none;
	font-weight: bold;
}

#navigation ul li a:hover,
#navigation ul li a:focus,
#navigation ul li a:active {
	color: #fff;
	text-decoration: none;
	background-color: #302C68;
}

#content {
	float: left;
	margin-left: 5px;
	width: 635px;
	background-color: #EEE5C6;
	padding-top: 10px;
	padding-left: 10px;
}

#footer {
	font-weight: bold;
	width: 790px;
	background-color: #CFA35A;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.gallery img {
	border: 3px solid #fff;
}

.gallery img:hover {
	border: 3px solid #CFA35A;
}

.gallery td {
	padding-top: 8px;
}