/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/background_body.jpg);
	background-repeat: repeat-x;
}

#width {
	padding-bottom: 30px;
	background-image: url(images/background_main.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#main {
	width: 770px;
	margin: 0 auto;
	clear: both;
}

#content {
	width: 416px;
	float: left;
}

#lizard {
	width: 260px;
	float: left;
	padding-top: 355px;
	background-image: url(images/background_lizard.jpg);
	background-repeat: no-repeat;
}

#sportslogos {
	width: 94px;
	float: left;
}

#sportslogos .logo {
	padding-bottom: 10px;
}

#sportslogos .logo img {
	border: 0;
}

#nav {
	text-align: center;
	padding: 10px 0px;
}

#nav a {
	color: #F05A25;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 20px;
}

#nav a:hover {
	color: #009242;
}

#footer {
	font-size: 11px;
	text-align: center;
	padding: 20px 40px 20px 0px;
	clear: both;
}

.title {
	padding-top: 10px;
}

.event {
	padding: 10px 0px;
}

.event .headline {
	font-size: 18px;
	color: #F05A25;
}

.event .details {
	color: #009242;
}

.menu {
	font-size: 12px;
	color: #009242;
	margin-bottom: 15px;
}

.menu td {
	border-bottom: 1px dashed #CCC;
}

.menu .details {
	font-size: 10px;
	color: black;
}

.menu .price {
	color: #F05A25;
}


/**** GENERAL CSS CLASSES ****/

.center {
	text-align: center;
}

.size18 {
	font-size: 18px;
}

.spacing {
	letter-spacing: 2px;
}

/***** CONTACT US CSS *****/	
	
#contact {
	width: 358px;
	font-size: 14px;
	margin-bottom: 15px;
	border: 1px solid #666;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#contact .element {
	width: 350px;
	font-size: 12px;
	color: #003300;
	}

#contact form {
	margin: 0;
	padding: 0;
	}

#contact label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	}

#contact fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

#contact .codekey img {
	border: 1px solid black;
}