/* General */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	font-size: 14px;
	line-height: 1.5em;
	font-family: Georgia, Times, 'Times New Roman';
	color: #543f2e;
	background-color: #e9e6e2;
}

a {
	color: #db8c3c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Elements */

#bodyframe {
	width: 960px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 437px;
	height: 112px;
	margin: 40px 0 20px 40px;
	background-image: url(/img/logo_.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

#toptext {
	float: right;
	text-align: right;
	padding: 77px 25px 0 0;
	font-size: 1.7em;
	line-height: 1.1em;
}
#toptext p:first-line {
	color: #db8c3c;
}

#menu {
	clear: both;
}

#menu ul {
	list-style-type: none;
	margin: 0 0 5px 10px;
}
#menu ul li {
	display: inline;
	margin-right: 10px;
}
#menu a {
	font-size: 0.95em;
	text-decoration: none;
	color: #543f2e;
}
#menu a:hover {
	text-decoration: underline;
	color: #db8c3c;
}
#menu .active {
	background-color: #543f2e;
	padding: 5px 5px 10px 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	/*font-weight: bold;*/
	color: #fff;	
}
#menu .active:hover {
	color: #fff;
	text-decoration: none;
	cursor: default;
}

#bar {
	width: 940px;
	height: 10px;
	background-color: #543f2e;
	margin-left: 10px;
}

#content {
	clear: both;
}

#leftcol {
	width: 550px;
	padding: 25px;
	float: left;
	background-color: #fff;
}

#leftcol div#text {
	margin: 0 0 20px 165px;
	width: 350px;
}

#photo {
	float: left;
}

h1 {
	font-size: 2.5em;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 20px;
	color: #db8c3c;
}

h2 {
	font-weight: normal;
	line-height: 1.3em;
	margin: 10px 0 0 0;
	color: #db8c3c;
}

h3 {
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 10px 0 0 0;
}

h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 15px 0 0 0;
}
h4 a {
	color: #543f2e;
}

.rightcol {
	float: right;
	width: 300px;
	padding: 10px 25px 30px 35px;
	background-color: #fff;
}

.teaser {
	width: 290px;
	margin-right: 10px;
	padding-left: 25px;
	background-color: #d9d1c9;
}

#footer {
	clear: both;
	padding: 10px;
	font-size: 0.8em;
}


