﻿html { background: #fff url(../image/html_bg.png) top center repeat-y; }

body { background: url(../image/body_bg.png) top center no-repeat; }

#main { 
	position: relative;
	width: 950px;
}

#mainDropShadow { padding:0; }

#header {
	position: relative;
	height: 120px;
	text-align: center;
}
#header h1#logo {
	position: relative;
	width: 270px;
	margin: 0 auto 0 auto;
	text-indent: -9999px;
	z-index: 8;
}
#header h1#logo a {
	display: block;
	height: 132px;
	background: url(../image/logo.png) no-repeat;
	z-index: 1000;
}

#visit_btn {
	position: absolute;
	top: 0;
	right: 80px;
}

#facebook_btn {
	position: absolute;
	bottom: 0;
	right: 80px;
}

#menu {
	background: #ecebea url(../image/nav_bg.png) repeat-x;
}
#nav li a:link, #nav li a:visited, #nav li a:hover {
	padding: 16px 40px 17px;
	border-right: 1px solid #fafafa;
	border-left: 1px solid #e5e4e3;
	color: #5e5e5e;
	text-decoration: none;
}
#nav li a:hover {
	background: #aaa;
	color: #eee;
}
#nav li.first a:link, #nav li.first a:visited, #nav li.first a:hover {
	border-left: none;
}
#nav li.last a:link, #nav li.last a:visited, #nav li.last a:hover {
	border-right: none;
}

#mainImage p { margin: 0; }

#moduleContainer { background: #fff; }

#mainContent { min-height: 400px; }

#footer {
	width: 100%;
	height: 54px;
    background: url(../image/footer_bg.png)  top left repeat-x;
    color: #5e5e5e;
    text-align: center;
}

    #footer .padding {
        padding: 18px;
        min-height: 0; 
    }
    #footer a {
		color: #5e5e5e;
    }
 
 #next_event {
	width: 476px;
	height: 18px;
	margin: 6px auto -4px;
	padding-top: 12px;
	background: url(../image/next_event_bg.png) top left no-repeat;
	color: #5e5e5e;
	text-align: center;
 }
    
.homepage_score {
	float: left;
	text-align: center;
	margin: 0 10px 40px 0;
}
.homepage_score h4 {
	color: #fff;
	font-size: 1.25em;
	text-transform: uppercase;
}
.homepage_score h5 {
	color: #fff;
	font-size: 7em;
	text-transform: uppercase;
	line-height: .8em;
}

#mainContent {
	background: #fff;

}

#commentText {
	width: 198px;
	height: 100px;
}