/* CSS Document */


/* ======================= Main Window ======================= */

#main_window_container {
	background: url(images/main_window_bg.gif) no-repeat;
	position: absolute;
	width: 536px;
	height: 290px;
	margin: -10px 0 0 -6px;
	}
	
#main_window {
	position: absolute;
	top: 15px;
	left: 14px;	width: 519px;
	height: 260px;
	}
	
#main_window_flash {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 519px;
	height: 260px;
	}
	
#main_content {
	margin-left: 0px;
	}
	
/* ======================= Quicklinks Background ======================= */
	
#quicklinks_wrapper {
	background: url(images/quicklinks_bg_home.gif) no-repeat;
	}
	

/* ======================= About Us & Quick Links Boxes ======================= */

/* ==== Promo Area ==== */

#promoarea_home {
	width: 255px;
	height: auto;
	margin-left: 13px;	
	}


#bottom_promo {
	background: #666666;
	position: absolute;
	width: 536px;
	height: 130px;
	margin: 285px 0 0 -6px;
	}

