@import url("menu.css");
@import url("sifr.css");
@import url("mambo.css");
/* CSS Document */
html, body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background-image: url(../images/bg.gif);
	background-position: top;
	background-color: #829D63;
	text-align: center;
	position: relative;
}
html>body #outer {
	height:auto

}


a, a:link, a:active, a:visited {
	color:#90A874;
	
}
a:hover {
	color: #857F5A;
}

#header {
	background-image: url(../images/header.jpg);
	width: 700px;
	height: 242px;
	margin: auto;

}

#main {
	width: 600px;
	min-height: 400px;
	text-align: left;
	
	margin: 0 auto;
	margin-bottom: 90px;
}
*html #main {
	height: 400px;
}
#left-col {
	background-image: url(../images/callout-top.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 180px;
	float: left;
	padding: 30px 0 0 0;
	margin-bottom: 80px;
}
#right-col {
	width: 350px;
	float: right;
	padding: 10px 10px 50px 10px;
	font-family: "Times New Roman", Times, serif;
	font-color: #888;
	text-align: left;
	margin: 0 14px 80px 0;
	
}
.module p {
	padding: 0px 10px 0 10px;

}

#footer {
	

	height: 73px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 9px;
	text-align: center;
	clear: both;

	
	
}
*html #footer {
	margin-right: 0px;
	text-align: center;

}
#footer p {
	font-size: 9px;
	text-align: center;
	
	width: 600px;
}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}