	/* **************************************************  */

html, body {
	height:100%
	}
	
body 	{
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;
	background-color: #F3984F /*#E86800*/ ;
	background-image:  url('images/bodybg.gif');
	background-repeat: repeat-y;
	background-position: center center;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}

#outer	{
	height:100%;
	min-height:100%;
	width:758px;
/*	border-left: 1px solid #C26631;
	border-right: 1px solid #C26631;
	background-color:#FFFFCC; */
	color: #000000;
	text-align:left;
	margin:auto;
	margin-bottom:-32px;/* make room for Footer */
	position:relative;
	}

html>body #outer{
	height:auto;
	} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {
	/* enables content first */
	margin-top: 120px;
	float:left;
	width: 758px;
	}

#header	{
	position:absolute;
	top:0;
	left:0;
	width:758px;
	height:120px;
	background:transparent;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:100;
	}

#headerabr	{
	position:absolute;
	top:0;
	left:0;
	width:758px;
	height:120px;
	background:transparent;
	background-image:url('images/headabr.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:100;
	}

#headerpug	{
	position:absolute;
	top:0;
	left:0;
	width:758px;
	height:120px;
	background:transparent;
	background-image:url('images/headpug.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:100;
	}

#headerlaz	{
	position:absolute;
	top:0;
	left:0;
	width:758px;
	height:120px;
	background:transparent;
	background-image:url('images/headlaz.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:100;
	}

#left 	{
	position:relative;/*ie needs this to show float */
	width: 145px;
	float:left;
	/*padding-bottom:32px; needed to make room for Footer */
	}

#centrecontent {
	width: 590px;
	float:right;
	margin-right: 10px;
	/*padding-bottom:32px;/* needed to make room for Footer */
	}

#centrecontent p {
	padding: 0;
	margin: 3px 0 5px 8px;
	}

#centrecontent ul {
	list-style: none;
}

#centrecontent ul li a:link, #centrecontent ul li a:visited {text-decoration: none; color: #D36106;}
#centrecontent ul li a:hover {text-decoration: underline; color: #0D2E7F;}

#ieclear {
	width:100%;
	height:32px
	} /* for ie to clear Footer */

#Footer {
	width:758px;
	clear:both;
	height:30px;
	border-top:1px solid #FF8E32;
	border-bottom:1px solid #C75900;
	border-left: 1px solid #C26631;
	border-right: 1px solid #C26631;
	background-color: #E86800 /*#F3984F*/ ;
	text-align:center;
	margin:auto;
	position: relative;

}

* html #Footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}

#Footer p {}
#Footer a {font-size: 10px; color: #000; text-decoration: none;}

/* ************************************************************************************** */

#nav {
	background-image: url('images/leftbg.gif');
	background-repeat:repeat-y;
	padding-bottom: 10px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	margin-left: 0px;
	list-style: none;
	text-align: center;
}

#nav li a {
	font-family: 'Century Gothic', Arial, Verdana ;
	color: #EFEFEF;
	text-decoration:none;
}

#nav li a:hover {
	text-decoration: underline;
}

/* ************************************************************************************** */

h1 {font-size: 1.4em; padding:0; margin:3px 0 5px 8px;}
h2{color: #D36106; font-size: 1.2em; padding:2px 5px 2px 0px; margin:3px 0 5px 8px; border-bottom: 1px solid #F9B261;/*background-color: #F9B261;*/}

.for {font-style:italic; color: #D36106;}
.blanklist {list-style: none;}

.imgright {float: right; margin: 10px;}
.imgleft {float: left; margin: 10px;}
.imgleft2 {float: left; margin: 10px;}
.imgtn {float: left; margin: 5px 10px 10px 10px;}
.clear {clear:both;}

.proplist {list-style:none; padding: 0; margin: 10px;}
.proplist li a:link, .proplist li a:visited{ color: #D36106;text-decoration: none;}
.proplist li a:hover {color: #0D2E7F;text-decoration: underline;}

.linkright {text-align: right; clear: both;}
.linkright a:link, .linkright a:visited {color: #D36106;text-decoration: none; font-weight:600;}
.linkright a:hover {color: #0D2E7F;text-decoration: underline;}