/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 11px;
	color: #444444;
	background: url(img/bg5.jpg);
	/*background-position: top left;
	background-color: #bed09e;*/
}

p {
	margin: 0;
}

a {
	color: #111;

}

a:hover {
	color: #666
}

#container {
	margin: 10px auto 20px auto;
	width:750px;
	height:auto;
	background: #f5ead6;
	border: 1px solid black;
}

#header {
	background:  url(img/header9.jpg) no-repeat left top;
	width:750px;
	height:142px;
	position: relative;
}

#header img {
	margin-left:560px; 
	margin-top:35px; 
	border:0
}

#uppertab {
	color: #000;
	position: absolute;
	right: 30px;
	top: 5px;
	font: 11px Helvetica, Sans-Serif;
}

#uppertab a {
	text-decoration: none;
	font-weight: bold;
}

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

#thumb a img {
	border: 0;
	margin-left: 15px;
}

#thumb a:hover img {
	border: 1px solid #333;
}
	
#content {
	width: 730px;
	height: auto;
	margin: 5px 0 10px 10px
}

#footer {
	width:750px;
	border-top: 1px solid black;
	background-color: #6e7b5c;
	height: 25px;
}

.right {
	position: relative;
	float: right;
	padding: 0;
	border: 1px solid #b8ddbd;
	margin: 5px 0 5px 5px;
}

.left {
	position: relative;
	float: left;
	margin: 5px 5px 5px 0;
	border: 1px solid #b8ddbd;
}

.caption {
	font-family: Georgia,Times,"Times New Roman",serif;
	text-align: center;
	color: #333;
	font-size: 10px;
	font-style: normal;
	line-height: 1;
	text-indent: 0;
}

.captionleft {
	float: left;
	padding: 0;
	text-align:center;
	font-family: Georgia,Times,"Times New Roman",serif;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 10px;
	font-style: normal;
	line-height: 1;
	text-indent: 0;
}

.captionleft img {
	border: 1px solid #b8ddbd;
	margin-left: 0;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-top: 5px;
	padding: 0;
}

.captionright {
	position: relative;
	float: right;
	padding: 0;
	text-align:center;
	margin: 0;
	color: #333;
	font-size: 10px;
	font-style: normal;
	line-height: 1;
	text-indent: 0;
}

.captionright img {
	border: 1px solid #b8ddbd;
	margin-left: 5px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-top: 5px;
}

ul.navigation {
margin: 0 0 0 0;
padding: 4px 0 1px 15px;
border-top: 1px solid black;
border-bottom: 1px solid black;
/*background-color: #2c4923;*/
background-color: #6e7b5c;
height: 18px;
color: #ccc;
font-weight: bold;
}

.navigation li {
display: inline;
height: 18px;
}

.navigation li a {
text-decoration: none;
padding: 0;
font-family: Georgia,Times,"Times New Roman",serif;
font-size: 11px;
color: #ccc;
font-weight: bold;
}

.navigation li a:hover {
color: #000;
background-color: #d5ad54;
}

.navigation li a.active {
color: #000;
text-decoration: none;
background-color: #d5ad54;
}

.navigation li a.active:hover {
text-decoration: none;
background-color: #d5ad54;
}



