/* CSS Document */

body	{
			margin: 50px 50px;
			padding: inherit;
			font:Verdana, Arial, Helvetica, sans-serif;
			font-size:large;
			background-image:url(../Assets/JPG/Bkgd.jpg);
		}

#logo
		{
			position:absolute;
				top:40px;
				left:75px;
			width: 805px;
			height:204px;
			border: ridge #006633;
			border-width:thick;
			padding:10px 10px 10px 10px;
		}

#home, #contact, #info, #trips, #photo, #links
		{
			position:absolute;
			width:100px;
			text-align: center;
			height: 50px;
			vertical-align:middle;
		}

#home, #contact, #info
		{
			left:84px;
		}
			
#trips, #photo, #links
		{
			left:800px;
		}

#home, #trips
		{
			top:60px;
		}

#contact, #photo
		{
			top: 135px;
		}

#info, #links
		{
			top: 210px;
		}

#trips, #photo, #links
		{
			left:803px;
		}
	
a:link  
		{	
			color:#0000CC;
			font-weight:bold;
			font-size:12px;
		}

a:visited
		{	
			font-style:italic;
			font-weight:bold;
			color: #003300;
		}

a:hover, a:focus
        { 
			font-style:italic;
			font-weight:bold;
			color: #003300;
		}

#bottomnav
		{
			font-size:x-small;
			position:absolute;
				top:1089px;
				left:75px;
			width:810px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			height:15px;
			text-align: center;
		}

#bottomnav2
		{
			font-size:x-small;
			position:absolute;
				top:1189px;
				left:75px;
			width:810px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			height:15px;
			text-align: center;
		}

.LinkDivider
		{
			font-size:medium;
			color: #663300;
		}

.unlinked
		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: x-small;
			font-weight: bold;
			color: #003300;
			font-style: italic;
		}
.spacer
		{
			font-size:9px;
			color:#FFFF99;
		}

.spacer2
		{
			font-size:small;
			color:#CCCCCC;
		}

.spacer3
		{
			color: #CCCCCC; font-size: x-small;
		}

.GreenText
		{
			color: #003300;
			font-weight: bold;
		}

.style1 {font-size: x-small}
.style2 {color: #FFFF99}
.style3 {font-size: small}
.style5 {color: #FFFF99; font-size: smallsmall; }
