


body {
	padding: 40px 0px 0px 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.maincontainer {
	width: 900px;
	margin: 0px auto 0px auto;
}

.topbitbar
{
	width: 100%;
	height: 54px;
	/* height: 48px; */
	background: #FFFFFF;
	margin: 0px 0px 11px 0px;
	overflow: auto;
}

.topbitbar .left
{
	width: 300px;
	float: left;
}

.topbitbar .right
{
	width: 600px;
	float: right;
}

.mainpicture {
	width: 900px;
	height: 400px;
	margin: 0px auto 0px auto;
	background-color: #E6E6E6;
}

.navigation {
	width: 100%;
	/*background: url(../img/nav-background.jpg) right center no-repeat;*/
	margin: 0px 0px 14px 0px;
	padding: 12px 0px 12px 0px;
	border-bottom: 2px #F1C8B9 dotted;
}

.navigation a{
	margin: 0px 34px 0px 0px;
	color: #CB562B;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.navigation .on{
	margin: 0px 34px 0px 0px;
	color: #9E4321;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.bottomtext {
	margin: 14px 0px 20px 0px;
	overflow: auto;
}

.bottomtext .left{
	width: 230px;
	float: left;
	overflow: hidden;
	padding-right: 10px;
}

.bottomtext .left img {
	border: 0px;
}

.bottomtext .left p{
	color: #666666;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.bottomtext .left a{
	color: #CB562B;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.bottomtext .left em{
	font-size: 9px;
}


.bottomtext .right{
	width: 660px;
	float: right;
	overflow: auto;
}

.bottomtext .right h1{
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight: normal;
}

.bottomtext .right p{
line-height: normal;

}

.footer {
	width: 100%;
	margin: 60px 0px 14px 0px;
	padding: 12px 0px 12px 0px;
	border-top: 1px #F9E7DF solid;
	text-align: center;
	color: #666666;
}

.footer a{
	text-decoration: none;
	color: #CB562B;
}

/* #### Globals #### */

h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 16px 0px;
	color: #000000;
}

a {
	color: #CB562B;
	text-decoration: none;
}

