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

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



/*

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

*/


.wrapper1 {
	height:auto !important;
	height: 100%;
	min-height: 100%;
	position:static;
	margin:0 auto;
	width:1004px;
	/*border:1px solid #0F0;*/
}



/*

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

*/

.head {
	
	position:absolute;
	margin-left:10px;
	top:-278px;
	width: 950px;
	height:267px;
	text-align:center;
	/*border:1px solid #F00;*/
	
}

.page{
  	position: relative;
	margin-top:278px;
	margin-left:18px;
   	width: 965px;
	text-align:left;
	/*border:1px solid #F00;*/	
	
}

.breadcrumb {
 	position: absolute;
	top:0px;
	left:167px;
	width:620px;
	/*border:1px solid #666666;*/
}


.middle {
   position: relative;
   margin-left:250px;
margin-bottom:20px;
   width: 704px;
   /*border:1px solid #ccccff;*/
   /*min-height:440px; /* this have to be the min for the left and right menu. */ 
}

.otherPageElements { 
border:1px solid #666666;       
width:580px;
}



.left {
   position: absolute;
   float:left;
   top:0px;
   left: 11px;
   width: 222px;
   /*border:1px solid #cc0;*/
}

.footer {
	/*float:left;*/
	margin-top:20px;
	padding-top:20px;
        width:704px;
        border-top:2px solid #999999;
}



