/*Layout*/


#whitebar{
	margin-left: 7%;
	padding-right: 7%;
	}

#content{
	clear: both;
	width: 84.5%;
	background-color: #fff;
	padding-top: 2px;
}

#footer {
	padding-top: 5px;
	padding-bottom: 2px;
	background: #759b23; 
	width: 84.5%;
	margin: 0;
	color: #fff;
	font-weight: bolder;
	
	}
	
	
#footer a{
	color: #fff;
	font-weight: bolder;
	text-decoration: none;
	}
	
#content_popup{
left: 0;
margin-right: 50%;
padding-bottom: 5px;
}

#sidebar{
	position:absolute;
	right: 0;
	width: 30%;
	top: 40px;
}




/*Gallery*/
#gallery {
	padding-top: 10px;
	width: 90%;
	
	margin-bottom: 20px;
	}
#gallery .borders{
	border-right: solid 2px #2c72c6;
	border-left: solid 2px #2c72c6;
	}
#gallery td {
	padding: 3px;
	}
	
#gallery img{
	border: 1px solid #336633;
	}
#gallery a{
	color: black;
	font-size: 90%;
	font-weight: bold;
}

#gallery a:hover{
	color: #339933;
}

.ttl{
	font-weight: bold;
	color: #759B23;
	font-size: 90%;
}
/*text*/
body    { color: #000; font: small Verdana, Arial, Helvetica, sans-serif }
#gallery h1 { font-size: 130%;
	font-weight: bold;
	color: #759B23;
}
h2{
	font-size: 100%;
	font-weight: bold;
	color: #759B23;
}

.details{
	font-size: 85%;
	}
	
a.breadcrumb  { color:#759b23;; 
				font-size: 110%; 
				text-decoration: none;
				font-weight: bold; }
a:hover.breadcrumb {
				color:#759b23;; 
				font-size: 110%; 
				text-decoration: none;
				font-weight: bold;
				text-decoration: underline;
				}
a.smallbreadcrumb  { color:#759b23;; 
				font-size: 100%; 
				text-decoration: none;
				font-weight: bold; }
a:hover.smallbreadcrumb {
				color:#759b23;; 
				font-size: 100%; 
				text-decoration: none;
				font-weight: bold;
				text-decoration: underline; }
				
				


