/* @override http://www.xlr8rs.be/assets/templates/30years/30years.css */
body {
	margin: 0px;
	background-image: none;
	background-color: #e60d82;
	margin: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 112%;
	color: #5F5F5F;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: auto;
	border: thick solid transparent;
	margin-bottom: auto;
}

h1 {
	font-size: 200%; 
	font-weight: bold; 
	text-transform: uppercase; 
	color: #5D8CC9;
	text-decoration: none; }

h2 {
	font-size: 133%; 
	color: #5D8CC9; 
	font-weight: bold;
}

h3 {font-size: 120%; 
}

.content {
	background: white;
	margin: 0px;
    padding: 10px;
}
.menu {
	color: #CCCCCC;
	height: 2em;
	padding: 1em;
	background: #5D8CC9;
	font: bold 110% ;
}

.menu ul {
	display: inline;
	list-style-type: none;
	position: absolute;
}

.menu ul li {
	float: left;
	margin-right: 2em;
}

a {
	color: #e60d82;
	font-weight: bold;
}

a:visited {
	color: #e60d82;
	font-weight: bold;
}

.menu a {
	color: white;
	font-weight: bold;
}

#footer {
	color: #5D8CC9;
        height: 50px;
	background: none;

}

#footer .menu {
	background: #5D8CC9;
}
