body {
	 padding: 0 400px;
	 background: #FFFFCC;
	 /*margin-left: 5%;
	 margin-right: 5%;
	 min-width: 760px;*/
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-size: 100.01%;
	 text-align: center;
	 
}
#sizer {
	margin: 0 auto; /* centers #sizer in standard browsers */
  	padding: 0;
  	width: 50%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  	text-align: left; /* resets the default text alignment for the page */
	max-width: 1200px;
	
	}
	
#stretcher {
	/* Any % height here causes IE to lose the neg right margin */
	margin: 0 -400px; /* neg side margin values should be < or = to side body padding */
	min-width: 760px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
	min-height: 1px; /* 1px -- This harmless declaration gives Layout to IE7, which can't read the Holly hack below */
	background-color: #036;
	
	
} 
/*\*/
* html #stretcher {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

#wrapper1 {
	position: relative;
	background: #69C repeat-y left top; /* this BG handles the left column */
  	font-size: 14px; /* set global font-size here */ 
  	border: 10px solid #036;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
  background: #69C repeat-y right top; /* this BG handles the right column */
}


#main {
	background: #FFFFCC;
	border-left: 10px solid #036; 
	border-right: 10px solid #036;
	margin-left: 220px;
	margin-right:220px;
	/*margin-top: 10px; */
	padding: 10px;
	/*top: 10px;
	bottom: 10px; */
	min-height: 640px;
	}

#main_calendar {
	background: #FFFFCC;
	/*border-left: 10px solid #036; 
	border-right: 10px solid #036; */
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	/*margin-top: 10px; */
	padding: 10px;
	/*top: 10px;
	bottom: 10px; */
	min-height: 640px;
	text-align: center;
	}
	
#content {
	border: 4px groove;
	}
	
#banner {
		clear: both;
		position: relative;
		background: #003366;
		/*background-position: right;
		background-repeat: no-repeat;*/
		height: 140px;
	}
#banner_left {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 1;
	}
	
#banner_right {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
	}
	
#banner_title {
	position: absolute;
	top: 8px;
	z-index: 3;
	}

#wrapper {
 clear: both;
 position: relative;
 background: #003366; 
 font-size:12px;
 font-family: "Times New Roman", Times, serif;
 color: #FFFFCC;
 /*border: 4px groove;*/
 /*min-height: 760px; */
 bottom: 5px;
 }
	
#left_col {
	float: left;
	width: 200px;
	background: #6699CC;
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
* html #left_col {
	width: 200px;
	w/idth: 199px;
	margin-left: -240px;
	display: inline;

	}

#right_col {
	width: 200px;
	background: #6699CC;
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px; 

}
* html #right_col {
	display: inline;
	}

#nav_hbar {
	z-index: 2;
	margin-top: 130px;
}
#footer {
	height: 25px;
	background-color: #036;
	color: #69C;
	font-size: 11px;
	text-align: center;
}

.image_left {
	float: left;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}


.image_right {
	clear: both;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	
}
	
.floatright{float:right;clear:right}