@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: #FAF9F4;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;

}
html>body #outer {height:auto}

#left-col {
	width: 248px;
	float: left;
	margin: 15px 0 0 10px;

	text-align: center;
	border: 1px dotted #DDDAC8;
	background-color: #fff;
}
#header {
	background-image: url(../images/header.jpg);
	width: 248px;
	height: 166px;
}
#nav {
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 282px;
	margin: 1px 0 0 0;
	padding: 0 0 20px 0;
	border-top: 1px dashed #C6CBBF;
}
html*#nav {
	height: 282px;
}
img {
	border: 3px solid #EBEAE6;
	padding: 1px;
}
#right-col {
	background-image: url(../images/main-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fff;
	width: 350px;
	min-height: 450px;
	float: left;
	margin: 15px 0 0 10px;
			line-height: 24px;
border: 1px dotted #B3B0A0;

	font-family: Georgia, "Times New Roman", Times, serif;
}
html*#right-col {
	height: 450px;
}
#content {
	margin: 20px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}
#callouts {
	width: 130px;
	height: 450px;
	background: #fff url(../images/main-bg.gif) top repeat-x;
	float: left;
	margin: 15px 0 0 10px;
	border: 1px dotted #B3B0A0;
}
#callouts a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#callouts a img  {
	border: 4px solid #D9D6C5;
	padding: 1px;
	margin: 0px;
	

}
#callouts a:hover img  {
	border: 4px solid #E5E3D4;
	padding: 1px;
	margin: 0px;
	

}
#main-col {
		background-image: url(../images/main-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fff;
	width: 480px;
	min-height: 450px;
	float: left;
	margin: 15px 0 0 10px;
border: 1px dotted #B3B0A0;

	font-family: Georgia, "Times New Roman", Times, serif;
}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	width: 738px;
	margin: 10px 0 0 10px;
	text-align: left;
	font: Georgia, "Times New Roman", Times, serif;
	color:#B3B0A0;
	font-size: 11px;
	padding-top: 4px;
	padding-left: 20px;
	padding-bottom: 4px;
	clear: both; font-variant: small-caps;
	border-top: 1px dashed #B3B0A0;
	
}
.footer a:link {
	color: #B3B0A0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
	font-variant: small-caps;
}
.footer a:visited {
	color: #B3B0A0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px dashed #305170;
}
.footer a:hover {
	color: #007DB8;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
}
