@import url('mambo.css');
@import url('sifr.css');
@import url('menu.css');
/* CSS Document */
body, html {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #222;
	font-size: 12px;
	font-family:  "Trebuchet MS" Arial, Helvetica, sans-serif;
	height:100%;
}

#outer {
height:auto !important;	
height/**/:100% ;
	
	min-height:100%;/*for mozilla*/
	background: #E3E0C8;
	
	background-image: url(../images/bg.gif);
}

a:link, a:visited {
	font-size: 13px; 
	color: #CB0040; 
	font-weight: bold;
	text-decoration: underline;
	font-family:  "Trebuchet MS" Arial, Helvetica, sans-serif;
	}

a:hover {
	font-size: 13px; 
	color: #8D0126; 
	font-weight: bold;
	text-decoration: underline;
	font-family:  "Trebuchet MS" Arial, Helvetica, sans-serif;
	}
div#column {
	width: 687px !important;
	width/**/: 750px;
	height:auto !important;
	height/**/: 100%;
	min-height: 100%;
	
	margin: 0 0 80px 0;
}
html>body #column {height:auto}

#header {
	height: 147px;
		background-image: url(../images/header.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
}
#main-holder {

}

#leftcol {
	width: 219px;
	min-height: 390px;
	float: left;
	text-align: center;
}

#rightcol {
	width: 440px !important;
	width: 420px;
	margin: 10px 10px 0 0;
	float: left;
	padding: 0 0 0 13px;
	text-align: left;
	border-left: 1px solid #BFBA8E;
}





.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}

.footer {
	width: auto;
	margin: -80px 0 0 0;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	color:#730100;
	font-size: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-color: #E3E0C8;
	height: 72px;
	position: relative;
	
}
.footer a:link {
	color: #888;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:visited {
	color: #888;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:hover {
	color: #999;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}
.footer p {
	padding-right: 10px;
	font-size: 10px;
	color:#730100;
}