body {		
		background: black url(fireworks2.gif) repeat-y;		
		padding: 0;
		margin: 0;
		}
		
#logos {
		background: url(flames.gif) repeat-x;
		background-position: bottom;
		margin: 20px auto 0 auto;
		height: 286px;
		width: 80%;
		padding: 0;
		}
		
#hotels {width: 60%; margin: 0 auto;}
#hotels img{margin: 0 auto;}
#hotels p{margin: 0 auto;}
		
#logos img.left {margin-left:0;}
#logos img.right {margin-left: 50%;}
	
#firstlinks {
		width: 600px;
		margin: 25px auto 0 auto;
		height: 40px;
		padding: 0;
		}
		
#firstlinks a {
		text-decoration: none;
		border: 0;
		margin: 0;
		padding: 0;
		}
		
#firstlinks img {
			border: 0;
			margin: 0;
			padding: 0;
			float: left;
			}
			
#main {
		background-color:#ebc78d;
		background: #393a38 url(images/temptest.gif) repeat-y;
		width: 60%;
		margin: 30px auto 0 auto;
		padding: 0 0 15px 0;
		border: 1px solid black;
		background-color: white;
		height:100%;
		overflow: hidden;
		}
		
#leftcontent {
		width: 20%;
		//background-color: red;
		display: inline;
		float: left;
		}
		
#rightcontent {
		width: 20%;
		//background-color: green;
		display: block;
		float: left;
		margin: 0;
		}
		
#sidebar {
		width: 110px;
		height: 1090px;
		background: black url(spinners.gif) no-repeat;
		float: left;
		overflow: hidden;
		}

#content {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		background: white url(gradback.gif) repeat;
		border: 1px solid black;
		overflow: visible;
		position: relative;
		}
		
#beads {background: transparent url(beads.gif) no-repeat;
	position: absolute;
				right: 0px;
			top: 0px;
			width: 200px; height: 245px; z-index: 2; }

#beads2 {background: transparent url(beads2.gif) repeat-x;
	position: absolute;
				left : 110px;
			top: 0px;
			width: 450px; height: 150px; z-index: 1; overflow: hidden;}
		
#content h1, h2, h3, h4, h5 {
		text-align: center;
		}
		
#content h1 {color: purple; margin-top: 150px;};
		
#content p {
		width: 80%;
		margin: 0 auto;
		text-indent: 15px;
		text-size: 20px;
		}
		
#content p.contentp {
		width: 40%;
		margin: 0 450px 0 auto;
		text-indent: 15px;
		position: relative;
		}
		
#homecontentp {
		height: 270px;
		}
		
#content table {text-align: center;}

#content p.centered {text-align: center;}

#content img.centered {	
		display: block;
		margin: 0 auto;
		}
		
#homevideo {
			position: absolute;
			left: 102%;
			top: 0;
			}
			
.medialinks {
		width: 80%;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		}
		
#textlinks {
		clear: both;
		background-color:black;
		width: 60%;
		margin: 0 auto;
		padding: 0;
		border: 1px solid black;
		text-align: center;
		}
		
#textlinks a {
		color: #ebc78d;
		text-decoration: none;
		border: 0;
		margin: 0 0 0 20px;
		padding: 0;
		}		
				
#textlinks a:focus {
			background: #7c4e35;
			text-decoration: underline;
		}
		
#textlinks a:hover {	
			background: #7c4e35;
			text-decoration: underline;
		}
		
#textlinks a:active {	
			background: #7c4e35;
			text-decoration: underline;
		}
		
#textlinks img {
			background-color: black;
			border: 0;
			margin: 0 0 0 20px;
			padding: 0;
			}
		
#contact {
		background-color:black;
		color: #ebc78d;
		width: 60%;
		margin: 0 auto;
		padding: 0;
		border: 1px solid black;
		border-top: 1px solid white;
		text-align: center;
		font-size: small;
		}
		
#contact a {
		color: #ebc78d;
		text-decoration: none;
		border: 0;
		margin: 0 auto;
		padding: 0;
		}
				
#contact a:focus {text-decoration: underline;}
		
#contact a:hover {text-decoration: underline;}
		
#contact a:active {text-decoration: underline;}
		
#copyright {
		background-color:transparent;
		color: #ebc78d;
		width: 60%;
		margin: 20px auto 0 auto;
		padding: 0;
		text-align: center;
		font-size: x-small;
		}
		
#copyright a {
		color: #ebc78d;
		text-decoration: none;
		border: 0;
		margin: 0 auto;
		padding: 0;
		}
				
#copyright a:focus {text-decoration: underline;}
		
#copyright a:hover {text-decoration: underline;}
		
#copyright a:active {text-decoration: underline;}