BODY {
		color: #FFFFFF;
		background-color: #FFFFFF;
		text-align:center;
}

/*links*/

A:link { 
		color: #8F1500; 
		text-decoration: none; 
		cursor: pointer; 
		font-weight: normal;
}

A:visited { 
		color: #8F1500; 
		text-decoration: none; 
		cursor: pointer; 
		font-weight: normal;
}

A:active { 
		color: #8F1500; 
		text-decoration: none; 
		cursor: pointer; 
		font-weight: normal;
}

A:hover{ 
		color: #C61F02;    
		cursor: pointer;
		text-decoration: underline; 
		font-weight: normal;
}





div#BottomNavigation A:link{   
		color: #8F1500; 
		text-decoration: none; 
		cursor: pointer; 
		font-weight: normal;
}


div#BottomNavigation A:visited { 
		color: #8F1500; 
		text-decoration: none; 
		cursor: pointer; 
		font-weight: normal;
}

div#BottomNavigation A:active { 
		color: #8F1500; 
		text-decoration: none; 
		cursor: pointer; 
		font-weight: normal;
}

div#BottomNavigation A:hover{ 
		color: #C61F02; 
		cursor: pointer;
		text-decoration: underline; 
		font-weight: normal;
}


/*Layout*/
		

div#Container {                      //change picture at the bottom at a later date
		position: relative;
		width: 780px;
		margin: 10px auto 0 auto;
		padding: 10px;
		background-color: #CCCCCC;
		border: thin solid #FFFFFF;		
}

div#Header {
		margin: 0 auto;
		position: relative;
		width: 780px;
		height: 163px;
}

div#Navigation {
		width:150px;
		background-image:  url(images/nav2.gif);
		background-repeat: no-repeat;
		background-position: top left;
		background-color: #BBBBBB;
		margin-top: 15px;
		float:left;

}

div#Main {
		width: 575px;
		background-image:  url(images/partition.gif);
		background-repeat: no-repeat;
		background-position: top left;
		background-color: #BBBBBB;
		clear: right;
		margin-right: 2px;
		margin-left: 15px;
		margin-top: 15px;
		overflow:hidden;
}


div#BottomNavigation {
		margin-left: 160px;
		position: relative;
		height:40px;
		clear: both;
}

div#CopyRight {
		margin-left: 160px;
		position: relative;
		height:20px;
		clear: both;
}

	
/*Text*/

.BodyText { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 9pt; 
		color: #555555; 
		text-decoration: none; 
		font-weight: normal ;
}

.FeaturesText { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 8pt; 
		color: #666666; 
		text-decoration: none; 
		font-weight: normal ;
}

.BottomnNavigationText { 
		font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 9pt; 
		color: #FFFFFF; 
		text-decoration: none; 
		font-weight: normal;
}

.CopyRightText { 
		font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 7pt; 
		color: #666666; 
		text-decoration: none; 
		font-weight: normal;
}

.HeaderText { 
		font-family: Helvetica, Geneva, Arial,  sans-serif; 
		font-size: 9pt; 
		color: #444444; 
		text-decoration: underline; 
		cursor: default ; 
		font-weight: normal
}

.TitleText { 
		font-family: Helvetica, Geneva, Arial,  sans-serif; 
		font-size: 13pt; 
		color: #8F1500; 
		text-decoration: bold; 
		cursor: default ; 
		font-weight: normal
}

/*Images*/

div#Gallery IMG.GalleryImages {
		border: none;
		margin-top: 30px;
		margin-bottom: 30px;
		margin-right: 50px;
		margin-left: 50px;
}

div#Gallery IMG.GalleryImages2 {
		border: none;
		margin-top: 30px;
		margin-bottom: 30px;
		margin-right: 60px;
		margin-left: 80px;
}

img#lounge {float: right; border: solid 1px #cccccc; margin-top: 5px; margin-right: 5px; margin-left: 5px; margin-bottom: 1px; clear: both;}

img#pool {float: left; border: solid 1px #cccccc; margin-top: 5px; margin-right: 5px; margin-left: 5px; margin-bottom: 1px; clear: both;}