@import url('mambo.css');
@import url('sifr.css');
@import url('menu.css');
/* CSS Document */
body, html {
	background-color: #fff;
	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*/
	background-color: #3C1D1A;
	text-align: center; color: #fff;
	
	background-image: url(../images/bg.gif);
}
html>body #outer {height:auto}



#column {
	width: 657px !important;
	width/**/: 663px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	text-align: center;
	background-image: url(../images/left-bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	border: 3px solid #5A463B;

}
.side-form {
	color: #F8F1E1;
}
#left {
	float: left;
	width: 183px;
	height: auto !important;
	height/**/: 700px;

	



}

#logo {

	width: 183px;
	height: 187px;
	background-image: url(../images/logo.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin: 0;
	float: left;
}

#nav { 
	width: 183px;
	margin: 0 auto;
	text-align: center;
	float: left;
	clear: left;

}


#header {
	background-image: url(../images/header.jpg);
	width: 474px;
	height: 187px;
	background-position: bottom;
	



}
#rightcol {
	width: 474px;
	float: left;
	background-color: #F8F1E1;
	background-image: url(../images/content-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	
}
#main {
	width: 474px !important;
	width/**/: 468px;
	padding: 15px 0 0 0;
	min-height: 300px;

	margin-right: 13px !important;
	margin-right/**/: 0px;
	
}

#main-pad {
	margin: 5px 20px 5px 20px;
	font-color: #333;
	text-align: left;
}
#content {
	width: 609px !important;
	width:/**/ 611px;
	background-color: #5F6A71;
	margin: 0 auto;
	color: #fff;
	height: auto !important;
	height/**/: 300px;
	border: 1px solid #6C7880;
	border-top: none;
	min-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 {
	clear: both;
	text-align: center;
}
/*:::::::::::::::::::::::::::::::*/

/*:::::::::::::::::::::::::::::::*/

.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	
	margin: 0;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	color:#ccc;
	font-size: 9px;
	padding-top: 0px;
	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;
}