@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: Arial, Helvetica, sans-serif;
	height:100%;
}

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

img {
	padding: 2px;
	border: 2px solid #CAC3A5;
	margin: 10px;
}
#column {
	width: 700px;
	text-align: left;
	margin:  0 auto;


}


ul {
	color: #641727;
}
#nav {
	text-align: center;
	margin: 0 auto 3px auto;
	width: 100%;
	

}

#header {
	background: url(../images/header.jpg) no-repeat;
	width: auto;
	height: 155px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	
}
#leftcol {
	width: 460px !important;
	width/**/: 435px;
	margin: 10px 0 0 0px !important;
	margin/**/: 10px 0 0 15px;
	float: left;
}	
#rightcol {
	width: 220px;
	float: right;
	margin: 10px 10px 0 0 !important;
	margin/**/: 10px 5px 0 0;
}
#rightcol p {
	margin: 0px 0 15px 0;
	border-bottom: 1px dotted #6A6551;
	padding: 5px;
	font-size: 11px;
}
.cleaner
{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
	visibility: hidden;
}
.footer {

	margin: 0 auto;
	text-align: right;
	font: Arial, Helvetica, sans-serif;
	color:#C4BC8A;
	font-size: 9px;
	padding-top: 0px;
	padding-bottom: 4px;
	width: 720px;
}
.footer a:link, .footer a:visited {
	color: #643432;
	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;
}

#nav a, #nav a:link, #nav a:active, #nav a:visited {
	display: block;
	color: #800003;
	text-decoration: none;
	padding: 7px 7px 7px 20px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/bullet.gif) left no-repeat;
	font-size: 13px;
	float: left;
}
#nav a:hover {
background: url(../images/bullet-hover.gif) left no-repeat;
}


.contentpaneopen {
	padding: 5px 20px;
	margin: 0;
}

#footer {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-left: 10px;
	color: #988F77;
	font-variant: small-caps;
}