body{
	margin: 0 ;
	background-image:url(images/tile.gif);
	background-repeat:repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
}

#layout{
	border-left: #6c4c2f 1px solid;
	border-right: #6c4c2f 1px solid;
	margin: auto ;
}

#content{
	font-size: 14px ;
	line-height: 20px ;
	/*font-family: tahoma, verdana, arial, helvetica, sans-serif ;*/
	background: url('images/body-bg.jpg') #573d28 repeat-x ;
	padding: 10px 10px 50px 50px ;
	color: #f0e0cd ;
}

#menu{
	height: 24px ;
	/*background: #583c27 ;*/
	background: url('images/nav_bg.gif') #5c3d24 repeat-x;
	padding-left: 10px ;
	color: #c59d72 ;
	font-family: Georgia, "Times New Roman", Times, serif ;
	font-size: 14px ;
	font-weight: bold ;
}

#text{
	width: 470px ;
	float: left ;
	text-align: left ;
}

#text a, #sidebar a{
	color: #dbb083 ;
	text-decoration: none;}

#text a:hover, #sidebar a:hover{
	text-decoration:underline;}
	
#sidebar{
	float: left ;
	margin-left: 65px ;
}

.sidebarImgContainer{
	padding: 3px ;
	border: 1px solid #b58f67 ;
	margin: 5px ;
}
.contrast_bg{
	padding: 0 5px 0 10px;
	border: 1px solid #b58f67 ;
	/*background-color:#000000;*/
	
}
.errors{
	padding: 0 5px 0 10px;
	border: 1px solid #c21413 ;
	background-color:#000000;
}
.caption{
	width:150px;
	font-size: 11px ;
	line-height:16px;
	text-align:center;
	margin: 5px ;
}
.captionNews{
	/*border: 1px solid #b58f67 ;*/
	width:150px;
	font-size: 11px ;
	line-height:16px;
	text-align:center;
	margin: 5px ;
	/*background-color:#553926;*/
}
/* headings, paragraphs, lists etc */
h1{
	font-size: 20px ;
	line-height: 26px;
	color: white ;
	margin: 0 0 10px 0;
}

h2{
	font-size: 18px ;
	line-height: 24px;
	color: white ;
	margin: 20px 0 5px 0 ;
	color: #f0e0cd ;
}

h3{
	font-size: 16px ;
	color: white ;
	margin: 15px 0 5px 0;
	color: #f0e0cd ;
}

p{
	margin: 0 0 10px 0 ;
	color: white ;
}

.formLabel{
	font-weight: bold ;
	color: white ;
}

.formField{
	margin-bottom: 15px ;
	margin-left: 10px ;
}

#rentalForm input, #rentalForm textarea {
	border: 1px solid black ;
	background: #d9b48c ;
	font-size: 13px ;
}

#rentalFormSubmit{
	font-weight: bold ;
	padding: 5px ;
}
.creditBG{
	background-color:#2f150b;
}
p.credit, p.credit a, p.credit a:link  {
	font-size:10px;
	color:#b18451;
	text-align:center;
	padding-top:2px;
	text-decoration:none;
	margin-left: auto; 
	margin-right: auto;
	
}
p.credit a:hover {
	color: #b18451;
	text-decoration:underline;
}
