	html {
		font-family: Arial, san-serif;
		font-size: 11px;
		margin: 0px;
		padding: 0px;
		color: white;
		background-color: #191816;
	}

	body {
		font-family: Arial, san-serif;
		font-size: 11px;
		margin: 0px;
		padding: 0px;
		color: white;
		background: url(images/home_background.gif) center repeat-y;
	}

	a:link, a:visited {
		text-decoration: underline;
		color: #CC9900;
	}

	.home_title {
		color: #CC9900;
		font-weight: bold;
	}

	a.footer_bold {
		text-decoration: none;
		color: #CC9900;
		font-weight: bold;
	}

	h2 {
		margin: 0px;
		margin-left: 15px;
		padding: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-family: Arial, sans-serif;
		font-size: 26px;
		color: #7d7a78;
	}
	h3 {
		margin: 0px;
		padding: 0px;
	}
	h5  {
		font: 18px "Times New Roman", Times, serif;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		color: #000000;
		clear: left;
	}
	h6  {
		font: 16px "Times New Roman", Times, serif;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		color: #000000;
		clear: left;
	}	
	button {
		text-transform: uppercase;
		color: #CC9900;
		font: 11px Arial, Helvetica, sans-serif;
		background: repeat-x 1px 0px url(images/buttons-bg.jpg);
		background-color: #212121;
		border-top: 1px solid #6B6B6B;
		border-left: 1px solid #4D4D4D;
		border-right: 1px solid #4D4D4D;
		border-bottom: 1px solid #3B3B3B;
		padding: 3px 8px 3px 8px;
		text-align: center;
	}

	.white {
		color: #ffffff;
		text-decoration: none;
	}

	#reservation2 {
		margin: 0px;
		padding: 0px;
		margin-left: 10px;
		margin-top:75px;
	}
	
	#tabs ul li a span {
		color: black;
	}

	#content {
		font-family: Arial, san-serif;
		
		text-align: left;
		background: #ffffff url(images/content_top.gif) top no-repeat;
		margin-top: 4px;
		color: #000000;
	}
	#content a {
		color: #CC9900;
	}
	#content #no_tabs {
		font-size: 13px;
		margin-left: 16px;
		padding-right: 20px;
	}

	#social_networking {
		width: 180px;
		float: left;
		text-align: center;
	}

	#bottom_navigation {
		float: left;
		text-align: left;
		margin-top: 50px;
		width: 596px;
		line-height: 22px;
	}