@import "content.css";


/* Website structure layout styles */

body {
background-color:#ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

/* Home page */



#homeLogo{
margin:auto;
width:1000px;
height:122px;
background-image:url(images/home_logo.jpg);
background-repeat:no-repeat;


}

#homeLogoSpace{
margin:auto;
width:1000px;
height:49px;
}


#homeBigPicBg{
margin:auto;
width:840px;
height:540px;
background-color:#eae9e9;
}

#homeBigPicSpace{
margin:auto;
width:840px;
height:20px;
}

#homeBigPic{
margin:auto;
width:800px;
height:500px;
background-image:url(images/Home_pic.jpg);
background-repeat:no-repeat;

}



#homeNewsBg{
margin:auto;
width:280px;
height:300px;
background-color:#eae9e9;

}

#homeNewsSpace{
margin:auto;
width:280px;
height:20px;
}

#homeNews{
margin:auto;
width:240px;
height:260px;
background-color:#dad9d9;
}

/* Body Structure */

#header{
margin:auto;
width:900px;
height:118px;
background-image:url(images/Header.jpg);
background-repeat:no-repeat;

}

#bicPic{
margin:auto;
width:900px;
height:300px;
}

#menuHolder{
margin:auto;
width:1000px;
height:46px;
background-image:url(images/Menu_bg.jpg);
background-repeat:no-repeat;
}

#menu{
margin:auto;
width:800px;
height:50px;
}

#flashHolder{
margin:auto;
background-image: url(images/Flash_holder.jpg);
background-repeat:no-repeat;
width:1000px;
height:270px;
}

#flashHolderSpace{
margin:auto;
width:915px;
height:15px;
}

#flashHolder2{
margin:auto;
width:915px;
height:230px;
}



#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:900px;
height:70px;
}




