/*content block divs*/
.contentblock   { 
	background-image: url("http://www.lindseylu.biz/images/interior_imgs/cont_block_mid.gif"); 	
	background-repeat: repeat-y; 
	background-position: center top; 
	width: 800px;
	display: block;
}
.contentblock p  { 
	margin-top: 3px;
	margin-bottom: 3px 
}
.cb_midsect   {   
	min-height: 20px;   
 
}
.cb_top     { 
	background-image: url("http://www.lindseylu.biz/images/interior_imgs/cont_block.gif"); 	
	background-repeat: no-repeat; 
	background-position: center top; 
	padding-bottom: 5px;
	min-height: 30px
}
.cb_bot   {   
	background-image: url("http://www.lindseylu.biz/images/interior_imgs/cont_block.gif");   
	background-repeat: no-repeat;   
	background-position: center bottom;   
	padding-top: 5px;
	min-height: 30px
}

* {
	
}
.cb_clear  {   
	clear: both;   
}
.cb_extrapad {
	padding-bottom: 5px;
	padding-top: 3px; 
	margin-left: 25px;
}
#headblock  { 
	background-image: url("http://www.lindseylu.biz/images/hdr_rev/LiLu_hdr_rev2.gif"); 
	background-repeat: no-repeat; 
	background-position: center top; 
	width: 800px; 
	height: 110px
}
.footerbox  { text-align: left; margin-left: 12px; width: 250px ; float: left}
/*Main.php buttons*/
#main_but1   { 
	background-image: url("http://www.lindseylu.biz/images/main_images/LiLu_intro_03.gif"); 
	background-repeat: no-repeat; 
	width: 45px; 
	height: 44px 
}
#main_but1: hover  { 
	background-image: url("http://www.lindseylu.biz/images/main_images/LiLu_intro_03-over.gif"); 
}
#main_but2  { 
	background-image: url("http://www.lindseylu.biz/images/main_images/LiLu_intro_05.gif"); 
	background-repeat: no-repeat; 
	width: 39px; 
	height: 44px 
}
#main_but2: hover  { 
	background-image: url("http://www.lindseylu.biz/images/main_images/LiLu_intro_05-over.gif"); 
}
#main_but3  { 
	background-image: url("http://www.lindseylu.biz/images/main_images/LiLu_intro_10.gif"); 
	background-repeat: no-repeat; 
	width: 42px; 
	height: 44px 
}
#main_but3: hover  { 
	background-image: url("http://www.lindseylu.biz/images/main_images/LiLu_intro_10-over.gif"); 
}
