@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: Georgia, "Times New Roman", Times, serif;
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background: url(../images/bg.jpg) #A69265;
	text-align: center;
}
html>body #outer {height:auto}

div#column {
	width: 687px;
	min-height: 100%;
	border: 5px solid #F7F4DF;
	border-right: 5px solid #F7F4DF;
	background-color: #CFE9F8;
	margin: 0 auto;
	
}
html>body #column {height:auto}

#header {
	width: 687px;
	height: 231px;
	background: url(../images/header.jpg);
}

#leftcol {
	width: 219px;
	min-height: 390px;
	background-repeat: no-repeat;
	float: left;
	margin: 10px 0 0 0;
}
html*#leftcol {
	height: 390px;
}

#rightcol {
	width: 390px;
	color: #756D4A;
	line-height: 20px;
	margin: 10px 38px 0 0;
	float: right;
	border-left: 1px dotted #A5CAE7;
	padding: 0 0 0 20px;
	text-align: left;
}

html*#rightcol {
	margin-right: 20px;
	
}




.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}

.footer {
	width: 615px;
	margin: 20px auto 0px auto;
	text-align: right;
	font: Georgia, "Times New Roman", Times, serif;
	color:#888;
	font-size: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px dotted #A5CAE7;
	
}
.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;
}