/* ---------------------------------------------------------------------- 
/* DESKTOP CONTAINER */

html {
	height: 100%;
	}
	

body {
max-width: 100%;
max-height: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #9E0C29;
}

/* PAGE CONTAINER */
#body_frame {
overflow: visible;
position: absolute;
height: 100%;
width: 100%;
top: 0px;
}

#body_content {
width: 2000px;
margin-left: -1000px;
position: absolute;
left: 50%;
height: 100%;
}


/* ---------------------------------------------------------------------- 
/* HOME PAGE SETUP */
#site_bg {
position: absolute;
top: 230px;
left: 50%;
width: 1200px;
height: 600px;
margin-left: -600px;
overflow: visible;
}

#home_body {
overflow: visible;
position: absolute;
top: 0px;
left: 50%;
width: 1200px;
height: 800px;
margin-left: -600px;
}

#home_body_copy {
position: absolute;
top: 0px;
left: 0px;
width: 1200px;
height: 100%;
}


/* ---------------------------------------------------------------------- 
/* SUB PAGE SETUP */
#sub_body {
position: absolute;
top: 0px;
left: 50%;
width: 778px;
height: 100%;
margin-left: -389px;
}

#sub_body_nav {
position: absolute;
top: 0;
left: 50%;
width: 778px;
height: 40px;
margin-left: -389px;
}

#sub_body_header {
position: absolute;
top: 40px;
left: 50%;
width: 778px;
height: 189px;
margin-left: -389px;
}

#sub_body_bg {
position: absolute;
top: 229px;
left: 50%;
width: 730px;
height: 100%;
margin-left: -364px;
}

#sub_body_footer {
position: absolute;
left: 50%;
width: 730px;
margin-left: -364px;
font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
font-size: 7pt;
color: #FFFFFF;
}

/* ---------------------------------------------------------------------- 
/* FRAME BUILD */

#sub_body_border_left {
position: absolute;
top: 0px;
bottom: 0px;
left: -20px;
width: 22px;
height: 100%;
background:url(images/borderLeft.jpg);
}

#sub_body_border_right {
position: absolute;
top: 0px;
bottom: 0px;
left: 678px;
width: 22px;
height: 100%;
background-image:url(images/borderRight.jpg)
}

#sub_body_footer {
position: absolute;
left: 50%;
width: 722px;
height: 80px;
margin-left: -362px;
font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
font-size: 7pt;
color: #FFFFFF;
}

#sub_body_corner_left {
position: absolute;
top: -3px;
left: -1px;
width: 29px;
height: 30px;
background-image:url(images/borderCornerBL.gif);
}

#sub_body_corner_right {
position: absolute;
top: -3px;
left: 697px;
width: 29px;
height: 30px;
background-image:url(images/borderCornerBR.gif);
}

#checklist {
padding-top: 15px;
}

#ingredients {
padding-top: 0px;
}

/* ---------------------------------------------------------------------- 
/* FOOTER SETUP */

#footer_frame {
overflow: visible;
position: absolute;
top: 540px;
height: 25px;
width: 100%;
bottom: 100%;
}

#footer {
position: absolute;
width: 750px;
margin-left: -375px;
left: 50%;
top: 10px;
font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
font-size: 7pt;
color: #FFFFFF;
}

#sub_footer_frame {
overflow: visible;
position: absolute;
top: 800px;
height: 25px;
width: 100%;
bottom: 100%;
}

#sub_footer {
position: absolute;
width: 750px;
margin-left: -375px;
left: 50%;
top: 15px;
font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
font-size: 7pt;
color: #FFFFFF;
}
