body { 
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-image:url(img/bg.jpg);
	margin: 25px 0px 0px 0px;
	text-align: center;
}
h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #697F8A;
	font-weight: bold;
	text-decoration: none;
}
select {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	color: #697F8A;
	background-color: #DFDFDF;
}
li {
	text-align: justify;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

/****************************************************************************/

a.rollmenu{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #e6e2c7;
	text-decoration: none;
	display:block;
	height: 20px;
	width: 100%;
}
a.rollmenu:hover{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #e6e2c7;
	text-decoration: none;
	background-color: #DFDFDF;
	color: #697F8A;
	display:block;
	height: 20px;
	width: 100%;
}

/****************************************************************************/
#wrapper {
	text-align: left;
	width: 830px;
	margin: 0 auto;
}
#header {
	width: 760px;
	heigth: 80px;
}
#content {
	background: #DFDFDF;
	border: 10px solid #697F8A;	
	width: 600px;
	float: left;
	padding: 10px 10px 10px 10px;
}
#menu {
	background: #697F8A;
	width: 160px;
	float: left;
	padding: 10px 10px 10px 10px;
	margin-left: 10px;
}
#spacer {
	clear: both;
	width: 100;
	height: 10px;
}
#footer {
	background: #697F8A;
	clear: both;
	width: 810px;
	height: 70px;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	color: #EEFADA;
	text-decoration: none;
}
#footer a {
	font-size: 12px;
	color: #EEFADA;
	text-decoration: underline;
}

