html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	
}

body {
	height: 100%;
	background: url(images/bg.jpg) no-repeat;
}



.outd {
	min-height: 100%;
	margin: auto;
	width: 895px;
	border-style: solid;
	border-color: #67371E;
	border-width: 0px;
	border-left-width: 2px;
	border-right-width: 2px;
	
	background: #FFFFFF;
		
}

.topd {
	height: 140px;
	width: 895px;
	
}


.header {
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 895px;
	border: 0px;
	background: url(images/header.jpg) no-repeat;
	
	
	
}

.maincontent {
	margin: auto;
	width: 800px;
}

.p{
	color: #693B24;
}

a:link {

	font-family: sans-serif, sans-serif, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: inherit;
}

a:visited {
	font-size: 10pt;
	font-family: sans-serif;
	color: #081541;
	text-decoration: none;
}

a:hover {
	font-size: 10pt;
	font-family: sans-serif;
	color: #f31f1c;
	text-decoration: none;
}


.mainmenu{
	padding: 0;
	margin: 0;
	
	background: url(images/navbg.jpg) no-repeat;
	height: 30px;
	width: 895px;
	
	border-style: solid;
	border-color: #67371E;
	border-width: 0px;
	border-bottom-width: 2px;
		
		
}


.mainmenu ul{
	list-style: none;
	padding: 0;
	margin: 0;
} 

.mainmenu li{
	float: left;
	margin: 0;
} 

.mainmenu li a{
	font-weight:bold;
	font-family: sans-serif, sans-serif, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: inherit;

	height: 30px;
	float: left;
	width: 223px;;
	display: block;
	border: 0px;
	color: #532D18;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
} 


.mainmenu li a:hover{
	background: url(images/navhoverbg.jpg) no-repeat;
font-weight:bold
	height: 30px;
	float: left;
	width: 223px;;
	display: block;
	border: 0px;
	color: #000000;
	text-decoration: none;
	text-align: center;
} 




/* Hide from IE5-Mac \*/
.mainmenu li a{
	float: none
}
/* End hide */

.ptopl{
	float: left;
	padding: 0;
	margin: 0;
}




