@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
		background:url(images/page_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color: #425524;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f5f5f4;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtrHdr #header {
background-image:url(images/header.jpg);
height : 120px;
}

.oneColFixCtrHdr #navbar{
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 25px;
	background:#dcd7ba; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom: 1px solid #999966;
	}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #header p {
margin : 0;
padding : 5px;
color:#FFFFFF;
font-size:12px;
font-weight:700;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin : 0px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

.oneColFixCtrHdr #mainContent .into{
font-family:Book Antiqua,Arial, Helvetica, sans-serif;
margin : 0 180px 0 0;
font-size:14px;
color:#666666;
text-indent: 20px;
}

.oneColFixCtrHdr #mainContent p{
font-family:Book Antiqua,Arial, Helvetica, sans-serif;
margin :  10px;
font-size:13px;
color:#333333;
text-indent: 20px;
}


.oneColFixCtrHdr #mainContent h1{
font-family:Book Antiqua,Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:24px;
color:#663300;
padding:5px 0;
margin:0;

}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/footer_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
		color:#fff;
	font-size:10px;
	}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer a {
color:#cccc99;
}

a {
text-decoration:none;
font-weight:bold;
color:#996633;
}

a:hover {
color:#CC9900;}

a img{
border:none;
}
.mylink {
color:#666666;
font-size:9px;
background:none;
}

.left {
float : left;
margin : 0 20px 5px 0;
}

.right {
float : right;
margin : 0 0 0 20px;
}

.clearer {
clear:both;
margin:0;
padding:0;
}

hr {
margin:0 0 5px 0px;
padding:  0px;
}
.accom {
border-bottom: 1px dotted #006600;
margin: 0 0 10px 0;
}

.oneColFixCtrHdr #mainContent .accom h1{
color:#006600;
}
.accom p {
margin :0;
padding : 0;
}

.oneColFixCtrHdr #mainContent .cond  p{
color:#000000;
font-size:11px;
text-indent:0;
}

.list{
color:#000000;
font-size:11px;
}

.picleft {
float: left;
margin : 5px;
padding : 0;
}

.noleft{
float : left;
margin : 0 5px 0 0;
}

.price {
font-size:10px;
color:#000000;
}

.style1{
text-indent:0px;
}