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

body,
html {
	margin: 0px;
	padding: 0px;
	
}

html {
	/*padding-left: 25px;*/
	
	background-position: center top;
	background-repeat: repeat-y;
	background-attachment: scroll;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 1%;
	font-size: 0pt;
	width: 1px;
}

.hidden {
	display: none;
}

#page {
	padding: 3px 0px 25px 0px;
	width: 998px;
	margin: 0px auto;
}

#header-section {
	padding: 0px 0px 3px 0px;
	margin: 0px;
	position: fixed;
	top: 0px;
	width: 1000px;
	background-color: #fff;
}

#footer-section {
	background-color: #A2C1A2;
	text-align: center;
	padding: 8px 5px;
	margin: 0px;
	
	position: fixed;
	bottom: 0px;
	width: 988px;
}

#header-section,
#footer-section {
	left: 50%;
	margin-left: -500px;
	z-index: 30;
}

#middle-section {
	/*
	background-image: url(img/bg-main-body-long.gif);
	background-position: left top;
	background-repeat: repeat-y;
	*/
	clear: both;
	height: 1%;
	min-height: 380px;
	margin-top: 136px;
	/*border-top: 1px solid #b0e0e6;*/
}

#left-section {
	float: left;
	width: 197px;

}

#content-section {
	float: left;
	width: 650px;
	/*background-color: #FFFFE0;*/
}

#right-section {
	float: left;
	width: 150px;
}


/* two column layout */

#two-cols #left-section {
	display: none;
}

#two-cols #content-section {
	width: 848px;
}
