@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:  "Comic Sans MS", Arial, Helvetica, sans-serif;
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background: #fff;
	background-image: url(../images/bg.jpg);
	text-align: center;
}
html>body #outer {height:auto}
a:link, a:visited {
	font-size: 12pt;
	color: #7753B7; 
	font-weight: bold;
	text-decoration: underline;
	font-family: "Comic Sans MS"
	}

a:hover {
	font-size: 12pt;
	color: #CEB0FA; 
	font-weight: bold;
	text-decoration: underline;
	font-family:  "Comic Sans MS", Arial, Helvetica, sans-serif;
	}
div#column {
	width: 687px;
	height: 100%;
	min-height: 100%;

	background-color: #fff;
	margin: 0 auto;
}
html>body #column {height:auto}

#header {
	width: 687px;
	height: 231px;
	background: url(../images/header.jpg);
}
#main-holder {
	background-image: url(../images/content-bg.gif);
}
#leftcol {
	width: 219px;
	min-height: 390px;
	float: left;
}

#rightcol {
	width: 440px;
	margin: 10px 10px 0 0 !important;
	margin:/**/ 10px 5px 0 0;
	float: right;
	text-align: left;
}






.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}

.footer {
	width: 687px;
	margin: 0 auto;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	color:#888;
	font-size: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/footer.jpg);
	background-position: bottom;
	
}
.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;
}
.footer p {
	padding-right: 10px;
	font-size: 10px;
	color:#888;
}