
/*-- 3 PANEL LAYOUT -- */
#top {
	background: url('../images/3p_top_bg.jpg') repeat-x top left;
	padding-top:20px;
	background-color: #FEFBF3;
}
    
#top .foot{
	background: url('../images/3p_topfoot_bg.jpg') repeat-x bottom left;
	height:35px;
}

#left {
	float:left;
	width: 660px; 
	border: 1px solid #F9F3E6;
	padding-top:20px;
	padding-right:20px;
}

* html #left {
	\width: 680px;
	w\idth: 680px;
} 
    
#right{ 
	float:right;
	position:relative;
	width: 380px;
	background: url('../images/3p_right_bg.jpg') repeat-y top left;
	padding-top:60px;
}
    
#right .head{
	position:absolute;
	top:0px;
	left:0px;
	background: url('../images/3p_righthead_bg.jpg') no-repeat;
 	height:200px;
	width:20px;
}
    
#right .foot{
	position:absolute;
	bottom:-200px;
	background: url('../images/3p_rightfoot_bg.jpg') no-repeat top left;
	height:200px;
	width:20px;
}
