@charset "UTF-8";
body  {
	font-family: "Courier New", Courier, monospace;
	background: #ebe356;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
.eoe_style #container { 
	width: 780px;
	background: #ebe356;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	margin: 0 auto;
	border: none;
	text-align: center;
} 
.eoe_style #header { 
	background: #ebe356;
	background-image: url(images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 290px;
	width: 760px; 
	padding: 0;
	margin: 0;
} 
.eoe_style #header img {
	border:none;
	border-spacing: 0px;
	padding: 0;
	margin: 0;
}
.eoe_style #header a {
	outline: none;
	border: none;
	text-decoration: none; 
}
.eoe_style #header a:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
}
.eoe_style #menu {
	width: 600px;
	height: 35px;
	padding-top: 40px;
	padding-left: 75px;
	margin: 0px;
	margin-bottom: 195px;
}
.eoe_style #music {
	width: 425px;
	height: 160px;
	float: right;
}
.eoe_style #social {
	width: 325px;
	height: 160px;
	background-image: url(images/social_background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-left: 85px;
	padding-top: 15px;
	margin: 0px;
}
.eoe_style #social_menu {
	width: 240px;
	height: 50px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 50px;
	margin-left: 15px;
}
.eoe_style #social_menu img {
	border:none;
	border-spacing: 0px;
	padding: 0;
	margin: 0;
}
.eoe_style #social_menu a {
	outline: none;
	border: none;
	text-decoration: none; 
}
.eoe_style #video {
	width: 760px;
	height: 350px;
	background-image: url(images/video_background.jpg);
	padding-top: 85px;
	background-repeat: no-repeat;
	background-position: center;
}
.eoe_style #latest {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	width: 760px;
	padding: 0;
	margin: 0;
	float: right;
}
.eoe_style #albums {
	width: 760px;
	padding: 0;
	margin: 0;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
.eoe_style #cause {
	width: 760px;
	padding-left: 15px;
	margin: 0;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
.eoe_style #content {
	width: 760px;
	padding: 0;
	margin: 0;
}
.eoe_style #footer {
	width: 750px;
	height: 75px;
	background-image: url(images/footer_background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 10px;
	font-size: 11px;
	color: #000;
}
.eoe_style #footer a {
	text-decoration: none;
	color: #000;
}
.eoe_style #footer a:link {
	color: #000;
}
.eoe_style #footer a:visited {
	color: #000;
}
.eoe_style #footer a:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
}
.eoe_style #footer a:active {
	color: #000;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}