/* validates at http://jigsaw.w3.org/css-validator/validator-upload.html */

body {
	color:#000000;
	margin-left:5px; margin-right: 10px; margin-top: 8px;  
	font-size:10pt; font-family: Sans-Serif;
	text-decoration: none;
	background-image:url(background.jpg); background-repeat: no-repeat; background-color:#796835;
     	}

a:link		{ color: #796835; text-decoration: none; }			/* unvisited link */
a:visited	{ color: #796835; text-decoration: none; }  			/* visited link */
a:hover	 	{ color: #796835; text-decoration: none; } 	  		/* mouse over link */
a:active	{ color: #796835; text-decoration: none; }			/* selected link */ 


.menu	{

	position:absolute;
		left:40px;
		top:375px; 
	font-size:12pt;
	text-align:right;
	}

	.menu a:link	{ color: #ffffff; text-decoration: none; }	
	.menu a:visited	{ color: #ffffff; text-decoration: none; }  	
	.menu a:hover 	{ color: #a98c61; text-decoration: none; } 
	.menu a:active	{ color: #a98c61; text-decoration: none; }	


.content {
	position:absolute;
		left:175px;
		top:375px;
		width:600px;
		margin-left:10px;
		margin-right:10px;
	}


.mailinglist {
	position:absolute;
		left:473px;
		top:595px;
		width:525px;
	font-weight:normal;
		margin-left:25px;
		margin-right:25px;
	}


div.body-main	 	{ margin-left:15px; margin-right: 15px;} 

.left, .right {margin:5px; font-family:'Times New Roman', Times, serif; width:255px; text-align:center;  padding:3px; color:#796835;}
.left{float:left;}
.right {float:right;}

