/* CSS layout */

body {
	background-color: #000000;
	cursor:default;
	background-image: url('images/banner_filler.jpg');
	background-repeat: repeat-x;
	margin:0;
}

#header {
}

#links {
	padding:105px 0 0 0;
}

#page_content {
	text-align:center;
	padding: 45px 0 20px 0;
	color:white;
	font-size:14pt;
}

#footer {
	text-align:center;
}

.menu_first{
	font-size:16pt;
	color:white;
	border:1px solid white;
	font-family: "Univers 45 Light", "Arial", "san-serif";
	cursor:default;
	text-align:center;
}

.menu{
	font-size:16pt;
	color:white;
	border-top:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	font-family: "Univers 45 Light", "Arial", "san-serif";
	cursor:default;
	text-align:center;
}

a {
	font-size:10pt;
	color:white;
	text-decoration:none;
	font-family: "Univers 45 Light", "Arial", "san-serif";
}

a:hover {
	font-size:10pt;
	color:red;
	text-decoration:none;
	font-weight:bold;
	font-family: "Univers 45 Light", "Arial", "san-serif";
}

.ad {
	position: absolute;
	right: 10;
	top: 20;
}

.banner {
	position: absolute;
	left: 0;
	top: 0;
}

table{
	color:white;
	font-family: "Univers 45 Light", "Arial", "san-serif";
}
