/* CSS Document */

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden {
	position: absolute;
	left: -10000px;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

#nonFooter {
	position: relative;
	min-height: 100%;

}

* html #nonFooter {
	height: 100%;
}

#footer {
	position: relative;
	margin: -45px auto 0 auto;
	width: 766px;
	padding: 0 3px;
	height: 45px;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #footer {
	margin-top: -45px;
}

* {
	margin: 0;
	padding: 0;
}
	
#page {
	width: 766px;
	margin: 0 auto;
	min-height: 100%;
}

* html #page {
	height: 100%;
}




/* HEADER */

#header {
	height: 148px;
}
	
/* CONTENT */

#content {
	padding-bottom: 65px;

}

#contentMain {
	display: inline;
	clear: both;
	float: left;
	margin-top: 0;
	margin-left: 42px;
	width: 489px;
}


/* SUBCONTENT */

#contentSub {
	display: inline;
	float: right;
	width: 171px;
	margin-right: 21px;
}
