body {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position:center top;
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	color:#333333;
}

p {
display: block;
margin: 1em 0;
}

/* Page Div's */


#container {
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	background-color:#FFFFFF;
 	border: 1px groove #006666;
	padding: 8px;
	background-image: url(../images/fade_back.jpg);
	background-attachment:fixed;
	background-position:center top;
	background-repeat: repeat-y;
	}


#header	{
	width:100%;
	}
			
#main	{
	width:96%;
	margin-left:auto;
	margin-right:auto;	
			}
			
#main_indent	{
	padding-left:16px;
	padding-right:16px;
	}


#footer	{
	width:96%;
	color:#999999;
	text-align:center;
	font-size: 62.5%;
	font-size:.7em;
	margin-left:auto;
	margin-right:auto;
	padding-top:16px;
	}
	
#image {
padding-left:8px;
}

#border {
border: 2px #009966 solid;
width:400px;
margin-left:auto;
margin-right:auto;
}

	
/* Fonts & Styles */

.text	{
	font-size: 62.5%;
	font-size:.85em;
}

.text_indent	{
	font-size: 62.5%;
	font-size:.85em;
	padding-left:40px;
}

.text_2	{
	font-size: 62.5%;
	font-size:.7em;
}

.text_highlight {
	color:#F5F5F5;
}


.map_text  	{
	font-size: 62.5%;
	font-size:.75em;
	text-align:right;
}

.header_text {
	font-size: 62.5%;
	font-size:.8em;
	}

.title {
	font-size: 62.5%;
	font-size: .9em;
	font-weight: bold;
	margin-bottom:12px;
	margin-top:12px;
}

.title_big {
	font-size: 62.5%;
	font-size: 1.3em;
	font-weight: bold;
	color: #663366;
	margin-bottom:12px;
	margin-top:6px;
}



/* Links */


A:link 
{
	color: #009966; 
	text-decoration: none;
}
a:hover {
	color: #CC9933;
	text-decoration:underline;
	}

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

a:visited:hover  {
	color: #CC9933;
	text-decoration:underline;
			}
