@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-color: #162171;
	color: #fff;
	text-align: center;
}
html>body #outer {height:auto}

#main {
	width: 750px;
	background-color: #fff;
	margin: 0 auto;
	background-image: url(../images/right-bg.gif);
	background-position: right;
	background-repeat: repeat-y;
	
}
#nav {
	width: 750px;

	margin: 0 auto;
	clear: both;
}

#leftcol {
	width: 150px;
	float: left;
	background-image: url(../images/left-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 500px;
}
html*#leftcol {
	height: 500px;
}
#logo {
	background-image: url(../images/logo.gif);
	width: 131px;
	height: 194px;
	margin: 5px auto 20px auto;
}
#rightcol {
	width: 400px;
	float: right;
	text-align: left;
	padding: 20px;
	margin-right: 130px;
}
#edit-col {
	width: 550px;
	float: right;
	text-align: left;
	padding: 20px;
	margin-right: 5px;

}
html*#rightcol {
	margin-right: 60px;
	width: 450px;
}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {

	margin: 0 auto;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	color:#DCE6F2;
	font-size: 9px;
	padding-top: 0px;
	padding-bottom: 4px;
	width: auto;
	clear: both;
}
.footer a:link {
	color: #DCE6F2;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:visited {
	color: #DCE6F2;
	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;
}
.address {
	color: #fff;
	font-size: 11px;
}