#BigImage {
width: 1000px;
overflow: hidden;
margin: auto;
border-left: 1px solid #f8ef20;
border-right: 1px solid #f8ef20;
}

#BigImage IMG {

}



#Footer {
background-image: url('../images/FootBG.jpg');
background-repeat: repeat-x;
padding-top: 35px;
padding-left: 50px;
padding-right: 50px;
padding-bottom: 50px;
color: #a4a4a4;
background-color: #282828;
}

#Footerlinks {
text-align: center;
}

#Footerlinks a
{
 color: #a4a4a4; 
}


#HeadBar {
background-image: url('../images/HeadBG.jpg');
background-repeat: repeat-x;
}

#Menu {
margin-bottom: 0;
background-image: url('../images/MenuBG.jpg');
background-repeat: repeat-x;
padding: 6px;
text-align: center;
color: #fff;
background-color: #0d1040;
border-bottom: 1px solid #000;
}

#Menu A {
color: #fff;
text-decoration: none;
}

#Menu A:Hover {
text-decoration: underline;
color: #f8ef20;
}
