@charset "UTF-8";
/* CSS Document */

body	{
	background-color: #003333;		
		}

#allcontent	{
	width:	800px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999999;
	background-image: url(images/background_cabin_in_fog.jpg);
	background-repeat: no-repeat;
}

.darktext {
	color: #003333; 
	font-size: medium; 
}

.lighttext {
	font-size: medium;
	color: white;
}

.wide_600px {
	max-width: 600px;
}

a:link	{
		color:#003333;
		}
a:visited	{
		color:silver;
		}
a:hover	{
		color:gray;
		}
		
#header	{
		height:	80px
		}	
#navbar 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: white;
	padding-top: 60px;
	width: 150px;
	float: left;
	}
	
#main		{
	max-width: 	540px;	
	margin-left:	310px;
	clear: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #003333;
	background-position: right top;
	top: auto;
	right: auto;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 75px;
			}

#footer	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: white;
	text-align: center;
	padding-top: 0px;
	clear: both;
	}
	
	
#footer a:link	{
		color:white;
		}
#footer a:visited	{
		color:silver;
		}
#footer a:hover	{
		color:gray;
		}
.text_content	{
		text-align:justify;
		}
.text_content h1	{
		text-align:center;
		}
		
.style1	{
		font-size:	90%;
		}

ul	{
	max-width: 365px;
	}

h1	{
	font-size: large;
	}
