/* @override http://127.0.0.1:9003/stylesheets/layout.css */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
div.container {
	width: 720px;
	margin: 0px auto;
	background: #FFFFFF;
}
#header h1 {
	background: url(../images/logo.png) no-repeat left top;
	height: 27px;
	width: 330px;
	font-size: 21px;
	text-indent: -5000px;
	margin: 27px 0px 7px;
	padding: 0px;
}
#header ul {
	width: 720px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url(../images/navigation/bkgnd.png) no-repeat left top;
}
#header ul li {
	height: 40px;
	width: 100px;
	float: left;
}
#header ul li a {
	display: block;
	height: 40px;
	width: 100px;
	text-indent: -5000px;
	background-position: 0px -80px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#header ul li a:hover {
	background-position: 0px -40px;
}
#header #about_link a {
	background-image: url(../images/navigation/about.png);
}
#header #menus_link a {
	background-image: url(../images/navigation/menus.png);
}
#header #events_link a {
	background-image: url(../images/navigation/events.png);
}
#header #contact_link a {
	background-image: url(../images/navigation/contact.png);
}
body.about_page #header #about_link a {
	background-position: 0px 0px;
}
body.menus_page #header #menus_link a {
	background-position: 0px 0px;
}
body.events_page #header #events_link a {
	background-position: 0px 0px;
}
body.contact_page #header #contact_link a {
	background-position: 0px 0px;
}

#content {
	background: url(../images/bkgnd.png) repeat-x center top;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
#content div.container {
	background: url(../images/banners/01.jpg) no-repeat left top;
	padding: 155px 0px 0px;
}
#footer {
	color: #999999;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	height: 50px;
	clear: both;
}
#footer p {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 12px;
	width: 40%;
}
#footer a {
	color: #999999;
}
#footer #registration {
	text-align: right;
	width: 15%;
	float: right;
}

