@charset "utf-8";
body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#container {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#center {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #F7E5B6;
}
a:active {
	text-decoration: none;
}
#header {
	width: 100%;
}
#logo {
	float: left;
	margin-bottom: 10px;
	position: absolute;
	left: 80px;
	top: 0px;
	padding: 5px;
	margin-top: 0px;
}
#logo_back {
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 184px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right:211px;
	right:50%;
	background-image: url(../images/logobanner.png);
	background-repeat: no-repeat;
}

#nav {
	position: absolute;
	left: 280px;
	top: 87px;
}

.navlink {
	float: left;
	padding-right: 25px;
	text-transform: uppercase;
	font-size: 1em;
}
#content {
	height: 500px;
	width: 100%;
	border: medium inset #FFFFFF;
	border-radius: 10px;
	overflow: auto;
	background-image: url(../images/Marching-Santas.png);
	background-repeat: no-repeat;
	background-position: 475px 10px;
	background-color: #000000;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	/*-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	box-shadow: 5px 5px 10px #000;*/
	top: 110px;
	position: absolute;
}
#content img {
	margin-top: 15px;
	margin-left: 22px;
	height: 125px;
	width: 125px;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	box-shadow: 5px 5px 10px #000;
	border: 0;
}

#footer {
	font-size: 12px;
	height: 20px;
	width: 100%;
	text-align: right;
	position: absolute;
	top: 625px;
}
