@import url('mambo.css');
@import url('sifr.css');
@import url('menu.css');
/* CSS Document */
body, html {
	background: url(../images/bg.gif);	
	margin: 0px;
	padding: 0px;
	color: #222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background: url(../images/body.jpg) repeat-y center;
}
html>body #outer {height:auto}

td,tr,p,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	}

#header {
	width: 673px;
	height: 433px;
	background: url(../images/header.jpg) no-repeat center;
	margin: 0px auto 0px auto;
	padding: 0;
	clear: both;
}
#logo, #logo a {
	display: block;
	width: 200px;
	height: 120px;

}
#main {
	width: 610px;
	height: 100%;
	margin:  0px auto 0 auto;
	text-align: left;	
	clear: both;
}



#nav {
	text-align: left;
	height: 0px;
	margin: 0px auto;
	width: 100%;

}




/******************Interior*************************/

.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {
	width: 673px;
	margin: 0 auto;
	text-align: center;
	font: Georgia, "Times New Roman", Times, serif;
	color: #848371;
	font-size: 9px;
	padding-top: 4px;

	padding-bottom: 4px;
	
}
.footer a:link, .footer a:visited {

	text-align: center;
	font: Arial, Helvetica, sans-serif;
	color:#7D7258;
	font-size: 9px;

}
.footer a:hover {
	color: #999;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;

}