*		{
		margin: 0;
		padding: 0;
		}

body 	{
		color: #333;
		font-size: 14px;
		font-family: "Helvetica Neue",Helvetica,Arial;
		line-height: 1.3;
		background: #fff url("../headerimg/header_far_front.jpg") -10% 0 repeat-x;
		}	
			
#outer {
		display: block;
		background: transparent url("../headerimg/header_mid2.png") 70% 0 repeat-x;
		height: 100px;
		}
		
#inner {
		display: block;
		background: transparent url("../headerimg/header_blur2.png") 300% 0 repeat-x;
		height: 100px;
		}

#container {
		position: relative;
		height: 450px;
		width: 800px;
		left: 50%;
		margin-left: -400px;
		}

#logo {
		float: left;
		position: absolute;
		height: 100px;
		width: 250px;
		margin-top: -60px;
		margin-left: -50px;
		z-index: 100;
		background: url("../images/logo2.png") no-repeat;
		}

#shadow {
		background-image: url("../images/shadow.png");
		position: absolute;
		height: 480px;
		width: 830px;
		left: 50%;
		margin-left: -415px;
		}	
		
#wrapper {
		position: relative;
		height: 450px;
		width: 800px;
		border: #f5d392;
		border-width: 1px;
		border-style: solid;
		top: 15px;
		margin-left: 15px;
		}

#menu_index {
		display: block;
		position: absolute;
		height: 30px;
		width: 800px;
		top: 380px;
		border: 1px solid #f5d392;
		border-left: 0px;
		border-right: 0px;
		z-index: 50;
		background: url("../images/transparant50.png") repeat;
		line-height: 30px;
		text-align: center;
		color: #111;
		font-weight: bold;
		}

#menu_index a {
		text-decoration: none;
		font-size: 13px;
		color: #b26537;
		text-transform: uppercase;
		font-weight: bold;
		}
		
#menu_index a:hover {
		padding-top: 8px;
		padding-bottom: 6px;
		background-image: url("../images/fadebar.png") ;
		}
		
		
#index {
		display: block;
		position: absolute;
		background-color: #fff;
		height: 450px;
		width: 800px;
		background-image: url("../images/enjoy.jpg");
		}
		

#indextext {
		position: absolute;
		height: 279px;
		width: 408px;
		top: 32px;
		left: 5px;
		z-index: 30;
		font-size: 0.85em;
		color: #333;
		line-height: 1.5em;
		text-align: left;
		font-family: Georgia;
		padding: 10px;
		overflow: auto;
		}


#outnow {
		display: block;
		position: absolute;
		height: 20px;
		width: 800px;
		top: 0px;
		border: 1px solid #880000;
		border-left: 0px;
		border-right: 0px;
		z-index: 50;
		background-color: #aa0000;
		line-height: 20px;
		text-align: center;
		color: #fff;
		font-weight: bold;
		}

#covertext{
		position: absolute;
		height: 140px;
		width: 200px;
		top: 60px;
		left: 590px;
		text-align: center;
		z-index: 200;
		font-weight: bold;
		}
		
#cover1 a img {
		position: absolute;
		height: 140px;
		width: 140px;
		top: 80px;
		left: 620px;
		z-index: 200;
		border: none;
		}
		
#cover2 a img {
		position: absolute;
		height: 140px;
		width: 140px;
		top: 220px;
		left: 620px;
		z-index: 200;
		border: none;
		}		
		
#footer {
		position: absolute;
		height: 10px;
		top: 454px;
		right: 2px;
		z-index: 200;
		font-size: 9px;
		font-family: Georgia;
		line-height: 15px;
		text-align: right;
		color: #444;
		}
		
#footer a{
		color: #111;
		}
