/** HEADER */

#header {
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	font-size: 36px;
	color: #614C31;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	background-image: url(images/background1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#logo h1, #logo p {

}

.single #logo {
	background: url(images/subpage2_04.jpg) no-repeat left top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	vertical-align: middle;
}

/** MENU */

#menu {
	float: left;
	padding-left: 15px;
}

#menu ul {
	margin: 0px;
	padding: 158px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 30px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#menu .first a {
	background: none;
}

/** PAGE */

#page {
	margin: 0px auto;
}

/** CONTENT */

#content {
	float: right;
	width: 470px;
	padding-top: 15px;
	padding-right: 110px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/** ONE COLUMN WIDE */

.one-column {
}

.one-column-wide {
	padding: 20px 90px;
}

/** 2-COLUMNS */

.two-columns {
}

.two-columns .column1 {
	float: left;
	width: 275px;
}

.two-columns .column2 {
	float: right;
	width: 159px;
	padding: 0px 0px 0px 10px;
	background: url(images/homepage05.gif) repeat-y left top;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 230px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}

/** FOOTER */

#footer {
	margin: 0px auto;
}

