@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-image:url(../css/images/cabin_bkgrnd.png);
	background-repeat:repeat-x;
	background-color:#6F4821;
	}
div#container {
	margin: 15px auto 0;
	padding: 50px 0px 50px 50px;
	width: 800px;
	background:#234E26;
	border-top: 3px solid #295C2D;
	border-right: 3px solid #1F4622;
	border-bottom: 3px solid #1F4622;
	border-left: 3px solid #295C2D;
}
div#banner {
	width:742px;
	height:314px;
}
div#content {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:742;
	background-image:url(../css/images/cntnt_bkgrnd.png);
	background-repeat:repeat-y;
	overflow:auto;
}
div#leftcolumn {
	float:left;
	padding-top:7px;
	width:742px;
}
div#midcolumn {
	margin-left:-560px;
	float:left;
	width:360px;
}
div#midcolumn img {
	text-align:right;
	padding:0px 3px;
}
div#rightcolumn {
	margin-left:-193px;
	float:left;
	width:193px;
	text-align:center;
	background-image:url(images/sidebar2.jpg);
	background-repeat:repeat-y;
}

/*-- The is all the CSS code the makes the navigation links behave like JavaScript rollovers (it doesn't take much, does it?) --*/

div#navlinks {
width: 171px;
position: relative ; top: 0; left: 0; z-index: 2;
}

div#navlinks a {
color: #fff;
background: #8abcb3 url(../css/images/navbutton1.gif);
font: bold 13px/13px arial, helvetica, sans-serif; 
text-align: center;
text-decoration: none;
display: block;
height: 18px;
padding: 5px 18px 0 3px;
margin: 3px 0 0 9px;
}

div#navlinks a:hover {
color: #000;
background: #8abcb3 url(../css/images/navbutton2.gif);
text-decoration: none;
}

div#navlinks a:active {
color: #ccc;
background: #8abcb3 url(../css/images/navbutton2.gif);
text-decoration: none;
}

div#footer {
	clear:both;
	width:742px;
	height:74px;
}
div#copyrite {
	padding-top:1.5em;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003399;
}
div#copyrite a {
	text-decoration:none;
	font-size:10px;
	color:#003399;
}
div#conditions {
	padding:7px 0px 0px 7px;
	width:144px;
	height:180px;
	background-image:url(../css/images/curr_cond_bkgnd.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	text-align:left;
	vertical-align:middle;
}
