@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FEF8DC;
	margin: 0px;
	padding: 0px;	
}

#outerContainer {
	text-align:center;
	background-color: #FEF8DC;
	margin:0 auto;
	padding:20px 0 0 0;
	width: 980px;
	min-height: 600px;
	height: auto;
	background-color: #FEF8DC;
}

#innerContainer {
	margin:0;
	width:950px;
	background-color: #FEF8DC;
	min-height: 620px;
	height: auto;
	overflow: hidden;
}

#header {
	width: 950px;
	margin: 0px;
	padding: 0px;	
}

#subheader {
	width: 950px;
	margin: 0px;
	padding: 0px;
}

#changeTypo {
	width:134px;
	height: 22px;
	padding: 8px 0 0 10px;
	background-color: #FCEB95;
	text-align:left;
	float:left;
}

#spacer {
	background-color: #FDF2BB;
	width: 584px;
	height:30px;
	float:left;
}

#defaultNavi {
	width: 202px;
	height: 22px;
	padding: 8px 10px 0 10px;	
	background-color: #FCEB95;
	text-align:left;
	float:left;
}

#main {
	width:950px;
	margin:0px;
	padding:0px;
}

	#navigation {
		width:134px;		
		min-height: 610px;
		height: auto;
		background-color:#FEF8DC;
		padding: 29px 0 0 10px;
		text-align:left;
		float:left;
	}
	
	* html #navigation {
		height:610px;
	}
	
	#content {
		width: 584px;
		min-height:650px;
		height: auto;
		background-color: #FDF2BB;
		text-align:left;
		float:left;
		padding: 0px 0px 0px 0px;
		margin: 0px;
	}

	* html #content {
		height:655px;
	}
	
	#contentTextOnly {
		width: 484px;		
		min-height: 450px;
		height: auto;
		background-color: #FDF2BB;
		padding: 20px 50px 0px 50px;
	}

	#contentTextImage {
		width: 372px;		
		min-height: 450px;
		height: auto;
		background-color: #FDF2BB;
		text-align:left;
		float:left;
		padding: 20px 50px 0px 50px;
	}
		
	#contentImage {
		width: 112px;
		height: auto;
		padding: 32px 0px 0px 0px;
		float:left;
	}
	
	#contentImage img {
		padding: 0 0 1px 0;
	}
	
	#highlights {
		width:202px;		
		min-height: 420px;
		margin: 8px 0 0 0;
		padding: 20px 10px 0 10px;
		background-color: #FEF8DC;
		text-align:left;
		float:left;
	}

#footer {
	width: 950px;
	height: 90px;
	background-color: #FDF2BB;
	text-align:left;
	padding: 0 0 0 0;
	margin: 0;
	float:left;
}
#footerLeft {
	width: 144px;
	height:90px;
	background-color:#FEF8DC;
	padding: 0px 0px 0px 0px;
	float:left;
}
#footerCenter {
	width: 584px;
	height:62px;
	background-color:#FDF2BB;
	padding: 28px 0px 0px 0px;
	text-align:center;
	float:left;
}
#footerRight {
	width: 202px;
	height:90px;
	background-color:#FEF8DC;
	padding: 0px 10px 0px 10px;
	float:left;
}
