@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
	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;
	background-color: #f7e5c8;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #904c15;
	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. */
}
#header {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	
}


.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

#footer {
	  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*height:10px;*/
	background: #5e3b01;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:5px;
}

h1 {

font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:800;
color:#5e3b01;

}

h2 {

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
letter-spacing:0px;
font-weight:100; 

}

h3 {

font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#ffffff;
line-height:140%;
text-align:left;
font-weight:100;
}

h4 {

font-family:"Times New Roman", Times, serif;
font-size:15px;
color:#f7e5c8;
line-height:140%;
text-align:justify; 
font-weight:100;
}

h5 {

font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#ffffff;
letter-spacing:2px;
font-weight:100;
}

h6 {

font-family:"Times New Roman", Times, serif;
font-size:15px;
color:#f7e5c8;
line-height:140%;
text-align:right;
font-weight:100;
}

a.mail
{
	color: #ffffff;
	text-decoration: none;
}
a.mail:visited {
	color: #ffffff;
	text-decoration: none;
}
a.mail:hover {
	color: #AF672C;
	text-decoration: none;
}
a.mail:active {
	color: #ffffff;
	text-decoration: none;
}

a.header
{
color: #5e3b01;
text-decoration: none
}

a.header:hover
{
color: #af672c;
}

a.footer
{
color: #ffffff;
text-decoration: none
}

a.footer:hover
{
color: #d2a967;
}

a.pdf
{
color: #ffffff;
text-decoration: none
}

a.pdf:hover
{
color: #d2a967;
}

img.rental { border: solid 1px #f7e5c8 }