@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:100%;
	min-height:100%;/*for mozilla*/
	background: repeat-y #1E3675;
}
html>body #outer {height:auto}

a:link, a:visited {
	font-size: 13px; 
	color: #B3B46E; 
	font-weight: bold;
	text-decoration: underline;
	font-family:  "Trebuchet MS" Arial, Helvetica, sans-serif;
	}

a:hover {
	font-size: 13px; 
	color: #B3B46E; 
	font-weight: bold;
	text-decoration: underline;
	font-family:  "Trebuchet MS" Arial, Helvetica, sans-serif;
	}
div#column {
	width: 92%;
	background: #fff url(../images/bg.gif) right repeat-y;
	margin: 0 0 80px 0;
	padding: 0 30px 0 0;
}
html>body #column {height:auto}

#header {
	height: 147px;
		background-image: url(../images/header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
}
#main-holder {

}
hr {
	border: 0;
	background: none;
	border-bottom: 1px solid #BFBA8E;
	margin: 3%;
}
#leftcol {
	width: 219px;
	min-height: 390px;
	float: left;
	text-align: center;
}
#leftcol p {
	margin: 15px;
	font-size: 10px;
	line-height: 20px;
}
#rightcol {
	width: 75%;
	margin: 10px 10px 0 0;
	float: left;
	padding: 0 0 0 13px;
	text-align: left;
	border-left: 1px solid #BFBA8E;

}

html*#rightcol {
	margin-right: 5px;
}




.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;
	height: 72px;
	background: url(../images/footer-bg.gif) repeat-x #252525;

	
}
html*.footer {
	margin-top: -71px;
}
.footer a:link {
	color: #575757;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:visited {
	color: #575757;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:hover {
	color: #575757;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}
.footer p {
	padding-right: 10px;
	font-size: 10px;
	color:#575757;
}