.container {
	margin: auto;
	width: 95%;
	max-width: 1120px;
	min-width: 950px;
}

#wrap {
	border-right: 2px solid #c4c0b5;
	border-left: 2px solid #c4c0b5;
}

header {
	margin-top: -10px;
	background-color: #ffffff;
}

nav {
	background-color: #d5c9af;
	padding: 10px 20px;
	height: 30px;
}

nav > a {
	display: block;
	padding: 4px 5px 4px 30px;
	color: #000000;
	float: left;
	margin: 0px 1.5%;
	display: block;
	float: left;
}

a.contact {
	display: block;
	padding: 5px 0px 5px 30px;
	background-position: left center;
}

.phone {
	background: url(icons/phone.png) no-repeat;
}

.email {
	background: url(icons/email.png) no-repeat;
}

.location {
	background: url(icons/location.png) no-repeat;
}

.facebook {
	background: url(icons/facebook.png) no-repeat;
}

#slider {
	margin: 10px 20px;
}

#page {
	margin-bottom: 20px;
}

footer {
	background-color: #d5c9af;
	padding: 10px 30px;
}

footer .column {
	width: 20%;
	float: left;
	color: #33280c;
	margin-right: 1%;
	padding: 2%;
}

footer .column h1 {
	background: none;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

footer > div {
	line-height: 200%;
	font-size: 11pt;
}

footer td {
	font-size: 11pt;
}

footer .column a {
	color: #33280c;
}

#copyright {
	background-color: #b6a682;
	text-align: center;
	color: #473817;
	padding: 10px;
	font-size: 10pt;
	font-weight: bold;
}

.leftbar {
	float: left;
	width: 265px;
	margin-right: 20px;
}

.sidebar {
	float: right;
	width: 320px;
	margin-left: 20px;
}

.content {
	overflow: hidden; 
	background: url(images/content-bg.png);
}

.box {
	margin-bottom: 10px;
	padding: 20px;
	color: #333333;
	border-top: 0px;
}

p.announce {
	font-size: 16pt;
	color: #5B9ED6;
    font-weight: bold;
    font-family: Tahoma, 'Yanone Kaffeesatz', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	text-align: center;
	margin: 0px;
}

#message {
	position: fixed;
	width: 400px;
	left: 50%;
	top: 400px;
	margin-left: -230px;
	padding: 20px 10px 20px 70px;
	z-index: 1000;
	border-radius: 10px;
	font-size: 10pt;
	color: #000000;
	margin-bottom: 5px;
	font-weight: bold;
}

#message.error {
	border: 1px solid #df8f90;
	background: #ffd2d3 url(images/message-error-bg.png) no-repeat 15px 10px;
}

#message.success {
	border: 1px solid #9adf8f;
	background: #d4ffcd url(images/message-success-bg.png) no-repeat 15px 10px;
}
