/* CSS Document */


		
		
body	{
		background-color: #000000;
		margin: 0px;
		padding: 20px;
		text-align: center;
		font-size: 11px;
		font-family: Arial, Verdana, helvetica, sans-serif;
		}
		
		
p		{	
		line-height: 1.5em;
		color: #000000;
		}
		
		
h1	    {
		margin-top: 0px;	
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5em;
		color: #3F895D;
		}
		
h2	    {	
		font-family: Arial, Verdana, helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.5em;
		color: #3F895D;
		}

img		{
		border: 0px;
		padding: 0px;
		margin: 0px;
		}
				
		
li		
		{	
		line-height: 1.5em;
		list-style-type: circle;
		}	
		
a		{	
		line-height: 1.5em;
		}
		
fieldset {
		margin: 1px 0px;
		padding: 15px;
		border: 1px solid #cccccc;
		background: #f8f8f8;
		 }	
		 
legend {
		font-weight:bold;
		 }		 	
		
.nav 	
		{
		color: #ffffff;
		font-size: 11px;
		line-height:28px;
		}
		
.roomnav 	
		{
		color: #ffffff;
		font-size: 11px;
		line-height:28px;
		}		
		
.foottext
		{
		color: #D4D4D4;
		font-size: 11px;
		}
		
.imgnav
		{
		margin-bottom: 2px;
		}

.floatright
		{
		float: right;
		margin: 0px 0px 20px 20px;
		}
		
.floatleft
		{
		float: left;
		margin: 0px 20px 20px 0px;
		}		
		
.clearboth
		{
		clear:both;
		}						

#container
		{
		padding: 0px;
		margin: 0px auto 0px auto;
		width: 830px;
		text-align: left;
		}

#header
		{
		width: 830px;
		height: 119px;
		background-image: url("images/header.jpg"); 
		background-position: top-left; 
		background-repeat: no-repeat;
		background-color: #000000;
		padding: 0px 0px 0px 0px;		
		}
		
#navbar {
	width: 805px;
	height: 28px;
	margin: 0px;
	background-color: #3F895D;
	padding: 0px 0px 0px 25px;
	text-align: left;
	}

#content
	 {
    width: 770px;
	background-color: #ffffff;
	padding: 30px;
	}		
	
#contentthumbs
	 {
	height: 350px; 
    width: 790px;
	background-color: #ffffff;
	padding: 20px;
	}
	
#footer
		{
		background-color: #000000;
		width: 830px;
		padding: 0px;
		margin: 0px;
		border: 0px;
		}
		
#footleft
		{
		width: 280px;
		padding: 20px 0px 0px 0px;
		margin: 0px;
		border: 0px;
		float: left;
		text-align: left;
		}	
		
#footright
		{
		padding: 20px 0px 0px 0px;
		margin: 0px;
		border: 0px;
		margin-left: 320px;
		text-align: right;
		}	
		


a:link {color: #cc3300; text-decoration: underline;}
a:visited {color: #cc3300; text-decoration: underline;}
a:hover {color: #cc3300; text-decoration: underline;}

a.nav:link {color: #ffffff; text-decoration: none; font-weight: bold;}
a.nav:visited {color: #ffffff; text-decoration: none; font-weight: bold;}
a.nav:hover {color: #cccccc; text-decoration: none; font-weight: bold;}

a.roomnav:link {color: #000000; text-decoration: none; font-weight: bold;}
a.roomnav:visited {color: #000000; text-decoration: none; font-weight: bold;}
a.roomnav:hover {color: #858585; text-decoration: none; font-weight: bold;}

a:link .imgnav {border: 2px solid #FFFFFF;}
a:visited .imgnav {border: 2px solid #FFFFFF;}
a:hover .imgnav {border: 2px solid #000000;}

a.foottext:link {color: #ffffff; text-decoration: none;}
a.foottext:visited {color: #ffffff; text-decoration: none;}
a.foottext:hover {color: #cccccc; text-decoration: none;}





