#cnt {
	width: 720px;
	text-align: left;
	position: relativ;
	min-height: 100%;
}

* html #cnt {
	height: 100%; /* IE 6 Fix */
}

#header {
	height: 296px;
}

#header h1 {
	border: 0;
	font-size: 1.4em;
	padding-top: 30px;
}

#header a.logo {
	background: transparent url(../img/logo.gif) no-repeat top left;
	display: block;
	padding-top: 50px;
	padding-left: 200px;
	padding-bottom: 6px;
	font-size: 1.1em;
	font-style: normal;
	width: 100%;
}

#header .image {
	margin: 0 0 0 200px;
}

#left {
	float: left;
	width: 200px;
}

#content {
	float: left;
	margin-top: 30px;
	margin-left: 40px;
	width: 480px;
	padding-bottom: 80px;
}

#content img {
	float:left;
	margin-bottom:0.5em;
	margin-right:0.5em;
}

#weather {
	width: 160px;
	margin-left: 320px;
}

#contact {
	background: #FFFDEE;
	margin-left: 20px;
	font-size: 0.9em;
	position: fixed;
	bottom: 68px;
}

#contact p span {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	color: #85060A;
}

#footer {
	background: #FFFDEE url(../img/footer_bg.gif) repeat-x;
	width: 100%;
	height: 68px;
	margin-top: -68px;
}

#footer #inline {
	background: transparent url(../img/footer_inline_bg.gif) no-repeat;
	width: 500px;
	height: 68px;
}

/*
	Messages
*/

#cms_message {
	margin: 1em 0;
}

#cms_message ul {
	margin: 0;
}

#cms_message li {
	list-style-type: none;
	background: none;
	padding: 0.5em;
}

#cms_message.success {
	color: #006748;
	border: 1px solid #006748;
	background-color: #E6FFF7;
}

#cms_message.failed {
	color: #B14651;
	border: 1px solid #B14651;
	background-color: #FFE6E8;
}

/*
	Pagination
*/

#content .pager {
	text-align: right;
	padding: 1em 0;
	border-top: 2px solid #BFC9C8;
}

#content .pager .count {
	float: left;
}

#content .pager a {
	text-decoration: none;
}

#content .pager a.current {
	font-weight: bold;
}
