/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	min-width: 950px;
	background: url('images/bg.jpg') top left repeat #3D3630;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	}
	
a:link, a:visited {text-decoration: none; color: #73AE2D; font-weight: bold;}
a:hover, a:active {text-decoration: none; color: #ffffff; font-weight: bold;}

p {text-align: justify;
	padding-left: 30px;
	padding-right: 20px;
	}
	
h1 {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px; margin: 5px auto;
	color: #73AE2D;}

h2 {font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #D15284;}
	
/*Image borders*/	
img.border-left {background-color: #ffffff;
	padding: 6px;
	border: 1px solid;
	border-color: #a29f89;
	margin: 4px 10px 0px 0px;
	float: left;
	}
img.border-right {background-color: #ffffff;
	padding: 6px;
	border: 1px solid;
	border-color: #a29f89;
	margin: 4px 0px 0px 10px;
	float: right;
	}
img.border {background-color: #ffffff;
	padding: 6px;
	border: 1px solid;
	border-color: #a29f89;
	margin: 0px 5px 4px 5px;
	}
.dark {font-size: 18px;
	font-weight: normal; margin: 0px;
	color: #977F5F;}
	
table td{vertical-align: top;}
table p{padding: 0px;}
	
#header {text-align: center;
	margin: 0px auto;}
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: url('images/wrapper-bg.gif') top center repeat-y;
	border-bottom: 1px solid #ffffff;
	}	
	
#content {
	width: 950px; padding-top: 20px;
	background: url('images/green-stripe.jpg') 0px 65px no-repeat;
	text-align: left;
	}
#content p{margin: 15px 0px 15px 0px;}
#left-content {float: left; width: 475px;}
#left-content p{padding-right: 0px;}
#mainnav {}
	
#footer { width: 950px;
	margin: 0px auto; 
	clear: both;  
	padding-bottom: 15px; text-align: center;
	}
#footer .style11 {color: #f460cc;font-family: Georgia, "Times New Roman", Times, serif;font-size: 24px;
	 padding-bottom: 2px; margin-bottom: 2px;}
#footer .style12 {font-size: 18px; color: #ffffff; padding-top: 2px; margin-top: 2px; font-weight: normal;}
#footer .style1 {color: #78b020;font-size: 18px;}
#footer p{text-align: center; color: #ffffff;}
#footer a:link, #footer a:visited {color: #d2bca0;}
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */
