/* BODY AND CONTAINER */

		body {
			background-color: #FFFFFF;
			}

		#container {
			width: 955px;
			margin: 0 auto;
			font-family: Times New Roman,Georgia,Serif;
			font-size: 17px;
			font-weight: normal;
			color: #000000;
			background-color: #FFFFFF;
			border: 4px #BABB87 solid;
		}
		
/* GENERAL STYLES */
		
		h1 {
			font-family: Times New Roman,"Georgia",Serif;
			font-weight: normal;
			font-size: 60px;
			text-align: center;
			color: #000000;
			margin: -10px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			
		}
		
		h2 {
			color: #000000;
			font-size: 20px;
			font-family: Times New Roman,"Georgia",Serif;
			background-color: #CCCC99;
			padding: 0px 0px 0px 10px;
		}
		
		h3 {
			color: #9999cc;
			font-size: 16px;
			font-family: Times New Roman,"Georgia",Serif;
			font-size: 22px;
			font-style: italic;
			font-weight: normal;
			text-shadow: 1px 1px 1px #C0C0C0;
		}
		
		h4 {
			bacground-color: #FFFFFF;
			border: 2px #000000 solid;
			margin-bottom: 0px;
			padding-left: 0px;
		}
		
		a {
			color: #9999cc;
			text-decoration: none;
		}

		a:hover {
			color: #566590;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
			padding-right: 10px;
		}
		
		input {
			background-color: #BABB87;
			color: #000000;
			border: 1px solid #000000;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}

#gallery {margin: 5px 0px 0px 0px; color: #666;}
#gallery ul {list-style: none; margin: 0px 0px 0px 0px; padding: 0}
#gallery li {float: left; margin: 15px 15px 0px 15px; text-align: center; font-family: Verdana, "Arial", Helvetica, sans-serif; font-size: 14px; font-weight: bold;}
#gallery li img {display: block; width: 170px;}
#gallery h1 {margin: 5px 0px 0px 0px; color: #ccc;}
#gallery ul li a {color: #0000C0; font-weight: bold; text-decoration: none;}
#gallery ul li a:hover {text-decoration: underline; color: #33CCFF;}
a img {border: none}

/* IMAGES */		
		
		a img{
	  		border: 2px;
	  	}

		img.left,img.center,img.right {
	  		padding: 4px;
	  		border: 1px dashed #1b2985;
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}
		
/* HEADER */

		#header {
			border-bottom: 4px solid #BABB87;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
			background-image: url(images/website_images/titlebarbackground.png);
			background-color: #FFFFFF;
			height: 145px;}
		
		#header p { 
            text-align: left;
			margin-top: -10px;
			margin-right: 20px;
			color: #000000;
		}

/* NAVIGATION */
	
		#nav {
	width: 210px;
	margin: 5px;
	clear: none;
	float: left;
	background-color: #CCCC99;
	font-family: Times New Roman,"Georgia",Serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	text-shadow: 1px 1px 1px #C0C0C0; 
		}
	
		#nav li a {
			text-decoration: none;
		}	
	
		#nav li a:link, #nav li a:visited {
			color: #000000;
			display: block;
			background-color:  #CCCC99;
			padding: 8px 0px 10px 10px;
		}
	
		#nav li a:hover {
			color: #FFFFFF;
			padding: 8px 0px 10px 10px;
			text-shadow: 1px 1px 1px #C0C0C0; 
		}	

		ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		img {
   			border: none;
		} 


/* CONTENT */

		#content {
	width: 710px;
	clear: none;
	margin: 15px 30px 15px 230px;
	padding: 0px 0px 0px 0px;
		}
		
		#content p {
			padding-bottom: 10px;
			text-align:justify;
		}
		
		#content a {
			color: #9999cc
			text-decoration: none;
			font-weight: bold;	
		}
		
		#content a:hover{
			color: #566590;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: bold;	
		}

/* RIGHTBAR */

		#rightbar {
			float: right;
			width: 200px;
			margin: -17px 5px 5px 0px;
		}
		
		#rightbar p {
			padding: 0px;
			margin: 0px;
			font-size: 12px;
			font-style: italic;
			text-align:justify;
		}
		
		#rightbar a {
			color: #66749A;
			text-decoration: none;	
			font-weight: 500;	
		}
		
		#rightbar a:hover{
			color: #566590;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}

/* FOOTER */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color: #BABB87;
			padding: 0px 5px 0px 5px;
			text-align: center;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
		}
