body {
	background: #ccc;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
h1 {
	color: #082905;
	font-family: "Times New Roman", serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}
.clear {
	clear: both;
}
p {
	margin-bottom: 1em;
}
a, a:visited {
	color: #082905;
}
a:hover {
	text-decoration: none;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	border-left: 1px solid #030;
	border-right: 1px solid #030;
}

#head {
	background: #000;
	text-align: center;
}
#head img {
	padding: 10px 0;
}

#nav {
	padding: 1px 0 1px 3px;
	background: #0c3c08;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
	width: 158px;
	background: #030 url('../img/nav_bg.png') repeat-x;
	margin-right: 1px;
	font-family: Georgia, serif;
	font-size: 15px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 53px;
	font-variant: small-caps;
}
#nav ul li a:hover {
	background-image: url('../img/nav_bg_on.png');
}

#nav ul li a.wider {
	width: 237px;
}

#middle {
	height: 78px;
	border-bottom: 1px solid #ccc;
	background: #ccc url('../img/middle_bg.png') repeat-x;
	font-size: 13px;
	line-height: 18px;
}
#middle h1 {
	font-size: 14px;
	line-height: 18px;
}
#middle .icon {
	float: left;
	background-repeat: no-repeat;
	height: 68px;
	margin: 0 0 0 13px;
	padding-top: 10px;
	font-family: Arial, sans-serif;
}
#middle a {
	color: #000;
	text-decoration: none;
}
#middle a:hover h1 {
	text-decoration: underline;
}
#middle .hospitality {
	background-image: url('../img/icon_hospitality.png');
	background-position: 1px 10px;
	padding-left: 88px;
	width: 170px;
}
#middle .advertising {
	background-image: url('../img/icon_advertising.png');
	background-position: 0 14px;
	padding-left: 51px;
	width: 125px;
}
#middle .community {
	background-image: url('../img/icon_community.png');
	background-position: 0 14px;
	padding-left: 85px;
	width: 150px;
}
#middle .tickets {
	background-image: url('../img/icon_tickets.png');
	background-position: 0 14px;
	padding-left: 98px;
	width: 125px;
}


#foot {
	background: #fff url('../img/foot_bg.png') repeat-x;
	height: 70px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	color: #fff;
}
#foot a {
	margin: 0 14px;
	color: #fff;
	text-decoration: none;
}
#foot a:hover {
	text-decoration: underline;
}
#foot .copyright {
	color: #999;
}

.submenu {
	font-family: Arial, sans-serif;
	background: #738073;
	width: 200px;
	font-size: 13px;
	padding: 1px;
	display: none;
	position: absolute;
	z-index: 9999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.submenu li a {
	display: block;
	padding: 6px;
	color: #585858;
	text-decoration: none;
	margin-bottom: 1px;
	background: #f5f5f5;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.submenu li.last a {
	margin-bottom: 0;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.submenu li.first a {
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}
.submenu li a:hover {
	border-color: #eee;
	background: #ddd;
	color: #082905;
}

td {
	font-family: Arial, sans-serif;
	font-size:12px;
}

