body,html { 
	background: black; 
	margin: 0;
	padding: 0;
	/*font-family: Comic Sans, Comic Sans, Comic Sans MS, sans-serif;*/
	font-family: sans-serif;
	color: silver;
}

img { border: 0px; }

div#header {
	background: url(/images/bg_header.1.4.jpg);
	height: 175px;
	margin: 0;
	padding: 0;
	border-top: 8px solid black;
	border-bottom: 8px solid #2a2a2f;
	border-left: 0px;
	border-right: 0px;
}

div#logo, div#top_menu, div#main, div#breadcrumbs, div#footer {
	width: 800px;
	margin-left: auto; 
	margin-right: auto;
	clear: both;
}

div#content {
	padding-right: 6px;
}

div#content h1 {
	text-decoration: underline;
	font-size: x-large;
 	color: #3f6d15;
 	/*color: #33600b;*/
}

div#content a:link {
	color: #83b949;
}

div#news {
	margin-right: 6px;
}

/* news heading */
div#news h3 {	
	color: #15406e; 
	margin-bottom: 0px;
	/* border-bottom: 1px solid #34402c; */
	border-bottom: 1px solid #15406e;
}

/* headline */
div#news h4 {
	margin-top: 0px;
	color: #34402c;
}

div#news span#date {
	float: right;
	font-size: smaller;
	color: #6e1540
}

div#top_menu ul {
	float: right;
	list-style: none;
	display: inline;
	margin-top: 8px;
	padding: 0px;
}

div#top_menu li {
	float: left;
	/*margin-left: 5px;*/
}

div#breadcrumbs {
	border-top: 1px solid #303f2c;
	border-bottom: 1px solid #303f2c;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #9695c1;
	padding-top: 4px;
	padding-bottom: 4px;
}

#breadcrumbs ul, #breadcrumbs li {
	list-style: none;   
	display: inline;
	padding: 0px;
	margin-left: 0px;
}


/*
div#breadcrumbs li:before { 
	margin-left: 10px;
	margin-right: 10px;
	content: "::"; 
}

div#breadcrumbs li:first-child:before { 
	margin-left: 0px;
	content: ""; 
}*/

div#footer {
	border-top: 1px solid #303f2c;
	margin-top: 26px;
	text-align: right;
}

div#slideshow {
        float: right;
		padding: 40px 27px 13px 27px;
		background-image: url(/images/bg_slideshow.jpg);
		background-repeat: no-repeat;
		margin-left: 10px;
}

#myGallerySet {
	width: 300px !important;
	height: 340px !important;
}

.galleryElement {visibility:hidden;}

fieldset {
	border: 1px solid #303f2c;
	padding: 6px;
}

fieldset legend {
	color: #15406e; 
}


#tags ul, #tags li {
	list-style: none;   
	display: inline;
	padding: 0px;
}

#tags li:before { 
	margin-left: 12px;
	margin-right: 0px;
	content: ""; 
}

#tags li:first-child:before { 
	margin-left: 0px;
	content: ""; 
}

p#medImage {
 	color: #3f6d15;
	float: right;
	text-align: center;
	font-size: smaller;
}

#medImage img {
	display: block;
	/*margin: auto;*/
	margin-left: 12px;
}

#viewtag {
	clear: both;
}

span#thumbImage {
	float: left;
	/*text-align: center;*/
	font-size: smaller;
	margin: 0px 10px 20px 0px;
}

#thumbImage img {
	float: left;
	display: block;
	margin: auto;
}

hr#viewtag {
	clear: both;
	color: #000033;
	background-color: #000033;
	height: 1px;
	filter:alpha(opacity=21);
	-moz-opacity:0.21;
	-khtml-opacity: 0.21;
	opacity: 0.21;
}

span#larger {
	font-size: smaller;
}

a#larger:link {
	color: #15406e; 
}
a#larger:visited {
	color: #15406e; 
}

a#larger:hover {
	color: silver;
	background: #15406e; 
}

