/* The CSS that's required to position the footer */

html {
	height: 100%;
}

body {
	height: 100%;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#footer {
	position: relative;
	margin: -154px auto 0 auto;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #footer {
	margin-top: -154px;
}

* {
	margin: 0;
	padding: 0;
}
	
#page {
	width: 783px;
	margin: 0 auto;
	min-height: 100%;
}

* html #page {
	height: 100%;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden {
	position: absolute;
	left: -10000px;
}


/* HEADER */

#header {
	height: 119px;
	margin: 0 7px;
}
	
/* CONTENT */

#content {
	position: relative;
	margin: 0 7px;
	padding: 0;
	padding-bottom: 154px;
	z-index: 10;
}

/*#contentMain, #contentSub1, #contentSub2 {
	position: relative;
	overflow: visible;
}*/

#contentMain {
	display: inline;
	clear: both;
	float: left;
	margin-top: 14px;
	margin-left: 218px;
	width: 531px;
	margin-bottom: -24px;
}

/* SUBCONTENT 1*/

#contentSub {
	display: inline;
	float: left;
	width: 210px;
	margin-left: -749px;
	z-index: 10;
	bargin-bottom: -44px;
}

/* SUBCONTENT 2*/

#contentSub2 {
	display: inline;
	
	float: right;
	width: 108px;
	/*margin: 0 1px;
	margin-right: 0px;*/
	
	border-left: 1px solid #FFF;
}

/* FOOTER */

#footer {
	width: 783px;
	height: 154px;
}




