<!--
/*
COLORS

Beige: #C9B18D;

background: url('../images/gradientBg.jpg') top repeat-x #9ea9b3;


*/

body {
	background: #D9D7D7;
	margin: 5px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
}

#container{
	margin: 0 auto;
	width: 812px;
	background: url('../images/background.jpg') center top repeat-y;
}

#header{
	height: 170px;
	background: url('../images/header.jpg') center no-repeat;
}


#content{
	width: 790px;
	font-weight: bold;
	font-size: 18px;
}


#navBarContainer{
	background: url('../images/navBarGrey.jpg') repeat-x;
	padding-top: 1px;
	width: 800px;
	height: 23px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

a.navBar{
	color: #000000;
	text-decoration: none;
	font: 14px Copperplate Gothic Bold, Copperplate Gothic Light, Arial;
	margin: 0 6px 0 6px;
}

a.navBar:hover {
	color: #FFFFFF;
}

.linkSep{
	padding: 1px 0 4px 0;
	width: 0px;
	height: 30px;
	border-right: 1px solid #000;
	display: inline;
}

.links{
	color: #000;
}

.links:hover{
	color: #000;
	text-decoration: none;
}

.bigLinks{
	color: #000;
	font-weight: bold;
}

.bigLinks:hover{
	text-decoration: none;
}

a.normal:link {
	color: #136351;
}

a.normal:visited {
	color: #136351;
}


#footer{
	height: 15px;
	background: url('../images/footer.jpg') center no-repeat;
}

a.thumbLink{
	padding-top: 5px;
	border: 1px #fff solid;
	display: block;
}

a.thumbLink:hover{
	border: 1px #999 solid;
}

img{
	border: 0px;
}
