@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: Arial, Helvetica, sans-serif;
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background: url(../images/bg.gif) repeat-x #717171;

	text-align: center;
}
html>body #outer {height:auto}

div#column {
	width: 687px;
anyways	border-left: 5px solid #797979;
	border-right: 5px solid #797979;
	border-bottom: 5px solid #797979;
	background-color: #fff;
	margin: 0 auto;
}
html>body #column {height:auto}

#header {
	width: 687px;
	height: 231px;
	background: url(../images/header.jpg);
}

#leftcol {
	width: 219px;
	background: url(../images/nav-bg.jpg) repeat-y center;
	float: left;
}
html* #leftcol {
	background-position: center;
	margin: 0 0 0 -1px;
	padding: 0 0 0 2px;
	
}
#nav-bottom {
	background: url(../images/nav-bottom.jpg) center;
	
	height: 30px;
	width: 219px;

}
html*#nav-bottom {
	margin: 0 0 0 -2px;
}
#rightcol {
	width: 440px;
	margin: 10px 10px 0 0;
	float: right;
	text-align: left;
}

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: 615px;
	margin: 0 auto;
	text-align: right;
	font: Arial, Helvetica, sans-serif;
	color:#888;
	font-size: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
	
}
.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;
}