* {
	margin: 0;
	padding: 0;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #004a91;
  background: #ffffff;
}

#container {
	width: 810px;
	margin: 30px auto 0 auto;
	text-align: left;
    z-index:0;        
    position:relative !important;
}

	h1 {
		background: url(../gfx/head_text.png) 50% 50% no-repeat transparent;
		height: 41px;
	}
	
		h1 span {
			display: none;
		}

    #flash_container {
		width: 810px;
		height: 414px;
		background: url(../gfx/flash_bg.jpg) no-repeat 0 0 transparent;
        position:relative;
	}
	
	#nav * {
		margin: 0;
		padding: 0;
	}
		
	#nav {
		background: url(../gfx/nav_mid.png) 0 0 repeat-x transparent;
		height: 41px;
		margin-top: -2px;
	}
	
	#nav_left {
		background: url(../gfx/nav_l.png) 0 0 no-repeat transparent;
		height: 41px;
		text-align: center;
	}
	
		#nav ul {
			background: url(../gfx/nav_r.png) 100% 0 no-repeat transparent;
			height: 41px;
		}
		
		#nav li {
			list-style: none;
			display: inline;
			line-height: 41px;
			border-right: 1px solid #004a91;
			padding-right: 10px;
			margin-right: 10px;
		}
		
		#nav #lastlink {
			border: none;
		}
		
		#nav li a {
			color: #004a91;
			text-decoration: none;
		}
		
		#nav li a:hover {
			color: #004a91;
			text-decoration: underline;
		}
		
	#main {
		width: 800px;
		margin-top: -1px;
		min-height: 175px;
		padding-left: 5px;
		background: url(../gfx/bg_repeat.png) repeat-x #dadada;
		float: left;
	}
	
		 #room_img {
			float:left;
		}
		
		#left {
			float: left;
			width: 200px;
			width: 405px;
		}
		
		#right {
			float: right;
			width: 395px;
			padding-top: 1px;
		}
	#flash {
		width: 788px;
		height: 406px;
		z-index: 0 !important;
		position: absolute;
		left: 10px;
		bottom: 1px;
	}
	
	#flash_footer {
		width: 805px;
		height: 102px;
		position: absolute;
		top: 496px;
		left: 3px;
	}
       
               
        .clear {
			margin:0;
			padding:0;
			visibility:hidden;
			line-height:1%;
			height:1%;
			clear:both;
		}
        
        
