@charset "UTF-8";
/* CSS Document */

body { color: #000000;
	   font-family: "Copperplate Gothic Light", "Copperplate", "Century Gothic", serif;
	   font-size: 12px;
	   background-image: url(../images/background.gif);
	   background-repeat: repeat-x; 
	   background-color: #aab692;
}



p { color: #484747;
	line-height: 150%;
}


p.one  {	line-height: 5%;
			font-size: 18px;
			color: #484747;
			letter-spacing: 1px;
}

p.two	{   line-height: 5%;
			font-size: 26px;
			color: #484747;
			letter-spacing: 1px;

}

p.three	{	font-size: 17px;
			color: #484747;
			line-height: 5%;
			
}


p.four	{	font-size: 16px;
			color: #484747;
			line-height: 100%;
			
}


p.five {	font-size: 16px;
			color: #484747;
			letter-spacing: 1px;
}

p.six  {	font-size: 12px;
			color: #484747;
			line-height: 100%;
}

p.seven	{	font-size: 18px;
			color: #484747;
			line-height: 100%;
			
}

a {	font-size: 16px;
	color: #b0003e;
	text-decoration: none;
	padding: 0;
}


a:hover {	color: #7f896a;
			text-decoration: none;
}

a:visited {	color: #none;
			text-decoration: none;
}

a:active {	color: #b0003e;
			text-decoration: none;
}

h1 {	font-size: 16px;
		color: #484747;
		letter-spacing: 1px;
}		



#container {	height: 575px;
				width: 1000px;
				margin-left: 25px;
				margin-top: 35px;
				
				
}

					    


#left_sidebar  {  	width: 325px;
		  	height: 575px;
			float: left;
			padding-top: 10px;
			margin-left: auto;

}

#left_sidebar a:hover { color: #7f896a;
text-decoration: none;
}

#left_sidebar a:visited { color: #none;
            text-decoration: none;
}

#left_sidebar a:active { color: #5e6163;
text-decoration: none;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 

}


#content {
	width: 600px;
	float: left;
	margin: 45px 20px 20px 15px;
	padding: 10px 0 0 0;
	
}


#content-two {
	width: 300px;
	float: left;
	margin: -15px 10px 20px 15px;
}


#content-three {
	width: 300px;
	float: left;
	margin: -15px 20px 0px 10px;
}

#content-four {
	width: 300px;
	float: left;
	margin: -15px 10px 20px 15px;
	padding: 20px 0 0 0 ;
}

#left_sidebar a {font-size: 11px;
				color: #b0003e;
				text-decoration: none;
				padding: 0;
			  
}


#content a:hover {	color: #7f896a;
					text-decoration: none;
}

#content a:visited {	color: #none;
			            text-decoration: none;
}

#content a:active {	color: #b0003e;
					text-decoration: none;
}


#clear_content { clear: both;
}


		
					
#footer  {
	width: 100%;
	height: auto;
	text-align: right;
	float: left;
	margin-top: 20px;

			
}
