
* {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
}

.clear {
	clear: both;
}


.right {
	float: right;
}

.left {
	float: left;
}

.center {
	margin: 0 auto;
}

body {
	background: #272526;
	font-family: "Trebuchet MS", Geneva, sans-serif;
}

#container {
	margin: 0 auto;
	width: 960px;
	background: url(images/container-1.jpg) top center repeat-y;
}

#header {
	width: 960px;
	height: 315px;
	background: url(images/header-1.jpg) top center no-repeat;
}

#music-player {
	float: left;
	margin: 60px 0 0 40px;
	width: 17px;
	height: 17px;
}

#header-animation {
	float: left;
	margin: 80px 0 0 338px;
}

#menuAdmin {
	font-family: "frutiger linotype", "lucida grande", "helvetia", "arial", sans-serif;
}

#menuSite {
	float: right;
	margin: 73px 70px 0 0;
	height: 205px;
	width: 320px;
	font-weight: bold;
	/*border: 1px solid #fff;*/
	/*overflow: visible;*/
}

#content {
	margin: 0 auto;
	padding: 0;
	width: 850px;
	min-height: 250px;
}


#footer {
	clear: both;
	margin: 0;
	padding: 5px;
	width: 950px;
	height: 140px;
	background: url(images/footer-1.jpg) bottom center no-repeat;
}

#footer p {
	color: #000;
	margin: 25px auto 0 auto;
	text-align: center;
}

#footer p a, #footer p a:visited {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dashed #555;
}

#footer p a:hover, #footer p a:active, #footer p a:focus {
	color: #000;
	border-bottom: 1px dashed #000;
	text-decoration: none;
}

#credits, #admin-low {
	clear: both;
	margin: 0 auto;
	padding: 6px 10px;
	width: 940px;
	text-align: center;
}

#credits a, #admin-low a, #admin-low div {
	margin: 0;
	padding: .50em;
	font-size: .70em;
	text-decoration: none;
	border: 0;
}

#admin-low .left, #admin-low .right {
	margin-right: 15px;
	padding: 3px 5px;
	color: #000;
	background: #666666;
}

#admin-low span {
	font-weight: bold;
}
