/*********************************************************************************************************
GENERAL STYLE
**********************************************************************************************************/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, form, label, table, caption, tbody, 
tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: tahoma;
	background-color: transparent;
}

html {
	background-color:#fff;
	background-image:url('/gfx/bg.jpg');
	background-repeat:repeat-x;
	color:#858585;
	font-size:0.70em;
	line-height:150%;
    overflow-x: hidden;
	overflow-y: scroll;

}

a {
	color:#4d9c3b;
	text-decoration:none;
}
a:hover {
	color:#4d9c3b;
	text-decoration:underline;
}

.clear {
	clear:both;	
}

#front_map {
	background-image:url('/gfx/map_small.jpg');	
	background-repeat:no-repeat;
	background-position:right top;
	min-height:89px;
}

#container {
	width:1000px;
	margin:0 auto;	
}

#logo {
	width:330px;
	float:left;
}

#nav {
	width:670px;
	float:left;
}

#top {
	width:1000px;
	margin:30px auto;
	overflow:auto;
}

#topgraphic {
	width:100%;
	height:211px;
	background-color:#000;
	clear:both;
}

#topgraphic #inside {
	width:1000px;
	margin:0 auto;
	height:211px;
}

#left {
	width:250px;
	float:left;
	padding:20px;
}

#left ul {
	margin:0;
	padding:0;
}

#left ul li {
	list-style:none;
	background-image:url('/gfx/li_arrow.jpg');
	background-position:3px 6px;
	background-repeat:no-repeat;
	padding:0px 18px;
}

#left ul li a {
	color:#858585;	
}

#left .shadow {
	background-image:url('/gfx/left_shadow.jpg');
	width:281px;
	height:25px;
}

#content {
	width:650px;
	min-height:500px;
	padding:20px 0 0 50px;
	float:left;
	background-image:url('/gfx/side_shadow.jpg');
	background-position: top left;
	background-repeat:no-repeat;
}

#content .shadow {
	background-image:url('/gfx/content_shadow.jpg');
	width:747px;
	height:25px;
}

#footer {
	width:1000px;
	margin:0 auto;
	background-image:url('/gfx/footer.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	padding:20px 0;
	clear:both;
	overflow:auto;
}

#footer .light {
	color:#bdbcbc;	
}

#footer a {
	color:#bdbcbc;	
}

#footer #footer_left {
	float:left;
	padding:15px 0;
}

#footer #footer_right {
	float:right;
	text-align:right;
}


/*********************************************************************************************************
GALLERY
**********************************************************************************************************/ 

#galleries {
	clear:both;
}

	#galleries .gallery {
		clear:both;	
		margin:10px 0;
	}
	
		#galleries .gallery .img {
			float:left;
			width:60px;
		}
		
		#galleries .gallery .data {
			width:190px;
		}
		
		#galleries .gallery .data small {
			color:#bdbcbc;		
		}

#photos {
	clear:both;	
}

#photos .photo {
	width:150px;
	height:150px;
	float:left;
}
