/* CSS Document */

body {
	font-family: Georgia, Times New roman, Times, Serif;
	background-image: url(images/background_image.jpg);
	background-repeat: no-repeat;
	background-color: #e3cd97;
	
	}

h1, h2, h3, h5, h6 {
	font-family: Georgia, Times New roman, Times, Serif;
	margin-top: 0px;
	}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#403123;
	}
h2 {
	font-size:14px;
	line-height:14px;
	font-weight:600;
	color:#363;
	}
h3 {
	font-size:12px;
	line-height:12px;
	font-weight:600;
	color:#363;
	}
h4 {
	font-family: Georgia, Times New roman, Times, Serif;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size:14px;
	line-height:14px;
	font-weight:600;
	color:#363;
	}

blockquote, p {
	font:11px/18px Georgia, Times New roman, Times, Serif;
	margin:0px 0px 12px 0px;
	padding: 0px;
	}

a, a:link { 
	color: #974b00; 
	text-decoration: underline; 
	font-weight:bold; 
	}

a:visited { 
	color: #333300; 
	text-decoration:none; 
	 }

a:hover {
	color: #b97b3e; 
	text-decoration: blink; 
	 }

a:active { 
	color: #000000; 
	text-decoration:none; 
	 }

img { border: 0; }
.to-right { float: right; padding: 0 10px 0 5px; }
.to-left { float: left; padding: 0 5px 0 10px; }

ol , ul , li {
	font:11px/18px Georgia, Times New roman, Times, Serif;
	list-style:lower-roman;
	margin-left: 15px;
	}

/* LAYOUT STYLES */

#header {
	float: none;
	font-family: Georgia;
	font-size: 11px;
	color: #333;
	background-color: #a17919; 
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	height: 30px;
	margin-top: 20px;
	}
	 .ymca {
		float: left;
		text-align: left;
		padding: 3px;
		font-size: 18px;
		margin-left: 180px;
		}
	 .contact {
		float: right;
		text-align: right;
		padding: 8px 20px;
		}
		
#om {	
	position: absolute;
	height: 48px;
	top: 15px;
	left: 70px;
	}
	
#leftcol {
	background-color:#a17919;
	border: 1px solid #000000;
	color: #333;
	float: left;
	width: 157px;
	color: #333;
	margin: 20px 5px 15px 5px;
		}
	
#leftcol p {
	text-align: right;
	margin: 2px;
	padding: 10px 4px;
	margin-left: 10px;
	}
	
#leftcol a {
	text-decoration: none;
	outline: none;
	display: block;
	padding: 2px;
	font-size: 12px; 
	border: #9cf none 1px;
	background-color:#a17919;
}
#rightcol {
	
	float: right;
	color: #333;
	margin: 20px 5px 15px 0px;
	border-bottom:1px;
	width: 250px;
	
	}

	#rightcol p {
		margin-right: 5px;
		margin-left: 5px;
		text-align: right;
		padding-left: 5px;
	}
	
	#rightcol img {
width: 249px;
height: 249px;
}	

.middle{
	margin-left: 180px;
	margin-right: 270px;
	padding-top: 20px;
}
.middle h1, h2, h3, h4 {
	text-align:right;
	}

.terms{
	padding: 20px;
	border:groove;
}

.events{
	float: right;
	width: 100%;
	border-top: groove;
	margin-bottom: 20px;
}

td {
  	border-bottom: groove;
	padding: 7px 4px 2px 0px;
	border-collapse: collapse;
}

table {
	font-size: 12px;
	text-align: right;
}


#content , #content-left {
	margin: 10px 0px 10px 0px;
	color: #333;
	z-index: 5;
	}
	#content h1, #content h2, #content h3, {
		margin: 5px;
		text-align: right;
		}
		
.blockquote {
		padding-left: 20px;
		}

	#content-left p, #content-left h1, #content-left h2, #content-left h3, #content-left h4,{
		margin: 10px 20% 10px 10px;
		text-align: justify;
		}
	

#footer {
	
	font-family: Georgia;
	color: #333;
	background-color: #a17919;
	clear: both;
	font-size: 11px;
	color: #333; 
	height: 30px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 50px 0 20px 0;
	}
	.copyright{
	float: right;
		text-align: right;
		padding: 8px 20px;
	}
	.designer{
	float: left;
		padding: 5px 25px;
		font-size: 12px;
	}
	
	

