body {
	font: normal 11px/normal Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #edc876 url('/assets/site/images/background.jpg') no-repeat center top;
	color: black;
}

/************************************
 * Basic elements
 *
 ************************************/

p {
	margin: 0;
	padding: 0;
}

#content p {
	margin: 0;
}

#content #frontpage-right p {
	margin: 0 0 0.6em 0;
}

#content #frontpage-images {
	margin: 0 0 8px -8px;
}

#content #frontpage-images p {
	margin: 0;
	padding: 0;
}

#content td {
	vertical-align: top;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #633303;
}

a:hover, a:active {
	text-decoration: underline;
	color: black;
}	

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: white;
}

#content #frontpage-right a:link, 
#content #frontpage-right a:visited {
	text-decoration: none;
}

#content #frontpage-right a:hover, 
#content #frontpage-right a:active {
	text-decoration: underline;
}



h1, h2, h3 {
	margin: 0;
	padding: 12px 0 0 0;
	text-align: left;
}

h1 {
	background: white url('/assets/site/images/heading-background.gif') no-repeat left top;
	padding: 24px 0 0 60px;
	margin-left: -32px;
	margin-bottom: 12px;
}

h1 img {
	padding-bottom: 20px;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	color: black;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	color: #936603;
}

ul {
	margin-left: 12px;
	padding: 0;
}

li {
	margin-left: 4px;
	padding: 0;	
}

sub {
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
    font-size: smaller;
}
   
sup {
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
    font-size: smaller;
}


/************************************
 * Layout
 *
 ************************************/


#wrapper {
	width: 802px;
	border-top: none;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

#header {
	background: white url('/assets/site/images/header-background.gif') no-repeat left top;
	margin: 0 auto;
	padding: 0 0 12px 0;
	clear: both;
	position: relative;
	height: 104px;
	border-left: 3px solid white;
	border-right: 3px solid white;
}

#logo {
	width: 89px;
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0;
	height: 79px;
}

#logo img {
	margin-left: 12px;
	margin-top: 4px;	
}

#language {
	position: absolute;
	right: 72px;
	top: 30px;
}

#navigation {
	margin: 0px auto;
	padding: 0;
	clear: both;
}

#content {
	padding: 0 0 0 32px;
	background-color: white;
	margin: 0;
	position: relative;
	clear: both;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	border-left: 3px solid white;
	border-right: 3px solid white;
	padding-bottom: 1.2em;
}

#content #frontpage-left {
	background-color: white;
	float: left;
	min-height: 190px;
	height: auto !important;
	height: 190px;
	width: 572px;
	margin-top: 12px;
}

#frontpage-left img {
	margin: 0px 12px 12px 12px;
}

#frontpage-left p {
	margin-left: 0px;
	margin-right: 0px;
}



#content #frontpage-right {
	width: 155px;
	float: left;
	background-color: #fbf3d7;
	margin: 0;
	min-height: 190px;
	height: auto !important;
	height: 190px;
	margin-left: 12px;
	margin-top: 12px;
}

#footer {
	background: #936603 url('/assets/site/images/footer-background.gif') no-repeat center top;
	margin: 0;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	clear: both;
	color: white;
	border: 3px solid white;
	border-top: none;
	margin-bottom: 2em;
	
}

#footer p {
	padding-top: 37px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 8px;
}

#quickeditLinks {
	padding-bottom: 1.6em;
}


/************************************ 
 * Forms
 *
 ************************************/

label {
	display: block;
	margin-bottom: 2px;
}

input {
	margin-bottom: 8px;
	font-size: 95%;
	border-top: 1px solid #909090;
	border-right: 1px solid #909090;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}



/************************************ 
 * News
 *
 ************************************/

div.ShortEventEntry {
	margin: 0 12px 12px 12px;
}

div.EventEntry {
	margin-left: 40px;
	margin-right: 40px;
	padding: 1em 0 2em 0;
	border-bottom: 1px solid #ccc;
	
}

#content div.EventEntry p {
	margin: 0;	
}

/************************************ 
 * Fixes and special cases
 *
 ************************************/


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.hidden {
	display: none;
}
 
.hidden {
	display: none;
} 

#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;	
}
.clear {
	background-color: white;
	clear: both;
	position: relative;
}
	