body {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #ffffff;
	margin:0px;
	padding:0px;
	background-color:#577049;
	background-image: url(images/hillside_r3_c1.jpg);
	background-position:right;
	background-repeat: repeat-y;
	height:100%;
}

a:link, a:hover, a:visited, a:active {
	color:#ffffff;
	text-decoration:none;
	outline: none;
}

a:hover, a:focus {
	color:#375a56;
	text-decoration:none;
	outline:none;
}

.container {
	position:relative;
	height:100%;
	border-top: 2px none #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px none #000000;
	border-left: 2px solid #000000;
}

.header {
	position:relative;
	width:100%;
	background-color: #587049;
	text-transform:uppercase;
}

.navbar {
	position:relative;
	width:100%;
	background-image: url(images/navback.jpg);
	background-repeat: repeat-x;
	vertical-align:top;
}

.navmenu {
	height:204px;
	vertical-align:top;
	background-image: url(images/hillside.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align:right;
}

.navmenu ul {
	display:inline;
}

.navmenu ul li{
	display:inline;
	color:#ffffff;
	font-family: "arial black", arial;
	font-size:16px;
}

.navmenu ul li a:link, .navmenu ul li a:visited, .navmenu ul li a:active {
	color:#ffffff;
	font-family: "arial black", arial;
	font-size:16px;
	padding: 5px 10px;
	text-decoration:none;
}

.navmenu ul li a:hover, .navmenu ul li a:focus {
	color:#375a56;
	font-family: "arial black", arial;
	font-size:16px;
	padding: 5px 10px;
	text-decoration:none;
}

.navmenu ul li a.current {
	color:#fdcc10;
	font-family: "arial black", arial;
	font-size:16px;
	padding: 5px 10px;
	text-decoration:none;
}


.leftcol {
	float:left;
	width:400px;
	height:500px;
}

.rightcol {
	float:right;
	width:400px;
}

.contentblock {
	background-color:#365a5a;
	padding: 4px;
	margin:20px;
}

.footer {
	clear:both;
	text-align:center;
}

/* Gallery specific style */

.gjentTitle {
    font-size: 2em;
    font-weight: bold;
	color:#fdcc10;
}

.gjentDescription {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4em;
}