@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #855b2d;
}

#header {
	background-image: url(../images/home/top.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 50px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.footer {
	background-color: #DDDDDD;
	background-image: url(../images/main/footer.jpg);
	height: 60px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
} 
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 58px;
	color: #FFF;
	text-align: center;
}

#content {
	background-image: url(../images/home/Hartless_Wood4_13.jpg);
	background-repeat: no-repeat;
	height: 530px;
	width: 880px;
	top: 170px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	padding-right: 40px;
}
#gallery {
	float: right;
	width: 480px;
	padding-top: 12px;
}

img
{  border-style: none;
}

a:link {color:#9e0b0f;}
a:visited {color:#9e0b0f;}
.img_right {
	float: right;
	margin-left: 30px;
}

