@charset "utf-8";
/* CSS Document */


*
{
	margin: 0;
	padding: 0;
}
body
{
	font: normal 13px arial, helvetica, sans-serif;
	text-align: center;
	background-color: #000000;	
	color: #666;
}
p{

padding-bottom:7px;}

div#wrapper
{
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color:#fff;
}
div#logo
{

	height: 150px;
	padding-left:23px;
	text-align: left;
	background-color:#771E18;

}
div#nav
{
	height: 25px;
	background-color:#b0472e;
	padding: 7px 0 0 10px;

}
#menu
{
	float: left;
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;

}

#menu li
{
	float: left;
	display: inline;
	padding: 0 25px;
	border-right: 1px solid #C06C58;
}
#menu li a
{

	color:#FFF;
	font-weight:bold;
}
#menu li a:hover
{

	color:#F8c301;
	text-decoration:none;

}
div#hmpics
{
	height:205px;
	background-color:#F0C000; 

}
div#innerpics
{
	height:90px;
	background-color:#F0C000;
	
	text-align:right;
}
div#innerpics-text
{
	height:38px;
	width:572px;
	float:left;
	text-align:left;
	padding: 52px 0 0 28px;
	font-size:23px;
	color:#FFF;
}
div#innerpics-im
{
	height:90px;
	width:300px;
	float:left;
}

div#contentleft
{
	width: 544px;
	float:left;
	padding: 20px 28px 28px 28px;
}
div#contentright
{
	float:left;
	width: 281px;
	margin-top: 20px;
	padding: 0 0 0 18px;
	border-left:#E2BBB2 1px solid;
}
div#contentmenu
{
	width: 840px;
	padding: 28px;
}
div#footer
{
	font: normal 11px arial, helvetica, sans-serif;
	text-align: center;
	background-color: #531611;	
	color: #b0472e;
	padding:10px 0;
	margin-top:10px;

}
div#contentleft ul {
	list-style-type: square;
	padding-left: 20px;
	line-height: 20px;
	}
a:link, a:visited
{
	text-decoration: none;	
	color: #b0472e;
}

a:hover, a:focus
{
	text-decoration: underline;
}
h1
{
	color: #b0472e;
	font-size: 22px;
	padding-bottom:10px;
}
h2
{
	color: #b0472e;
	font-size: 13px;
	font-weight: bold;
	padding-bottom:10px;
}
h3
{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

	/* CLEAR   */
div.brclear{
	clear:both;
	line-height:0px;
	height:0px;
	border:0;
	margin:0;
}
