@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: #000;
	color: #fff;
	background-image: url(../images/bg.gif);
	text-align: center;
}
html>body #outer {height:auto}

#column {
	width: 550px;
	margin:  0 auto;
	text-align: right;color: #fff;
	text-align: center;

}
#main {
	width: 545px;
	color: #111;
	margin: 0px auto;
	padding: 10px 0 10px 0;
	min-height: 400px;
	height: auto !important;
	height/**/: 400px;
	text-align: left;
	border: 3px solid #333;
	background-color: #fff;
}

#logo {
	float: left;
	width: 550px;
	height: 67px;
	background-image: url(../images/logo.gif);
	margin: 0;
}

#nav {
	text-align: center;
	height: 18px;
	margin: 0 auto 3px auto !important;
	margin/**/: 0;
	width: 490px;
	

}
adding: 0;

#main-bar {
	width: auto;
	background-color: #eee;
	border-bottom: 2px solid #666;
	height: 10px;
}
#header {
	background-image: url(../images/header.jpg);
	width: 550px;
	height: 388px;
	padding: 0;
}
#left-col {
	width: 180px;
	margin: 0px 0 0px 0px;

	min-height: 380px;
	height: auto !important;
	height/**/: 380px;
	padding: 1px 0 0 0;
}

#header-int {
	width: 150px;
	height: 118px;
	background-image: url(../images/header-int.jpg);
	background-color: 333px;
	margin: 15px 0 3px 0px;
	padding: 0;

}

#content-home {
	width: 380px;
	float: right;
	min-height: 200px;
	text-align: left;
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 18px;
}



#content-int {
	width: 325px !important;
	width/**/: 335px;
	float: right;
	min-height: 200px;
	height: auto !important;
	height/**/: 300px;
	text-align: left;
	color: #111;
	border-left: 1px solid #ccc;
	padding: 15px 17px 25px 20px !important;
	padding/**/: 15px 5px 25px 20px; 
	

}



.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:#444;
	font-size: 9px;
	padding-top: 0px;
	padding-bottom: 4px;
	width: 550px;
}
.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;
}
.address {
	color: #fff;
	font-size: 11px;
}
.gallery-link a, .gallery-link a:link, .gallery-link a:active {
	font-size: 18px;
	
}
