* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	background: #f8f4ea url(images/pagebg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
.clear {
	clear: both;
}
p {
	margin-bottom: 10px;
}
#container {
	width: 940px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -72px;
	background: url(images/headbg.png) no-repeat;
	font-size: 1.1em;
}
#head {
	width: 940px;
	height: 377px;
	padding-top: 32px;
}
#head h1 {
	width: 232px;
	padding-top: 13px;
	height: 72px;
	float: left;
}
#head h1 a {
	height: 72px;
	width: 232px;
	margin-left: 18px;
	display: block;
	text-indent: -9999px;
	background: url(images/logo.gif) no-repeat;
}
#head #tagline {
	width: 300px;
	margin-top: 40px;
	height: 72px;
	float: right;
	color: #e2eef4;
	font-size: 13px;
	font-style: italic;
	}

#wrap {
	width: 920px;
	background: url(images/mainbg.gif) repeat-y left;
	margin: 0px auto;
}
#main {
	width: 542px;
	float: left;
	padding: 0px 31px 20px 31px;
}
.post h2 {
	color: #528fa9;
	font-weight: normal;
	font-size: 1.75em;
	padding-bottom: 10px;
	border-bottom: 1px solid #f7f3e7;
	margin-bottom: 10px;
}

.post h3 {
	color: #528fa9;
	font-size: 1.20em;
	padding-bottom: 10px;
	border-bottom: 1px solid #f7f3e7;
	margin: 35px 0 10px 0;
}
.entry {
	font-size: 1.1em;
	line-height: 22px;
	color: #697b86;
}
#sidebar {
	width: 275px;
	float: right;
	margin-right: 15px;
}
#sidebar h3 {
	margin-bottom: 15px;
	padding: 7px 0 15px 0;
	border-bottom: 1px solid #f4eedc;
	width: 275px;
	color: #528fa9;
	font-size: 1.20em;
}
#sidebar ul {
	list-style: none;
}

#sidebar p {
	color: #697b86;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#sidebar ul li input, textarea {
	padding: 6px;
	color: #697b86;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #eae5d5;
	margin-bottom: 20px;
	width: 275px;
	max-width: 275px;
}

#sidebar ul li .submit {
	background: #eae5d5;
	cursor: pointer;
	border: none;
}

#push {
	height: 72px;
}
#footerwrap {
	height: 49px;
	width: 100%;
	background: #467a97 url(images/footerbg.gif) repeat-x;
	padding-top: 23px;
}
#footer {
	background: #5987a1;
	width: 844px;
	margin: 0px auto;
	color: #a6d0e9;
	padding: 11px 28px;
}
#footer #left {
	float: left;
}
#footer #right {
	float: right;
}

