@charset "utf-8";

body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #000000;

	background-image: url(../images/bg_mast.png);

	background-repeat: repeat-x;

	padding:0px;

	margin:0px;

}

#hdr_bg {

	background-image: url(../images/bg_mast.png);

	background-repeat: repeat-x;

	height:102px;

}

#wrapper {

	width:950px;

	background-image:url(../images/bg_content.png);

	background-repeat:repeat;

}

#logo {

	float:left;

	position:relative;

	top: -102px;

	margin-bottom:-164px;

	

}

	#icon_nav {

		float: right;

		position:relative;

		top: -102px;

		margin-bottom:-164px;

		padding-top:10px;

		padding-right: 20px;
		
	
	}

	#main_nav {

		float:right	;

		position:relative;

		top:-62px;

		margin-bottom:-164px;

		width:710px;

		height:50px;

		/* background-color:#CCCCCC; */

		text-align: justify;

	}

	

		/*#menu {

			float:left;

			display:block;

			margin: 0px 30px 0px 0px;

			padding-top:15px;

			height:50px;

			border-top: 3px solid #FE7E01;

		} */

		#menu a {

			color: #FFFFFF;

			font-family:Verdana, Arial, Helvetica, sans-serif;

			font-size:14px;	

			padding-top: 30px;

			text-decoration:none;

			float:left;

			display:block;

			margin: 0px 15px 0px 0px;

			padding-top:15px;

			height:50px;

			border-top: 5px solid #FE7E01; /* ORANGE */

		}	

		#menu a:hover {

			border-top: 5px solid #FFFFFF;

			color:#FE7E01;

		}



#content_container {

	

	margin-left:3px;

	clear:both;

}

	#left_column {

		width:210px;

		float:left;

		margin-top:70px;

		text-align:justify;

	}

	#center_column {

		width: 410px;

		margin: 0px 20px 20px 20px;

		float: left;

		text-align:justify;

	}

	#right_column {

		background-color: #94A8E5; /* Light Blue */

		width:280px;

		float:right;

		margin-top:-7px;

		

	}

	

		#reservation {

			height:1px;
			
			background-color:#FFF

			width:280px;

			padding-top: 14px;
		

		}

		





#footer {

	background-image:url(../images/bg_ftr.png);

	background-repeat:repeat-x;

	height:241px;

}

	

	#footer_promo {

		width: 950px;

		height: 145px;

		padding-top: 5px;

		

	}

		.promo {

			float:left;

			display:block;

			width:300px;

			height:100px;

			text-align:justify;

		

		}

		.promo_middle {

			margin: 0px 10px 0px 10px;

			padding: 0px 10px 0px 10px;

			border-left: 3px dotted #FFFFFF;

			border-right: 3px dotted #FFFFFF;

			

		}

		#footer_promo img {

			float:left;

			padding-right: 5px;

		}

			

	#footer_nav {

		color:#FFFFFF;

		font-size:12px;

		width: 900px;

		height:70px;

		margin-top: 10px;

		border-left: 5px solid #FE7E01;

	}

		#footer_nav p {

			padding-top: 10px;

		}

		#footer_nav a {

			color:#FFFFFF;

			text-decoration:none;

		}

		#footer_nav a:hover {

			color:#FE7E01;

			text-decoration:underline;

		}
		
		#footer_nav img {
			
			float:none;
			
			border:none;
			
			padding:0px;
			
			margin-bottom:0px;

			margin-right: 8px;

			margin-left: 2px;

		}
		



p img {

	float:left;

	padding: 2px;

	border:solid 1px #FE7E01;

	margin-right: 8px;

	margin-bottom: 5px;

	

}



table {

	border: 1px solid #FE7E01;

	text-align:center;

}

th {

	background-color: #94A8E5;

	border-bottom: 1px solid #003399;

	text-align:center;

}

	.left {

		text-align:left;

	}

