@charset "UTF-8";
body {
	margin: 0px;
	background-color: #FFF;
}
#nav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	list-style-type: none;
}
#navmenu li {
	margin: 0px;
	padding: 0px;
	display: inline;
	text-align: center;
}
#navmenu a:link,
#navmenu a:visited {
	color:#5B715D;
	padding-right: 18px;
	padding-left: 18px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4C5D4B;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
}
#navmenu a:hover , a:active{
	color:#273430;
	background-color: #A9AB72;
}
#nav li:first-child a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4C5D4B;
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	float: none;
	clear: both;
}
/* CSS Document */

#wrapper {
	background-color: #FFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
p   {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 4px;
	font-size: 12px;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 0px;
	line-height: 18px;
}
h2   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-color: #9B9C63;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#wrapper #leftcol {
	width: 676px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #4C5D4B;
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 12px;
	padding-left: 12px;
}
#wrapper #leftcol p a:link, #wrapper #leftcol p a:visited {
	color: #5B715D;
	padding-top: 0px;
	text-decoration: none;
	font-weight: bold;
}
#wrapper #leftcol p a:hover {
	color:#9B9B65;
}
#wrapper #rightcol {
	width: 245px;
	float: right;
	clear: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper #rightcol h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	line-height: 22px;
}
#wrapper #rightcol h1 a:link , #wrapper #rightcol h1 a:visited {
	color: #5B715D;
	text-decoration: none;
	padding-top: 0px;
}
#wrapper #rightcol h1 a:hover {
	color:#A9AB72;
	padding-left: 3px;
}
#wrapper #rightcol h2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4C5D4B;
	color: #FFF;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #4C5D4B;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 10px;
}
#footer a:link, #footer a:visited {
	color:#A9AB72;
	padding-right: 12px;
	padding-left: 12px;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	float: right;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer a:hover {
	color:#fff;
	background-color: #4C5D4B;
}
#gallery {
	padding: 10px;
	width: 656px;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	#gallery ul a:hover img {
	color: #fff;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	}
	#gallery ul a:hover { color: #fff; }
	</style>

