@charset "utf-8";
/* CSS Document */

html 
	{
	background-color: #49502f;
	background-image: url(Background-Gradient.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	}
	
body 
	{
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 60px;
	margin-bottom: 60px;

	border-top: 4px #79874a solid;
	border-bottom: 4px #79874a solid;
	border-left: 4px #79874a solid;
	border-right: 4px #79874a solid;

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .85em;
	text-align: center;

	padding-bottom: 8px;
	padding-top: 8px;
	background-color: #ffffff;
	}
		
#header
	{
	margin-left: 10%;
	margin-right: 10%;
	}	
	
a:link, a:visited 
	{
	text-decoration: none;
	color: #ffffff;
	}
	
#main-text 
	{
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: 10%;
	margin-right: 10%;
	font-size: .85em;
	line-height: 1.65em;
	text-align: left;
	background: #FFFFFF url(Web-Pic-01.jpg) no-repeat right top;
	}
	
#copyright 
	{
	margin-top: 25px;
	margin-bottom: 0;
	font-size: .70em;
	background-color: #ffffff;
	text-align: center;
	}