@charset "utf-8";
/* CSS Document */
@font-face { font-family : 'eurofurence';
src: url('font/eurof55.ttf') format('truetype');}

body {
background-color:#000000;
margin:0;
padding:0;
text-align:center;
font-family: "eurofurence", Arial, Helvetica, sans-serif;
}
#container {
margin:0px auto;
text-align:left;
width:910px;
height:600px;
margin-top:5px;
}
#table {
width:910px;
height:600px;
}
.imageleft {
	float: left;
	padding: 3px;
	margin-right: 20px;
	clear:both;
}
#footer {	
	margin: 0px auto;
	position: relative;
	width: 910px;
	padding: 5px 0;
	clear: both;
}
#footer h2 {
	maring: 0;
	text-align: center;
	color: #fff;
		font-size:12px;
	font-weight:normal;
}

#footer h2 a:visited, #footer h2 a:link {
	color: #ffffff;
	text-decoration: none;
}

#footer h2 a:hover {
	color: #a39261;
	text-decoration: none;
}
p {
font-size:16px;
color:#c9c9c9;
padding-left:50px;
padding-right:45px;
padding-bottom:2px;
text-align:justify;
}
a {
	color: #ffffff;
	text-decoration: none;
}	
a:hover {
	color: #a39261;
	text-decoration: none;
}
.bold {
font-weight:bold;
}
