/* CSS Document */

/* BODY */

body,td,th {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	letter-spacing:1px;
	line-height:150%;
	text-align:center;
    }

body {
	background-color:#618d34;
	background-image:url(../images/main.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin-top:300px;
    }
	
a:link {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #666666;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}	

/* STRUCTURE */
	
#container {
    margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:justify;
	}
	
#menu {
    float:left;
	width:200px;
	}
	
#content {
    float:right;
	width:600px;
	}
	
#contentinset {
    padding:35px;
	}
	
#footer {
    float:right;
	width:600px;
	}
	
/* FONTS */

.copyright {
    font-size:10px;
	color:#b2cd96;
	}
	
.intro {
    font-size:14px;
	font-weight:bold;
	color:#caefa3;
	}