body {
	font-size:100%;
	line-height:1em; /* 16x1.125=18px */

	}

body {
	background-image: url(../images/back_trees.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:top right;
	font-family: Helvetica, Verdana, sans-serif;
	color:#666666;
}

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

/* Page Div's */

#container {
	width:680px;
	height:auto;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
 	border: 1px groove #83A280;
	padding: 8px 8px 8px 8px;
	}
	
#header {
	height:96px;
	background-image:url(../images/logo.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding: 0px 0px 12px 400px;
	}
	
#menu {
	height:auto;
	background-color:#83A280;
	margin-top:-9px;
	margin-left:-9px;
	margin-right:-9px;
	border: 1px groove #83A280;
	padding:4px;
	text-align:center;
	}	
	
#footer {
	height:auto;
	background-color:#83A280;
	margin-bottom:-9px;
	margin-left:-9px;
	margin-right:-9px;
	border: 1px groove #83A280;
	padding:8px;
	text-align:center;
	font-size:.7em;
	color:#CCCCCC;
	}	

#main	{
	/*background-image:url(../images/labyrinth.jpg);
	background-position:center 80px;
	background-repeat:no-repeat;
	background-attachment:fixed;*/
	}
			
#main_indent	{
	padding:16px;
	}

	
#image {
	margin: 0px 0px 0px 8px;
	border: 1px solid #566371;
}
	
/* Fonts & Styles */

.text	{
	font-size:.8em;
	padding-right:275px;
}

.text_indent	{
	font-size:.8em;
	padding-left:30px;
	padding-right:275px;
}

.text_full	{
	font-size:.8em;
}

.text_full_indent	{
	padding-left:30px;
	font-size:.8em;
}

.text_full_indent_2	{
	padding-left:50px;
	font-size:.8em;
}

.text_highlight {
	color:#F5F5F5;
}

.header_text {
	font-size:.7em;
	}

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

.title_big {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #566371;
	margin-bottom:12px;
	margin-top:6px;
}



/* Links */


A:link 
{
	color: #83A280; 
	text-decoration: none;
}
a:hover {
	color: #566371;
	text-decoration:underline;
	}

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

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

.menu a:link 
{
	color: #E4E4E4; 
	text-decoration: none;
}

.menu a:hover {
	color: #566371;
	text-decoration:none;
	}

.menu a:visited { 
	color:#E4E4E4;
	text-decoration: none;}

.menu a:visited:hover  {
	color: #566371;
	text-decoration:none;
			}