	/*  BODY, STRUCTURE, LAYOUT */

	body {
		margin: 0px;
		padding: 0px;
		border: 0px;
		background: #FFF url(images/bg_home2.jpg) no-repeat;
		text-align: center;
		}


	/* POSITIONING DIVs */

	#container {
		align: center;
		margin: 0px;
		border: 0px;
		padding: 0px;
		}

	#subcontainer {
		align: center;
		position: relative;
		width: 748px;
		border-left: 2px solid white;
		border-right:2px solid white;
		padding: 0px;
		}
	
	#footer {
		align: center;
		position: relative;
		width: 748px;
		padding: 0px;
		}

	#logo {
		width: 748px;
		height: 114px;
		}

	#flash {
		margin: 0px;
		border: 0px;
		padding: 0px;
		top: 116px;
		}

	#textblock {
		position: relative;
		width: 748px;
		height: 133px;
		background: #FFF;
		top: 0px;
		left: 0px;
		}

	#textheader {
		margin-top: 10px;
		margin-left: 10px;
		}
		
	#column01 {
		position: absolute;
		float: left;
		text-align: left;
		margin: 10px;
		border: 0px;
		}

	#column02 {
		position: relative;
		text-align: left;
		float: right;
		margin: 0px;
		border: 0px;
		}



	/* TEXT FORMATTING  */
	
	p { margin: 0px }
	
	ul {
		font-family: verdana, arial, sans;
		font-size: 10px;
		font-weight: bold;
		line-height: 13px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		list-style-image: url("images/ul_bullet.gif");
		padding-left: 30px
		}
		
	li {
		margin-bottom: 0px;
		padding-bottom: 0px;
		}
		
	.maintxt {
		font-family: verdana, arial, sans;
		font-size: 10px;
		color: #666;
		padding: 0px;
		margin: 5px 20px 10px 10px;
		}
		
	.maintxt2 {
		font-family: verdana, arial, sans;
		font-size: 10px;
		color: #666;
		padding: 0px;
		}
		
	.legal {
		text-align:center;
		font-family: verdana, arial, sans;
		font-size: 8px;
		margin-left:8px;
		margin-right:8px;
		color: #333333;
		}
		
	.newstxt {
		font-family: georgia;
		font-size: 10px;
		color: #666;
		padding: 0px;
		margin: 5px 10px 10px 10px;
		line-height: 10px;
		}

	.textnav {
		font-family: georgia;
		font-size: 10px;
		color: #6A4A1F;
		text-align: center;
		line-height: 15px;
		margin: 10px;	
		}

	.micetype {
		font-family: georgia;
		font-size: 10px;
		color: #545454;
		text-align: center;
		line-height: 15px;
		}


	a:link { color: #6A4A1F; text-decoration: underline }
	a:visited { color: #6A4A1F; text-decoration: underline }
	a:active { color: #6A4A1F; text-decoration: underline }
	a:hover { color: #6A4A1F; text-decoration: underline }

	a.micetypelink:link { color: #545454; text-decoration: underline }
	a.micetypelink:visited { color: #545454; text-decoration: underline }
	a.micetypelink:active { color: #545454; text-decoration: underline }
	a.micetypelink:hover { color: #545454; text-decoration: underline }
	
	a.amenitiesMenu:link { color: #6A4A1F; text-decoration: underline }
	a.amenitiesMenu:visited { color: #6A4A1F; text-decoration: underline }
	a.amenitiesMenu:active { color: #6A4A1F; text-decoration: underline }
	a.amenitiesMenu:hover { color: #6A4A1F; text-decoration: none }

