@charset "utf-8";
/* CSS Document */
html {
	overflow-x:hidden;
}
body { 
	background-color:#ffc705;
	margin:0px;
	padding:0px;

}

.int_text_hdr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#1a67a4;
}

.text_body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#83817d;
}

.main {
	background-image:url(/assets/templates/ecc1/images/top_bkg_02.gif);
	background-color:#96cd3e;
	background-repeat:repeat-x;
	width:100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	height: 192px;
	margin:0px;
	padding:0px;
}

.body_bkg {
	width: 1100px;
	background-image: url(/assets/templates/ecc1/images/body_04.png); 
	background-repeat: repeat-y;
}

.logo {
	position: absolute;
	
}

.pic_1 {position: relative; top: 0px; left: -305px; width: 420px; height: 250px;}
.pic_2 {position: relative; top: -250px; left: -30px; width: 420px; height: 250px;}
.pic_3 {position: relative; top: 0px; left: -305px; width: 420px; height: 250px;}
.pic_4 {position: relative; top: -250px; left: -30px; width: 420px; height: 250px;}
.calendar {}
.notepad {}

.postit_1 {position: relative; left: -440px; top: -135px;}
.postit_2 {position: relative; right: -405px; top: -535px;}
.postit_3 {position: relative; right: -405px; top: -455px;}
.postit_4 {position: relative; right: -445px; top: -485px;}

.menu_wrapper {
	width:454px; 
	height:39px; 
	padding-top:70px; 
	padding-left:400px;
}

.menu {
	width:454px; 
	height:43px; 
	background-image:url(/assets/templates/ecc1/images/menu2.png); 
	background-repeat:no-repeat; 
	text-align:center; 
	padding-top:4px;
	
}

.header {
	height:130px; 
	width:1100px; 
	padding-bottom:0px; 
	background-image:url(/assets/templates/ecc1/images/header_03.png); 
	background-repeat:no-repeat

}

.footer_int {
	height:89px; 
	width:1100px; 
	position:relative; 
	bottom:0px; 
	background-image:url(/assets/templates/ecc1/images/footer_30.png); 
	background-repeat:no-repeat; 
}

.footer {
	background-image:url(/assets/templates/ecc1/images/bottom_bkg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:100%;
	background-color:#d77600;
}



