@import 'navigation.css';
@import 'slideshow.css';
@import 'content.css';

html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #wrapper {
	height: auto;
}

body {
	margin: 0;
	font-family: Arial, helvetica, sans-serif;
	background-color: #e4e4e4;
	font-family: 'Avenir 45 Book','lucida grande',futura,'lucida sans regular',verdana,sans-serif;
	color: #222222;
}

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/background.gif');
	background-position: center;
	background-repeat: repeat-y;
}

#header {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#content {
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 90px;
	text-align: justify;
	font-size: 14px;
	line-height: 18px;
	height: auto;
}

#footerwrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
}

#footer {
	width: 900px;
	height: 57px;
	margin: 0px auto;
	border-top: 1px solid #eaeaea;
	text-align: center;
}

.clear {
	position: relative;
	clear: both;
}