@charset "utf-8";
body {
	background-image: url(../images/jarmarock2009_bg.jpg);
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
img{
	border: none;
}
h1{
	margin: 0;
}
h2{
	margin: 3ex 2ex 2ex 2ex;
}
p{
	padding: 0 1ex;
}
a{
	color: #CCC;
	text-decoration: none;
	font-size: 1.2em;
}
ul.simple-list{
	list-style: none;
}
a:hover{
	text-decoration: underline;
}
div#container{
	margin: auto;
	width: 800px;
	border: #fff 5px solid;

}
div#menu{
	margin-top: -1ex;
	position: absolute;
}
ul#main_menu{
	margin: 0 0 0 260px;
	list-style: none;
}
ul#main_menu li{
	display: inline;
}
ul#main_menu li a, .map_a{
	margin: 0 1ex;
	background: #000;
	padding: 0 2ex;
	line-height: 2ex;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
ul#main_menu li a:hover, map_a:hover{
	background: #fff;
	color: #000;
}
.map_a{
	margin: 1ex;
}
map_a:hover{
	text-decoration: underline;
}
div#content{
	text-align: left;
}
div#footer{
	background: #000;
	line-height: 5ex;
	font-size: .6em;
	color: #333;
}
div#partners{
	background: #FFF;
	color:#333;
}
div#content img{
	margin: 1ex;
	float: left;
}
div.map, div.map_link{
	width: 100%;
	text-align: center;
	margin: 1ex;
}
p.center{
	text-align: center;
}
td{
	vertical-align: bottom;
	font-size: .8em;
	text-align: left;
}
td.MSWIA{
	padding-right: 20px;
}