/*	Developed by: Cassis // thinkcassis.com
/	Bayview Music Festival
/	Structure Stylesheet
*/


/* IE PNG FIX --------------- */
* { behavior: url('iepngfix.htc'); }


/* BODY --------------- */

body {
background: #e2e0cb url('../images/body_bg.jpg') repeat-x 0px 190px; /* !! BG IMG MUST EQUAL HEADER HEIGHT + 11px !! */
text-align: center;
min-width: 900px;
}
#index {
background: #e2e0cb url('../images/body_bg.jpg') repeat-x 0px 360px; /* !! BG IMG MUST EQUAL HEADER HEIGHT + 11px !! */
text-align: center;
}


/* HEADER --------------- */

#curve {
background: url('../images/header_curve.png') no-repeat center;
height: 77px;
position: relative;
top: 114px;
left: 0px;
z-index: 2;
}
#index #curve {
top: 284px;
}


#header_shell {
background: #b1cbdf;
position: relative;
top: -77px;
left: 0px;
border-bottom: 10px solid #8DACC3;
height: 180px; /* !! MUST MATCH THE HEIGHT OF THE LOGO_SHELL a.k.a HEADER !! */
}
#index #header_shell {
height: 350px; /* !! MUST MATCH THE HEIGHT OF THE LOGO_SHELL a.k.a HEADER -- ALSO HOLDS IN THE IMG_ROTATOR !! */
}


#header {
position: relative;
width: 900px;
margin: 0px auto;
background: #b1cbdf url('../images/logo.jpg') no-repeat left -177px;
height: 65px; /* !! THIS SETS THE HEIGHT OF THE INT HEADER !! */
text-align: center;
overflow: hidden;
padding-top: 125px;
}
#index #header {
padding-top: 130px;
height: 225px; /* !! THIS SETS THE HEIGHT OF THE INT HEADER !! */
}


#img_rotator { /*HOME PAGE IMAGES THAT WILL ROTATE*/
height: 225px;
width: 600px;
overflow: hidden;
margin: 0px auto;
}


/* STRUCTURE INT --------------- */

#content {
background: #fefdf7;
position: relative;
top: -76px; /* compensates for the height of the curve */
margin: 0px auto;
padding-bottom: 30px;
text-align: left;
width: 600px;
}
#index #content { top: -76px; }