@import url('mambo.css');
@import url('sifr.css');
@import url('menu.css');
/* CSS Document */
body, html {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	background: #000;


}
html>body #outer {height:auto}

#mgmt-menu {
width:200px;
position:absolute;
text-align:left;
background: #fff;
}


#white-bg {
	background: url(../images/bg.jpg) top repeat-x #fff;
	text-align: center;
	border-bottom: 5px solid #EFEDD4;
}
#spacer {
	height: 20px;
}
#main-col{
	width: 694px;
	margin: 0 auto;
	text-align: left;


	

}
#maincol div, #maincol p {
	line-height: 19px;
	font-size: 12px;
}
#main-content {
	margin: 20px 0 0 0;
	line-height: 20px;
}
/****************Top Bar*************************/
#logo {
	background: url(../images/logo.gif) top no-repeat;
	float: left;
	width: 274px;
	height: 56px;
	

}
#logo a{
	display: block;
	width: 321px;
	height: 130px;
}
#contact {
	width: 280px;
	height: 42px;
	float: right;
	background: url(../images/contact-top.gif)
}
#nav {
	height: 21px;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	display: block;
}
/*************Home********************/

#header {
	width: 694px;
	height: 221px;
	clear: both;
	background: url(../images/header.jpg);
}



.cleaner {
	clear: both;
}


/***************Footer******************/
#footer {
	height: 79px;
	background: url(../images/footer.gif) repeat-x;
	font-size: 9px;
	color: #6C6158;
	text-align: center;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	font-size: 9px;
	color: #6C6158;
}
/****************************************/

