@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 center;
	background-color: #fff;
	text-align: center;
	background-repeat: repeat-y;
	position: relative;
}
html>body #outer {
	height:auto

}


a, a:link, a:active, a:visited {
	color:#C22C37;
	
}
a:hover {
	color: #334585;
}
img {
	padding: 1px;
	border: 3px solid #ddd;
}
#header {
	background-image: url(../images/header.jpg);
	background-position: center;
	width: auto;
	height: 242px;
	margin: auto;

}

#main {
	width: 600px;
	min-height: 400px;
	text-align: left;
	margin: 5px auto 5px auto;
	padding: 0 0 72px 0;
	
}
*html #main {
	height: 400px;
}
#left-col {
	
	width: 180px;
	float: left;
	padding: 2px 0 75px 0;

}
#right-col {
	width: 350px;
	float: right;
	padding: 10px 10px 75px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-color: #888;
	text-align: left;
	margin: 0 14px 0 0;


	
}
.module p {
	padding: 0px 10px 0 10px;

}

#footer {
	position: relative;
	margin-top: -147px;
	height: 100px;
	padding: 45px 0 0 0;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 9px;
	text-align: center;
	width: 100%;
	clear: both;
	margin: -78px auto 0 auto;

}
*html #footer {
	margin: -73px auto 0 auto;
	text-align: center;

}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}