/* HTML TAGS */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body{
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff url(images/side_bg.jpg) left top repeat-y;
	text-align: left;
	vertical-align: top;
	color: #54472C;
}

img{ border:0; }

h1 {
	font-size: 14px;
	margin: 10px 0px;
	padding: 0px;
}

h2 {
	font-size: 12px;
	margin: 3px 0px 10px;
	padding: 0px;
}

p {
	padding: 0px;
	margin: 0 0 13px 0;
	line-height: 1.5em;
}

/* MAIN WRAPPER */
#wrapper{
	background-color: #fff;
	width: 760px;
    height: 100%;
	margin: 0px;
	padding: 0px;
	border-right:  1px solid #C9B792;
}

/* HEAD SECTION */
#header{
	background: #54472C url(images/pichome.jpg) top left no-repeat;
	width: 760px;
	height: 150px;
	position: absolute;
	left: 0px;
	top: 35px;
	border-top:  1px solid #C9B792;
	border-bottom:  1px solid #C9B792;
	margin: 0;
	padding: 0;
}

#header #flash{
	clear: both;
	float: right;
}

/* NAVIGATION */
ul#navlist{
	width: 480px;
	list-style: none;
	font-size: 12px;
	padding: 0;
	margin: 0;
	height: 22px;
	color: #54472C;
	float: right;
}

ul#navlist li{
	color: #c00;
	font-weight: bold;
	float: left;
	margin: 0px;
	padding: 3px 13px;
	white-space: nowrap;
	display: block;
}

a.navlink {
	float: left;
	font-size: 12px;
	color: #54472C;
	font-weight: bold;
	text-decoration: none;
}

a.navlink:hover{
	float: left;
	font-size: 12px;
	color: #c00;
	font-weight: bold;
	text-decoration: none;
}

/* MAIN SECTION */
#crumbs {
	width: 350px;
	position: absolute;
	left: 130px;
	top: 200px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	z-index:1;
	font-size: 11px;
	color: #826D44;
	height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#maincol{
	width: 405px;
	position: absolute;
	left: 120px;
	top: 220px;
	padding: 0px 10px 20px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	z-index:3;
	height: 420px;

}

#maincol p{
	padding-left: 20px;
	text-align: justify;
}

/* LEFT COLUMN */
#leftcol {
	width: 125px;
	position: absolute;
	left: 0px;
	top: 190px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	padding: 0px 10px 10px;
	z-index:1;
	font-size: 11px;
	color: #826D44;
	height: 410px;
	background-image: url(images/lcolbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 105px;
}

html>body>div#wrapper>div#leftcol { /* be nice to Opera */
	width: 120px;
} 

#leftcol a:link, #leftcol a:visited, #leftcol a:active{
	color: #9B824D;
	text-decoration: none;
}

#leftcol a:hover{
	color: #c00;
	text-decoration: underline;
}

/* RIGHT COLUMN */
#rightcol{
	width: 203px;
	position: absolute;
	left: 556px;
	top: 190px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	padding: 0px 10px 10px;
	z-index:1;
	font-size: 11px;
	color: #826D44;
	height: 450px;
	background-image: url(images/rcolbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 184px;
}

html>body>div#wrapper>div#rightcol { /* be nice to Opera */
	width: 184px;
} 

#rightcol img{
	padding: 0px 2px;
	margin: 0px;
}

/* FOOTER */
#footer {
	margin: 0px;
	text-align: center;
	vertical-align: bottom;
	font-size: 10px;
	clear: both;
	padding: 50px 0px 0px;
}

#footer  ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear:both;
}

#footer #footlist{
	margin-left: 85px;
}

#footer #footlistsub{
	margin-left: 110px;
}

#footer li{
	display: block;
	white-space: nowrap;
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	color:	#666;
}

#footer a:link, #footer a:visited, #footer a:active{
	float: left;
	color: #C9B792;
	text-decoration: underline;
}

#footer a:hover{
	float: left;
	color: #c00;
	text-decoration: underline;
}
