	body {
		background-color : #668F78;
		}
		
		#container {
			width: 800px;
			\width: 800px;
			w\idth: 800px;
			border-top: 10px solid white;
			border-bottom: 10px solid white;
			border-right: 10px solid white;
			border-left: 10px solid white;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
			background-color: rgb(255, 255, 255);
			position: relative;
		}
		
		#container li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		list-style-position: outside;
		list-style-image: url(images/sub_arrow.gif);
		color:#271F76;
	}
	
	#container a {
		color: #005B7F;
		font-weight: normal;
		text-decoration: none;
		padding: 0px 0px 0px 0px;
		}
		
		#banner {
			width: 800px;
			height: 148px;
			padding: 0px;
			margin-bottom: 0px;
			margin-left: auto;
			margin-right: auto;
			background-color: rgb(153, 134, 117);
			background-position: 0px 0;
		}
		
		#container p {
			padding: 0px 15px 0px 5px;
			margin-left: 10px;
			font: 12px/1 sans-serif;
			color:#271F76;
			line-height: 14px;
		}
		
			
		#container h1 {
			 
			padding: 10px 0px 0px 5px;
			margin-left: 0px;
			font: bold 13px/1 sans-serif;
			color:#271F76;
			line-height: 14px;
		}
		
		#container h2 {
			 
			padding: 10px 0px 0px 15px;
			margin-left: 0px;
			font: bold 14px/1 sans-serif;
			color:#271F76;
			line-height: 14px;
		}
		
	#menu a {
		
		display:block;
		width:184px;
		height:17px;
		margin: 0em 0; 
		padding:5px 0 0px 5px;
		font:  12px/1 sans-serif;
		color:#F5F1AE;
		background: url("../images/button1_photos.gif") 0 0 no-repeat;
		text-decoration: none;
		border-right: 0px solid white;
		}
	#menu a:hover {	
		background-position: -189px 0;
		color: #F5F1AE;
		}
	#menu a:active {
		background-position: -378px 0;
		color:F5F1AE;
		}
		
	#navigation a {
	
		display:block;
		width:184px;
		margin: 0em 0; 
		padding:7px 0 5px 5px;
		font:  12px/1 sans-serif;
		color:#000000;
		background: url("../images/button1a.png") 0 0 no-repeat;
		text-decoration: none;
		border-right: 0px solid black;
		}
	#navigation a:hover {
		background-position: -189px 0;
		color: #000000;
		}
	
	#navigation a:active {
		background-position: -378px 0;
		color:000000;
		}
		
	#footer {
			width: 800px;
			padding: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: auto;
			margin-right: auto;
			background-position: 0px 0;
			background-color: rgb(0, 0, 0);
			border-bottom: 10px solid white;
			border-right: 10px solid white;
			border-left: 10px solid white;
		}
		
	#footer td {
			padding: 5px 0px 0px 5px;
			margin-left: 10px;
			font: 10px/1 sans-serif;
			color:#ffffff;
			background-color: rgb(11, 30, 179);
			line-height: 14px;
		}
		
		