@charset "utf-8";
/* CSS Document */

html {
	text-align:center;
	height:100%}

body {
	background-color:#B1B1B1;
	text-align:center;
	font-size:62.5%;
	font-family:"Trebuchet MS", Calibri, Tahoma, Verdana, Arial;
	color:#061a50;
	height:100%;
}
p {
	font-size:1.2em;
	
}

a:link {
	color:#0000ff;
	text-decoration:underline;}
	
	
a:visited, a:active {
	color:#34446f;
	text-decoration:underline;}
	
a:hover {
	color:#FF0000;
	text-decoration:none;
	}	

#wrapper {
	margin: 0 auto;
	text-align:left;
	width:800px;
	height:950px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	background-image:url(graphics/layout.jpg;
	background-repeat:no-repeat;
	background-image: url(graphics/layout.jpg);
	background-color:#FFFFFF;
}
#menu {
	position:absolute;
	left:190px;
	top:183px;
	font-size:1.3em;
	color:#1E2C5D;
	font-weight:bold;
	z-index: 1;
	width: 530px;
	text-align: center;
	
}
.caption {
	font-size: 0.8em;
}


a.menu:link, a.menu:active, a.menu:visited {
	color:#233F55;
	text-decoration:none;
}

a.menu:hover {
	color:#FFFFFF;
	background-color:#2074B4;
}
	
#footer {
	position:absolute;
	bottom:0px;
	right:0px;
	width: 800px;
	text-align: center;
	background-image: url(graphics/footer.jpg);
	height: 120px;
	color: #FFFFFF;
	font-size: 1.1em;
	background-color: #0563AD;
	background-repeat: no-repeat;
}
	
a.footer:link, a.footer:active, a.footer:visited {
	color:#FFFFFF;
	


}
#leftColumn {
	position: absolute;
	left: 34px;
	top: 285px;
	width: 220px;
	height: 190px;
	z-index: 7;
}
#radiobox {
}


#content {
	position: absolute;
	left: 116px;
	top: 253px;
	width: 572px;
	padding: 45px 25px 25px 50px;
	height: 538px;
	z-index: 5;
}

#contentHome {
	position: absolute;
	left: 272px;
	top: 281px;
	width: 454px;
	padding: 0px;
	height: 569px;
	z-index: 5;
	
	}
#contentGallery {
	position: absolute;
	left: 140px;
	top: 275px;
	width: 565px;
	height: 533px;
}
#headline {
	position: absolute;
	left: 117px;
	top: 245px;
	width: 610px;
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: 1px solid #061a50;
	z-index: 2;
	color: #FF0000;
}
#radiobox{border:2px solid #061A50; width:218px; background-color: #CCCCCC; padding:2px; font-size:1.2em; margin-bottom:15px}
#events{border:2px solid #061A50; width:218px; background-color: #CCCCCC; padding:2px; font-size:1.2em; margin-top:15px}
a.more:link, a.more:visited {
	color: #FF0000;
}
