@import url('mambo.css');
@import url('sifr.css');
@import url('menu.css');
/* CSS Document */
body, html {
	background-color: #E7E7AD;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

hr {
	border: none;
	border-bottom: 1px dotted #eee;
	border-top: 1px dotted #888;
	
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #670001;
}
#main img {

	padding: 2px;
	margin: 10px;
}
#outer {
	height:100%;
	min-height:100%;/*for mozilla*/

	text-align: center; color: #fff;
	background: url(../images/bg.gif) center top repeat-x #fff;

}
html>body #outer {height:auto}



#column {
	width: 760px;
	margin: 0 auto;
	padding: 150px 0 0 0;
	text-align: center;

}
#left {
	float: left;
	width: 260px;

}
#logo {

	width: 260px;
	height: 64px;
	background-image: url(../images/logo.gif);
	margin: 10px 0 25px 0;
	float: left;
}

#nav { 
	width: 100%;
	margin: 0 auto;text-align: center;
	float: left;
	clear: left;

}



#header {
	
	background-image: url(../images/header.gif);
	background-position: bottom;
	width: 500px;
	height: 126px;
	float: right;


}
#header2 {
	background-image: url(../images/content-header.gif);
	width: 510px;
	height: 305px;
	margin: -45px 0 20px 0;
	clear: both;
}
#main {
	width: 474px;

	background-position: center;
	background-repeat: repeat-y;
	min-height: 300px;
	height: auto !important;
		height/**/: 300px;
	text-align: left;
	float: right;  
	margin-right: 13px !important;
	margin-right/**/: 6px;
	
}

#main-pad {
	margin: 5px 20px 5px 20px;
	font-color: #333;
	text-align: left;
}
#content {
	width: 609px !important;
	width/**/: 611px;

	background-repeat: no-repeat;
	background-color: #5F6A71;
	margin: 0 auto;
	color: #fff;
	border: 1px solid #6C7880;
	border-top: none;
	min-height: 300px !important;
	height: auto !important;
		height/**/: 300px
}

#content-int {
	padding: 15px;
	color: #fff;
	text-align: left;
}
#content-int-2 {
	padding: 15px;

}
#content-home {
	padding: 5px;
	color: #fff;
	text-align: left;
	float: left;
	margin: 15px 0 10px 15px;
	width: 330px;
	
}

#tail {
	width: 500px;
	height: 21px;
	background-image: url(../images/tail.gif);
	background-repeat: no-repeat;
	float: right;
	text-align: center;
}
/*:::::::::::::::::::::::::::::::*/

/*:::::::::::::::::::::::::::::::*/

.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	
	margin: 20px 0 0 0px;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	color:#C2C281;
	font-size: 9px;
	padding-top: 4px;
	padding-bottom: 4px;

	line-height: normal;
	
}
.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;
}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}