@import "content.css";


/* Website structure layout styles */

body {
background-color:#222222;
background-image:url(http://tagstudios.com/webdev/antiochfast/images/Bg.jpg);
background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

/* Home page */



#header{
margin:auto;
width:1000px;
height:233px;
background-image: url(images/Header.png);
background-repeat:no-repeat;


}


#menuHolder{
margin:auto;
width:1000px;
height:61px;
background-image: url(images/menu_bg.png);
background-repeat:no-repeat;
}

#menu{
margin:auto;
width:920px;
height:60px;
}

#slideshowHolder{
margin:auto;
background-image: url(images/Slideshow_bg.png);
background-repeat:no-repeat;
width:1000px;
height:264px;
}

#flashHolderSpace{
margin:auto;
width:915px;
height:15px;
}



#contentHolder{
margin:auto;
width:1000px;
background-image: url(images/Content_bg.png);
background-repeat:repeat-y;

}

#pageContent{
margin:auto;
width:860px;
}


#footer{
margin:auto;
width:1112px;
height:221px;
background-image:url(images/Footer.png);
background-repeat:no-repeat;
}



/* recipes structure layout styles */

#breakfast{
width:580px;
height:87px;
background-image: url(images/breakfast_header.jpg);
background-repeat:no-repeat;
}

#lunch{
width:580px;
height:87px;
background-image: url(images/lunch_header.jpg);
background-repeat:no-repeat;
}

#dinner{
width:580px;
height:87px;
background-image: url(images/dinner_header.jpg);
background-repeat:no-repeat;
}

#drink{

width:580px;
height:87px;
background-image: url(images/drink_header.jpg);
background-repeat:no-repeat;
}

#recipeBody{

width:580px;
background-image: url(images/recipe_body.jpg);
background-repeat: repeat-y;
}

#recipeFooter{

width:580px;
height:20px;
background-image: url(images/recipe_footer.jpg);
background-repeat: no-repeat;
}


