html, body {
	height: 100%;
}

body {
	background-color: #f5f5f7;
	background-image: url('images/strip-background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	font: 12px Helvetica, Arial, sans-serif;
	color: #7690b1;
	padding: 0px;
	margin: 0px;
}

.clearfix {
	clear: both;
}
.clearfix-left {
	clear: left;
}
.clearfix-right {
	clear: right;
}

#page {
	width: 1000px;
	background: url('images/page-background.jpg') repeat-y;
	margin: 0 auto;	 /* center's the page */
	position: relative; /* needed for footer positioning*/
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

#page img {
	border-color: #f5f5f7;
}

#page a {
	color: #7690b1;
	font-weight: bold;
	text-decoration: none;
}

#page a:hover {
	color: #e3001a;
	font-weight: bold;
	text-decoration: none;
}

/* Content */
#page #content {
	width: 970px;
	padding-left: 30px;
}

#page #content h1 {
	font: 50px Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	color: #dae2e9;
	margin: 0px;
	padding: 0px;
	padding-top: 11px;
	padding-bottom: 5px;
}

#page #content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #7690b1;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	padding-left: 1px;
}

#page #content p {
	line-height: 1.5;
	text-align: justify;
}

#page #content #top-content {
	height: 80px;
}

#page #content #top-content #searchbar {
	float: left;
	padding-left: 57px;
	padding-top: 30px;
}

#page #content #top-content #sidebar-top {
	float: right;
	width: 324px;
	height: 80px;
}

#page #content #top-content #sidebar-top ul {
	margin: 0;
	padding: 0;
	padding-left: 18px;
	padding-top: 34px;
	list-style-type: none;
}

#page #content #top-content #sidebar-top ul li {
	display: inline;
	padding-right: 2.1em;
}

#page #content #inner-content {
	width: 586px;
	padding-left: 30px;
	padding-right: 30px;
}

/* Sidebar */
#page #sidebar {
	float: right;
	width: 324px;
	height: 124px;
}

#page #sidebar #sidebar-logo {
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	width: 324px;
	height: 71px;
	margin-bottom: 30px;
}

#page #sidebar .inner-sidebar {
	padding-top: 15px;
	padding-right: 30px;
}

#page #sidebar .inner-sidebar .nav {
	padding-left: 19px;
	border-top: 1px solid #e4e4e6;
	padding-top: 11px;
	padding-bottom: 11px;
	width: 250px;
}

#page #sidebar .inner-sidebar .first {
	border-top-width: 0;
}

/* Wordpress Things */
#page #content #inner-content .headline {
	height: 71px;
	background-color: #f5f5f7;
}

#page #content #inner-content .headline h2 {
	padding-left: 25px;
	padding-top: 19px;
	font-size: 23px;
	font-weight: normal;
	color: #7690b1;
}

#page #content #inner-content .headline h2 a {
	font-weight: normal;
}

#page #content #inner-content div.post {
	padding-bottom: 20px;
}

#page #content #inner-content div.post div.entry {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}

#page input, #page textarea {
	border: 1px solid #e4e4e6;
	background-color: #ffffff;
}

#page input.inputTextbox {
	width: 400px;
	font: 12px Helvetica, Arial, sans-serif;
	padding: 2px;
}
#page textarea.inputMessage {
	width: 400px;
	font: 12px Helvetica, Arial, sans-serif;
	padding: 2px;
}

#page input.submitButton {
	font-weight: bold;
	color: #7690b1;
	background-color: #f5f5f7;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

#page input#searchsubmit {
	font-weight: bold;
	color: #7690b1;
	background-color: #f5f5f7;
}

#page input.contactError, #page textarea.contactError {
	border: 1px solid #ff0000;
}

#page .navigation {
	padding-bottom: 20px;
}

/* Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.size-thumbnail {
	border: 2px solid #f5f5f7;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}