

/* Basic Elements */
html, body {
	margin: 0;
	font-family:trebuchet,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
#container {

	width: 760px;
	margin: 0 auto;

	}
#header {
	width: 100%;
	height: 100px;

	}
	
P { 	font-family:trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; }


.bodytext {
	font-family:trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	
}

.footerlink:link {
font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none}
	
.footerlink:visited {
font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none}
	
.footerlink:hover {
font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.footerlink:active {
font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;

}
