@import "content.css";


/* Website structure layout styles */

body {
background-color:#d1e5ef;
background-image: url(images/Page_bg.jpg);
background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

/* Home page */

#headerCover{
margin:auto;
width:100%;
height:32px;
background-image: url(images/header_top_cover.png);
background-repeat: repeat-x;


}

#headerCoverMenu{
margin:auto;
width:990px;
height:24px;


}

#header{
margin:auto;
width:1212px;
height:217px;
background-position:center;
background-image: url(images/Header_bg.jpg);
background-repeat:no-repeat;


}


#menuHolder{
margin:auto;
width:1212px;
height:75px;
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:1212px;
height:312px;
}

#slideshowTopSpace{
margin:auto;
width:555px;
height:13px;
}

#slideshow{
margin:auto;
width:555px;
height:260px;
}



#contentHolder{
margin:auto;
width:1212px;
background-image: url(images/Content_bg.png);
background-repeat:repeat-y;

}

#pageContent{
margin:auto;
width:900px;
background-image: url(images/content_divider.jpg);
background-repeat:no-repeat;

}


#footer{
margin:auto;
width:1212px;
height:169px;
background-image:url(images/footer.png);
background-repeat:no-repeat;
}




