/*HEADER*/
#col_hdr1{
height:100%;
width: 138px; 
background:url(../images/header_cutout.png) no-repeat left bottom;
float:left;
padding-bottom:3px;
}
* html #col_hdr1{padding:0;background:url(../images/hdr_bg.png);border-bottom:3px solid #F3DAA1;}

#col_hdr2{
height:100%;
float:left;
width:622px;
border-bottom:3px solid #F3DAA1;
background:url(../images/hdr_bg.png);
}
#col_hdr3{
	float:right;
	height:100%;
	width:200px;
	border-bottom:3px solid #F3DAA1;
	background:url(../images/hdr_bg.png);
}
#col_hdr1,#col_hdr3{position:relative;z-index:1;}
#col_hdr2{position:relative;z-index:2;}
#col_hdr3 h2{
	color:#F3DAA1;
	font-family:Verdana;
	position:relative;
	top:90px;
	font-size:80%;
}

/*MIDDLE*/
#col1_mid{
	width:100px;
	height:100%;	
	padding-bottom:50px;
	position:relative;
	z-index:50;
	float:left;
}
#col2_mid{position:relative;width:858px;float:left;}

#col_note_photo{float:left;margin-top:100px;}
#col_intro{position:relative;left:125px;width:700px;}

/*CONTACT*/
#col1_contact, #col2_contact{float:left;}

/*FOOTER*/
#col1_ftr, #col2_ftr, #col3_ftr{width:200px;float:right;padding:40px;}


