 
#HeaderContainer
{
	width:870px;
	overflow-x:hidden;
	overflow-y:hidden;
	height:135px;
	min-height:135px;
	margin:0px auto; 
	text-align:left; 
	padding:0px;
	background-color:#fff;
	background-image:url('../img/bg_top.gif');
	background-repeat:repeat-x;
	position:relative;
	z-index:2;  
	border-right:1px solid lightgray;
	border-left:1px solid lightgray;
}

#HeaderContainer .bg *
{
   	/*background-image:url('../img/bg_edges_top.gif');
   	   	background-image:url('../img/bg_edges.gif');*/
   	position:absolute;
	z-index:0;
  	top:0;
  	left:0;
  	right:0;
  	bottom:0;
  	zoom:1;
  	 *height:100%;
}

#HeaderContainer .bg i.w
{
	top:0px;
	right:0px;
	width:5px;
	bottom:0px;
	background-repeat:repeat-y;
	background-position:0px 0;
	
}

#HeaderContainer .bg i.e
{
	top:0px;
	left:865px;
  	width:10px;
	bottom:0px;
	background-repeat:repeat-y;
	background-position:-5 0;

}

#Logo
{
	height:120px;
	width:400px;
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	background-image:url('../img/logo-4.gif');
	background-repeat:no-repeat;
	background-position:10 0;
}





#MainContainer
{
	width:870px;
	overflow-x:hidden;
	*height:100%;
	min-height:100%;
	margin:0px auto; 
	text-align:left; 
	padding:0px;
	background-color:#fff;
	position:relative;
	z-index:0;  
	border-right:1px solid lightgray;
	border-left:1px solid lightgray;
}
	
	
#MainContainer .bg *
{
   /*	background-image:url('../img/bg_edges.gif');*/
   	position:absolute;
	z-index:0;
  	top:0;
  	left:0;
  	right:0;
  	bottom:0;
  	zoom:1;
  	 *height:100%;
}


#MainContainer .bg i.w
{
	top:0px;
	right:0px;
	width:5px;
	bottom:0px;
	background-repeat:repeat-y;
	background-position:0px 0;
	
}

#MainContainer .bg i.e
{
	top:0px;
	left:865px;
  	width:10px;
	bottom:0px;
	background-repeat:repeat-y;
	background-position:-5 0;

}


#Content
{
	padding:0px;
	margin-left:18px;
	margin-right:18px;
	background-color:#fff;
	*height:100%;

}

