* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 12px;
	padding: 0px 0px 20px 0px;
	background: #000000 url(../img/page_bg.png) no-repeat top center;
}

img.pngfix { behavior: url(/css/iepngfix.htc); }

a {
	outline: 0px;
}

a img {
	border: 0px;
}

#header {
	height: 490px;
}

	.home {
		background: url(../img/home_img.png) no-repeat;
		background-position: 50% 100px;
	}

	.guestlist {
		background: url(../img/guestlist_img.png) no-repeat;
		background-position: 50% 100px;
	}

	.membership {
		background: url(../img/membership_img.png) no-repeat;
		background-position: 50% 100px;
	}

	.venue {
		background: url(../img/venue_img.png) no-repeat;
		background-position: 50% 100px;
	}

	.contact {
		background: url(../img/contact_img.png) no-repeat;
		background-position: 50% 100px;
	}

	.findus {
		background: url(../img/findus_img.png) no-repeat;
		background-position: 50% 100px;
	}
	
	#header #reserve {
		margin: 193px 0 0 93px;
	}
	
	#header #reserve p {
		color: #fff;
		line-height: 1.5em;
	}
	
	#header #reserve a {
		outline: 0px;
	}
	
	#header #reserve a img {
		border: 0px;
		margin-top: 25px;
	}
	
	#logo {
		padding: 20px 0px 0px 0px;
	}
	
	#menuleft {
		background: url(../img/menu_left.png) no-repeat;
		height: 54px;
		width: 23px;
		float: left;
	}
	
	#menuright {
		background: url(../img/menu_right.png) no-repeat;
		height: 54px;
		width: 16px;
		float: left;
	}
	
	#menu {
		background: transparent url(../img/menu_bg.png) repeat-x;
		height: 54px;
		float: left;
	}
	
		#menu li {
			display: block;
			float: left;
			margin: 0px;
			padding: 18px 21px 10px 21px;
			background: url(../img/menuitem_bg.png) no-repeat top right;
			height: 26px;
		}
		
		#menu li.last {
			background: transparent;
			background-image: none;
		}
		
		#menu li a {
			color: #6e6e6e;
			font-size: 14px;
			text-transform: uppercase;
			text-decoration: none;
		}
		
		#menu li a.active {
			color: #ffffff;
		}

#content {
	padding: 20px 0px;
	color: #ffffff;
	min-height: 220px;
}

	#content h3 {
		text-transform: uppercase;
		font-weight: normal;
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	#content p {
		line-height: 1.5em;
		margin-bottom: 15px;
		color: #999999;
	}
	
	#content a {
		color: #3366cc;
		text-decoration: none;
	}
	
	#content div.left {
		padding-right: 2px;
		border-right: 1px solid #2a2829;
		width: 33%;
		height: 200px;
	}
	
	#content div.left.second {
		border: 0px;
	}
	
	#content div.left.second p, #content div.left.second h3 {
		margin-left: 20px;
	}
	
	#content div.left a.right {
		margin-right: 20px;
	}
	
	div.news_image {
		border: 1px solid #2a2829;
		background-color: #999999;
		margin-left: 20px;
		padding: 10px;
		line-height: 100%;
	}
	
		div.news_image img {
			max-width: 280px;
		}
	
	img.welcome {
		margin-left: 20px;
		margin-bottom: 10px;
	}
	
	img.map {
		padding: 10px;
		border: 1px solid #666666;
		margin-left: 20px;
	}
		
	#content div.left p {
		padding-right: 15px;
	}
		
	#content label {
		display: block;
		width: 120px;
		height: 27px;
		float: left;
		clear: left;
		margin-left: 20px;
		padding-top: 3px;
		color: #999999;
	}
	
	#content input, #content select {
		float: left;
		color: #fff;
		background-color: #000;
		border: 1px solid #999999;
		padding: 2px;
		width: 169px;
	}
	
	#content select {
		margin-right: 5px;
		width: 55px;
		outline: 0px;
	}
	
	#content input.submit {
		background-color: #000000;
		color: #4862e0;
		border: 0px;
		outline: 0px;
		float: right;
		width: auto;
		margin: 5px 34px 0px 0px;
	}
		
	#content .thumb {
		margin: 0px 0px 20px 20px;
		background-color: #011c1c;
		width: 73px;
		height: 74px !important;
		border: 0px !important;
	}
	
	#content .thumb.left {
		width: 73px;
		height: 74px;
		padding: 0px;
		border: 0px;
	}
	
		#content .thumb img {
			border: 1px solid #a4a4a4;
			margin-left: 10px;
			margin-top: 10px;
		}

		
	p.news_title {
		font-weight: bold;
		color: #fff;
		margin-bottom: 5px !important;
	}
	
	p.news_date {
		color: #333333 !important;
		margin-bottom: 5px !important;
	}
	
	p.big {
		font-size: 14px;
	}
	
	p.success {
		color: green !important;
		font-weight: bold !important;
	}
	
	p img {
		margin-bottom: -3px;
	}
	
	#content div.tweet {
		background-color: #0b2626;
		font-size: 14px;
		margin-left: 20px;
		padding: 12px;
		width: 248px;
		font-style: italic;
		margin-bottom: 10px;
	}
	
		#content div.tweet_corner {
			width: 29px;
			height: 29px;
			background: url(../img/tweet.png) no-repeat;
			float: right;
			margin-top: 12px;
			margin-right: -12px;
		}
	
		#content div.tweet p {
			margin: 0px !important;
			padding: 0px !important;
			color: #ffffff !important;
		}
		
		#content div.news_item {
			margin-bottom: 20px;
			clear: left;
		}
		
		#content div.news_item div.image {
			width: 60px;
			background-color: #151b45;
			overflow: hidden;
			float: left;
			margin-right: 10px;
			text-align: center;
			padding: 10px;
			line-height: 100%;
			min-height: 60px;
		}
		
			#content div.news_item div.image img {
				max-width: 60px;
			}
		
		#content div.news_item p.title {
			color: #ffffff;
			margin-bottom: 5px;
		}
			
			#content div.news_item p.title a {
				color: #ffffff;
			}
		
		#content div.news_item p.text {
			float: left;
			width: 192px;
		}
	
#footer {
	background: url(../img/footer_bg.png) no-repeat top center;
	height: 40px;
	color: #333333;
	padding-top: 10px;
}

	#footer a {
		color: #333333;
		text-decoration: none;
	}

.contain {
	margin: 0 auto;
	width: 904px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
