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

* {
	margin: 0;
}
html, body {
	height: 100%;
	text-align:center;
	background-color:#FFFFFF;
	behavior: url('/css/csshover.htc');
}



/*

Dymanic Layout Blocks for MooTools
--------------------------------- 

*/


#wrapper {
	height:auto !important;
	height: 100%;
	min-height: 100%;
	position:static;
	margin:0 auto;
	/*border:1px solid #0F0;*/
	width:954px;
	/*border:1px solid #333399;*/
	/*background:url('/gui/www.couriercompanies.com/background-grey-shadow.gif') repeat-y;*/
}


/*

LAYOUT STYLEING BELOW
----------------------- 

*/

#header {
	
	position:absolute;
	top:0;	
	padding:0;
	width: 954px;
	height:289px;
	background:url('/gui/background-header.gif') no-repeat;

}


#headerInner {
	margin-left:20px;
	width:904px;	
	text-align:left;
	/*border:1px solid #333399;*/
}

#page{
  	position: relative;
	margin-top:289px;
   	width: 954px;
        min-height: 700px;
	text-align:left;
	border:1px solid #FFFFFF;	
	
        background-image: url(/gui/background-fade.jpg);
        background-repeat: repeat-x;
        background-position: center bottom;


}

#pageLeft {
	/*float:left;*/
	width:700px;
	margin-left:18px;
	/*border:1px solid #333399;*/
}

#pageRight {
	float:right;
	margin-top:26px;
	margin-right:26px;
	width 150px;
	/*border:1px solid #333399;*/
}


#menu {
	margin-top:35px;
}

#menuLeft {
	margin:0;
	float:left;
	width:80px;
	/*border:1px solid #333399;*/
}

#menuCenter {
	float:left;
	margin:0;
	margin-left:20px;
	width:500px;
	/*border:1px solid #333399;*/
}

#menuRight {
	float:right;
	width:257px;
	height:34px;
	/*border:1px solid #333399;*/

}

#footer {
	float:left;
        width:954px;
	height:115px;
        text-align:left;
        /*border:1px solid #0F0;*/
        background:url('/gui/background-footer.jpg') repeat-x;
        background-position:left top;

}

#footerLeft {
	float:left;
	margin-top:30px;
	width:500px;
	text-align:right;
	/*border:1px solid #333399;*/
}

#footerRight {
	float:left;
	margin-top:30px;
	margin-left:15px;
	width:220px;
	text-align:right;
	/*border:1px solid #333399;*/

}

/* BANNERS */

.bannerHeader {
	margin-top:15px;
	width:904px;
	height:90px;
	text-align:center;
	/*border:1px solid #333399;*/
}

