/*Standard Elements*/

* {
	margin:0;
	padding:0;
}

html {
	background:#fff;
	color:#000;
	font: .8em/1.5em Verdana,Arial,Helvetica,sans-serif;
}

body {
	padding:1em;
}

a:link, a:visited, a:active {
	color:#8B0003;
	text-decoration:none;
}

h1, h2, h3 {
	margin-top:1em;
	line-height:150%;
}

h1 {
	color:#000;				
	font-size:2.5em;
	font-weight:normal;
	margin-bottom:0;
	margin-top:.5em;
}

h2 {
	color:#000;
	font-size:1.5em;
	margin-top:0;
	margin-bottom:1em;
	font-weight:normal;
}

h3 {
	color:#000;
	font-size:1.5em;
	margin-top:1.25em;
	margin-bottom:.5em;
	font-weight:normal;
}

h3 a {
	color:#8B0003 !important;
}

hr {
	border:none;
	height:1px;
	color:#C10300;
}

p {
	margin-top:0.25em;
	margin-bottom:1em;
}

ul {
	margin-left:1.75em;
	margin-bottom:1em;
	list-style-type:square;
}

p + ul {
	margin-top:-.5em;
}

fieldset {
	margin:0 0 .25em;
	padding:1em .7em;
}

textarea {
	width:97%;
	height:20em;
}

/*TinyMCE*/

.mceLayout {
	width:100% !important;
}

#txt_ifr {
	width:100% !important;	
	height:30em !important;
}

/*Divs*/

#content {
	width:72em;
	margin:auto;
}

#navigation, #search, #foot, #crumbs, #myGallery {
	display:none !important;
}

#foot_print {
	clear:both;
	border-top:1px solid #ccc;
	margin-top:1em;
	padding:2px 0 0;
}

/*Specific Settings*/

.mainPicture {
	text-align:center;
	float:right;
	margin-left:1em;
	margin-bottom:.5em;
}

.picture {
	text-align:center;
	clear:both;
	float:left;
	margin-right:1em;
	margin-bottom:.5em;
	margin-top:1em;
}

.mainPicture img, .mainPicture #map, .picture img  {
	border:1px solid #ddd;
	padding:10px;
}

.mainPicture .legend, .picture .legend {
	font-size:smaller;
}

.picturelist .picture {
	clear:none;
} 
