/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#1f1f1f;
	background-color:#E9E2E2;
	}
	
* html body {
  font-size:x-small; /* for IE5/Win */
  f\ont-size:small; /* for other IE versions */
  }

* {margin:0; padding:0; border:0px solid red;}

p {margin:15px 0;}	

h2 {font-weight:100;}

h3 {font-weight:100;}


	#container {
		width:990px;
		margin: 10px auto 0 auto;
		}
		
		#inner_container {
			float:left;
			}
			
			#main {
				width:986px;
				float:left;
				border:1px solid #9EA39E;		
				border-left:0;	
				background-color:#e2e9e2;			
				overflow:hidden;
				height:750px;
				background-image:url(../images/main_image2.jpg);
				background-repeat:no-repeat;
				background-position:top center;			
				}
				
			#main_internal {
				float:left;
				background-color:#d9e2dd;
				width:986px;	
				border:1px solid #9EA39E;		
				border-left:0;	
				overflow:hidden;
				}
				
				#navigation {
					float:left;
					width:245px;
					background-color:#8E886E;
					color:#FFFAE2;
					padding-top:30px;
					padding-bottom: 32767px !important;
					margin-bottom: -32767px !important;
					text-transform:lowercase;
					}
					
					#navigation ul {
						list-style:none;
						}
						
						#navigation li {
							border-bottom:1px solid #635F4D;
							}
													
						#navigation a,
						#navigation a:visited {
							display:block;
							padding:10px;
							color:#FFFAE2;
							text-decoration:none;
							font-size:110%;
							
							}
							
						#navigation a:hover {
							color:#1f1f1f;
							background-color:#d7e2da;
							}				
					
				#logo {
					float:right;
					height:170px;
					width:220px;
					padding:400px 13px 0 0;
					background-image:url(../images/struc_images/logo_franchise_bk.gif);
					background-repeat:no-repeat;
					background-position:top right;
					}
					
					#main_content {
						float:left;
						background-color:#d9e2dd;
						padding:13px;
						}
											
						#main_content h1,
						#internal_content h1 {
							font-weight:100;
							text-transform:lowercase;
							line-height:35px;
						}
						
						#main_content a,
						#internal_content a,
						#main_content a:visited,
						#internal_content a:visited {
							text-decoration:none;
							color:#FF00FF;
							font-weight:bold;
							}
							
						#main_content a:hover,
						#internal_content a:hover {
							text-decoration:underline;
							}					
					
				#internal_logo {
					float:left;
					width:220px;
					background-image:url(../images/struc_images/logo_franchise_bk.gif);
					background-repeat:no-repeat;
					background-position:top right;
					background-color:#ededed;
					padding-bottom: 32767px !important;
					margin-bottom: -32767px !important;
					padding-top:310px;
					}	
					
					#internal_logo img {
						margin-bottom:-5px;
						padding:0;
						}
													
				#internal_content {
					float:left;
					padding:35px 40px 0 20px;
					color:#363636;
					width:430px;
					line-height:20px;
					}
					
					/*#internal_content img {
						padding:2px;
						background-color:#9EA39E;
						}*/
						
					#internal_content li {
						margin-left:20px;
						padding-bottom:8px;
						list-style-type:square;
						}					
				
				#nav_images {
					float:right;
					height:150px;
					margin-top:65px;
					margin-left:30px;
					margin-right:10px;
					}
					
					#nav_images ul {
						list-style:none;
						}
						
						#nav_images li {
							float:left;
							text-align:right;
							margin-left:15px;
							}
							
							#nav_images img {
								border:0;
								}
							
							#nav_images a,
							#nav_images a:visited {
								color:#ffffff;
								text-decoration:none;
								}
								
							#nav_images a:hover {
								color:#b2b2b2;
								}
								
		#navigation_bottom {
			float:left;
			padding-right:20px;
			background-color:#363636;
			color:#b2b2b2;
			height:46px;
			}			
			
			#navigation_bottom ul {
				list-style:none;
				}
				
				#navigation_bottom li {
					float:right;
					}
					
					#navigation_bottom a,
					#navigation_bottom a:visited {
						display:block;
						padding:15px;
						color:#b2b2b2;
						text-decoration:none;
						}
						
					#navigation_bottom a:hover {
						color:#1f1f1f;
						background-color:#b2b2b2;
						}					
	#red_label {
		position:relative;
		left:850px;
		top:-500px;
		width:200px;
		height:121px;
		z-index:1;
		}
		
	#booking a,
	#booking a:visited {
		background-color:#CC3366;
		}