body{
font-family:Century Gothic, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
background-color:#ccad6c;
}

a{
color:#ae9256;
text-decoration:none;
}

a:hover{
color:#ccad6c;
}

	#container{
	width:688px;
	margin:auto;
	border:#ae9256 8px solid;
	}
	
		#top{
		height:204px;
		}
		
		#main{
		background-image:url(images/mid.jpg);
		background-position:top center;
		background-repeat:no-repeat;
		min-height:246px;
		background-color:#FFFFFF;
		}
		
			#left{
			float:left;
			width:260px;
			padding:206px 0 10px 20px;
			text-align:justify;
			}
			
			#right{
			float:right;
			width:370px;
			padding:10px 20px 10px 0;
			}
			
				#menu{
				padding-right:178px;
				text-align:right;
				font-weight:900;
				font-size:16px;
				line-height:26px;
				}
				
				#botright{
				text-align:center;
				padding-top:92px;
				}
				
					#gallery{
					text-align:left;
					}
					
					#gallery img{
					border:solid 2px #ae9256;
					margin:5px;
					}
					
					#gallery a:hover img{
					filter:alpha(opacity=70);
					opacity:.7;
					}
				
					#righttext{
					width:260px;
					margin:0 auto;
					text-align:justify;
					}
			
			#clear{
			clear:both;
			}
			
	#footer{
	font-size:10px;
	text-align:center;
	padding:10px;
	}
	
	#footer a{
	color:#000000;
	text-decoration:underline;
	}