@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;
}
img {
	border: 3px solid #ddd;
	padding: 2px;
}
#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background-image: url(../images/bg.jpg);
	background-position: top left;
	background-color: #2E4186;
	text-align: center; color: #fff;
	background-repeat: repeat-x;
}
html>body #outer {height:auto}



#column {
	width: 705px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;

}
#affils {
	height: 74px;
	background-image: url(../images/affils.gif);
	
}
#left {
	float: left;
	width: 194px;

}
#left p {
	color: #fff;
}
#logo {

	width: 194px;
	height: 172px;
	background-image: url(../images/logo.gif);
	margin: 0;
	float: left;
}

#nav { 
	width: 194px;

	float: left;
	clear: left;

}


#header {
	
	background: url(../images/header.gif) center no-repeat;
	width: 474px;
	height: 143px;
	float: right;


}

#main {
	width: 454px !important;
	width/**/: 474px;
	background-image: url(../images/content-bg.gif);
	background-position: right;
	background-repeat: repeat-y;
	min-height: 300px;
	float: right; 

	text-align: left;
	margin-right: 0px;
	padding: 20px;
	
}

#main-pad {
	margin: 0 20px 0 20px !important;
	margin/**/: 0;
}
#content {
	width: 609px;
	background-image: url(../images/content-bg.gif);
	background-repeat: no-repeat;
	background-color: #5F6A71;
	margin: 0 auto;
	color: #fff;
	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 {
width: 474px;
	height: 21px;
	background: url(../images/tail.gif) center no-repeat;

	float: right;
	clear: right;
}
/*:::::::::::::::::::::::::::::::*/

/*:::::::::::::::::::::::::::::::*/

.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	
	margin: 45px 0 0 200px;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	color:#ccc;
	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;
}#affils a img {border:none;}
