@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%;
	text-align: center;
}

#outer {
	
	background-position: top left;
	background-color: #D9D9DA;
	text-align: center;
	width: 775px;
	margin: 0 auto;
	border: 1px solid #ccc;
	
	

}
html>body #outer {height:auto}

#main {

	background-color: #fff;
	margin: 0px 0 0px 0px;
	padding: 10px;
	text-align: left;


	


}
#main2 {
	background-color: #fff;
}

#top{
	height: 141px;
	border-bottom: 1px dotted #aaa;
	background-color: #fff;
	text-align: left;
	background-image: url(../images/top-bg.gif);

}
#logo {
	height: 141px;
	background: url(../images/logo.gif) no-repeat left;
	margin: 0;
	clear: both;
}

#nav {
	text-align: left;
	margin: 0;
	padding: 0;
	left: 0;
	clear: both;

}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 0;
	padding: 0;
}
#header {
	height: 155px;
	background: url(../images/header-2.jpg) repeat-x top #fff;
	padding: 0;
	margin: 0;
	align: left;
width: 775px;
	border-bottom: 5px solid #AA604E;
}

/*:::::::::::::::::::::::::::::::*/

#main2 {


}

#leftcol {
	width: 20%;
	float: left;

}
#rightcol {
	width: 70%;
	float: right;
	text-align: left;
}

.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer h2 {
	text-align: center;
	font-size: 15px;
	font-style: italic;
	color: #AA604E;


}
.footer {
	text-align: center;
	font-size: 10px;
	margin: 0 0 0 10px;
	


}
.home-quote {
	border-left: 1px solid #000;
border-right: 1px solid #000;

	width: 400px;
}
.home-quote p {
	margin: 20px;
}
.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;
}

.rightborder {
	border-right: 1px solid #000;
}

.leftborder {
	border-left: 1px solid #000;
}

.topborder {
	border-top: 1px solid #000;
}

.bottomborder {
	border-bottom: 1px solid #000;
}