/* CSS
Author: Greg Cole
Client: PA Beauty Supply
Created: 06-13-08
*/


#header_redhead {
	position:            absolute;
	top:                 -1px;
	left:                16px;
}

#main_bkg {
         position:           absolute;
         top:                375px;
         left:               156px;
         width:              449px;
         height:             414px;
         background-image:   url(../images/main_bkg.jpg);
         background-repeat:  repeat-y;
         z-index:            8000;
}

#main_text {
         line-height:        1.3em;
         color:              #434343;
         position:           absolute;
         top:                350px;
         left:               156px;
         width:              590px;
         height:             414px;
         padding-left:       20px;
         padding-right:      20px;  
         z-index:            8001;
}

