/* BODY AND CONTAINER */

	body 
		{
		background-color: #660000; 			/* red */
		text-align:center;					/* this centers the container in the middle of the browser windows */
		}
	
	#container 
		{
		position:relative;
		background-image:url(images/background.jpg);
		width: 970px;
		height: 552px;
		/* height: 752px; */
		margin: 0 auto;
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-size: 12px;
		line-height: 1.6em;
		color: #2b4e35;  /* dark green */
		border: 1px solid #072c13; /* dark green */
		}
		
/* GENERAL STYLES */
		
	h1 
		{
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-size: 32px;
		text-align: center;
		color: #2b4e35; /* dark green */
		font-weight: normal;
		line-height:32px;
		margin-bottom: 30px;
		padding-left: 10px;
		padding-right: 10px;
		}
	
	h2 
		{
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-size: 14px;
		text-align: center;
		color: #2b4e35; /* dark green */
		font-weight: bold;
		line-height:24px;
		margin-bottom: 12px;
		padding-left: 10px;
		padding-right: 10px;
		}

	.announcement
		{
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-size: 14px;
		font-weight: bold;
		font-variant: normal;
		text-transform: none;
		color: #2b4e35;
		text-decoration: none;
		line-height:22px;
		}
		
/* Navigation */
	
	#navigation 
		{
		width: 170px;
		height: 550px;
		/* height: 609px; */
		border-right: 1px solid #FFFF00; /*yellow line */
		float:left;
		}


/* Content */

	#content 
		{
		position:absolute;
		top:61px;
		left:216px;
		height: 409px;
		/* height: 609px; */
		width: 727px;
		padding-top:20px;
		overflow: auto;
		}
	
	#content p 
		{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		color: #2b4e35; /* dark green */
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-weight:bold;
		font-size: 12px;
		line-height: 1.6em;
		}

	#content td 
		{
		padding-bottom: 5px;
		padding-top: 5px;
		color: #2b4e35; /* dark green */
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-weight:bold;
		font-size: 9px;
		line-height: 1.2em;
		border-bottom-color:#2b4e35; /* dark green */
		border-bottom-style:dotted;
		border-bottom-width:thin;
		}


/* Content Header */

	#contentHeader 
		{
		position:absolute;
		top:20px;
		left:16px;
		height: 62px;
		width: 700px;
		}


/* Content Text Left */

	#contentTextLeft 
		{
		position:absolute;
		top:107px;
		left:16px;
		height: 280px;
		width: 461px;
		}


/* Content Flash */

	#contentFlash 
		{
		margin-top:90px;
		margin-right:10px;
		height: 286px;
		width: 230px;
		float:right;
		}


/* Content Image */

	#contentImage 
		{
		position:absolute;
		top:35px;
		left:16px;
		height: 245px;
		width: 335px;
		}


/* Content Text Right */

	#contentTextRight 
		{
		position:absolute;
		top:35px;
		left:373px;
		height: 245px;
		width: 335px;
		color: #2b4e35; /* dark green */
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-weight:bold;
		font-size: 12px;
		line-height: 1.6em;
		}

/* Content Photo Gallery Images */

	#contentPhotoGallery
		{
		position:absolute;
		top:30px;
		left:26px;
		height: 255px;
		width: 383px;
		}

/* Content Photo Gallery Controls */

	#contentPhotoGalleryControls
		{
		position:absolute;
		top:30px;
		left:413px;
		height: 255px;
		width: 295px;
		text-align:left;
		}


/* Content Text Bottom */

	#contentTextBottom
		{
		position:absolute;
		top:286px;
		left:16px;
		height: 79px;
		width: 694px;
		color: #2b4e35; /* dark green */
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-weight:bold;
		font-size: 12px;
		line-height: 1.6em;
		}


/* Content Buttons */

	#contentButtons 
		{
		position:absolute;
		top:368px;
		left:16px;
		height: 38px;
		width: 694px;
		}


/* Footer */

	#footer 
		{
		position:absolute;
		bottom:0px;
		right:27px;
		width: 708px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		color: #660000; /* red */
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-size: 12px;
		text-align:center;
		line-height: 1.6em;
		}

	#footer a 
		{
		color: #660000; /* red */
		font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
		font-size: 12px;
		}
