@charset "UTF-8";
body {
	background-image: url(../images/bkgrd_fade.png);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #fff8f8;
}
a:link {
	color: #FBF5F5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #969696;
}
a:hover {
	text-decoration: none;
	color: #b0b0b0;
}
a:active {
	text-decoration: none;
}
.address_medium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #fff8f8;
}
.title_XL {
	font-size: x-large;
}
.title_XXL {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: normal;
	color: #fff8f8;
}
.title_red_XXL {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #da211f;
	font-style: normal;
}
a img {
	border: none;
}
#header {
	position:relative;
	width:960px;
	height:145px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}
#navbar {
	position:absolute;
	width:640px;
	height:18px;
	z-index:4;
	top: 15px;
	left: 155px;
}
#name {
	position:absolute;
	width:400px;
	height:50px;
	z-index:5;
	left: 280px;
	top: 60px;
}
#wrapper {
	position:relative;
	width:960px;
	height:575px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}

