/* ------------|Header------------ */
#info {
	background-color: #6b583e;
	margin-bottom: 30px;
}

#header {
	height: 100px;
	background: transparent url(../images/home/header.jpg) repeat-x 0 50%;
	width: 100%;
}
#header h1 a#logo {
	background-color: #342613;
}

#menu li {
	background: transparent url(../images/home/separator.jpg) no-repeat 100% 50%;
}
#menu a {
	color: #342613;
}

/* ------------|Content------------ */
#left-img {
	background: transparent url(../images/home/left-img.jpg) no-repeat 33px 0;
	width: 351px;
	height: 630px;
}
#infobox {
	background: transparent url(../images/home/infobox.jpg) no-repeat;
	width: 357px;
	height: 208px;
	margin-top: 36px;
}
#infobox a {
	color: #342613;
	text-decoration: none;
}
#content-wrapper h2 {
	background: transparent url(../images/home/title2.jpg) no-repeat;
	width: 430px;
	height: 53px;
}
#content-wrapper .narrow-column {
	width: 350px;
}
#content-wrapper .wide-column {
	width: 540px;
}
a {
	color: #342613;
}

/* ------------|Contact----------- */
.contact p {
	float:						left;
	width:						260px;
}
.contact label {
	float:						left;
	width:						60px;
}
.contact input {
	margin-left:				4px;
	width:						140px;
}
.contact select {
	margin-left:				4px;
}

/* ------------|Footer------------ */
#footer {
	background-color: #342613;
	border-bottom-color: #5d482e;
}