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


/* layout containers */

.fsizer {	
	position: relative;
	margin-top:5px;
	width: 813px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto; } 
	

/* Container element */

.fsizer a { 
	display: block;
	background: #ebebeb; 
	float: right; 
	width: 20px; 
	margin-right: 3px; 
	text-align: center; 
	color: #1b429a; 
	text-decoration: none; 
	cursor: pointer; 
	letter-spacing: 0; 
	line-height: 100%; }

.fsizer a:hover { text-decoration: none; background: #d4ddff;  }

/* Three 'A' links used to control size */

.fsizer a#fs_sml { font-size: 9px; height: 15px; padding-top: 5px; }
.fsizer a#fs_med { font-size: 13px; height: 17px; padding-top: 3px; }
.fsizer a#fs_lrg { font-size: 16px; height: 18px; padding-top: 2px; }

.fsizer a.fsactive { 
	color: #1b429a;
	background: #d4ddff; 
	cursor: default; }

#wrapper {
	position: relative;
	margin-top:5px;
	width: 813px;
	text-align: left;
	background-color: #fffff;
	border: 2px solid #b4975b;
	background-image: url(../images/backgroundimage.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#sideBar {
	position: absolute;
	width: 226px;
 	height:100%;
	border-right: 2px solid #b4975b;
	background-color: #fcf2d7;
}
#flash {
	float: right;
	width: 585px;
	background-color: #fffff;
}

#content {
	float: right;
	width: 540px; /* top, right, bottom, left */
	min-height:455px;
 	height:auto !important;
  	height:455px;
	background-color: #fff;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

#content2 {
	float: right;
	width: 540px; /* top, right, bottom, left */
	min-height:350px;
 	height:auto !important;
  	height:350px;
	background-color: #fff;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

#sideBarFooter {
	position: absolute;
	bottom: 0;
}
#ehud {
	position: absolute;
	bottom: 0;
	left: 770px;
}

#footer {
	margin-top:10px;
	width: 826px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 20px;
	vertical-align: text-top;
	padding: 0px;
}
.clear {
	clear: both;
	visibility: hidden;
	height: 0;
