@import url('mambo.css');
@import url('menu.css');

body, html {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
	text-align: center;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background-image: url(../images/bg.gif);
	background-position: top;
	background-color: #fff;
	align: center;
}
html>body #outer {height:auto}

.contentheading h1, .contentheading, .componentheading h1, .componentheading {
	font-size: 16pt;
	font-weight: bold;
 	color: #c7152d;
	text-align:left;
	margin: 0em 0 .5em 0;
	font-family: "Times New Roman", Times, serif;
}	
/* Links */
a, a:link, a:active, a:visited {
	color: #c7152d;
	font-weight: bold;
	
	}

a:hover {
	color: #c9c9c9;
	
	}


.module h3 {
	font-size: 15px;
	margin: 10px 0 8px 1px;
}
.module h3 a, .module h3 a:link, .module h3 a:visited, .module h3 a:active {
	font-size: 15px
}
/* ====================================================================
   Template Specific Classes
   ==================================================================== */
#main{
	width: 700px;
	margin: 0 auto 0px auto;
	padding: 0;

} 
#col{
	width: auto;
	margin: 0 30px;
	padding: 0 0 65px 0;

}  
html* #col {
	padding: 0 0 60px 0;
}
#header {
	background-image: url(../images/header.jpg);
	width: 700px;
	height: 241px;
}

#leftcol {
	width: 170px;
	float: left;
	
	margin: 2px 0 0 0px;
	text-align: left;
}
#leftcol p {
	margin: 0 5px;
}

#rightcol {
	width: 440px;
	float: right;
	margin: 2px 0px 0 0;
	text-align: left;
	padding: 0px 10px 0px 10px;
}
html* #rightcol {
	padding: 0 15px 40px 0px;
	width: 450px;

}
.cleaner {
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
  visibility: hidden;
}
#footer {
	position: relative;
	height: 65px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 9px;
	text-align: center;
	margin: -65px auto 0 auto;
	width: auto;
	padding: 0 20px;
	
	
}
*html #footer {
	margin-right: 0px;
	width: 700px;
	text-align: center;

}