

body{
margin:0px;
padding:0px;
background-image: url('../images/Master-bg2.jpg');
background-repeat: repeat-x;
background-color:#afafaf;
}

#wrapper{
width:784px;
margin-left:auto;
margin-right:auto;
margin-top:8px;
border: 1px solid black;
border-left:1px solid black;
border-right:1px solid black;
background-color:white;
}

#Navigation{
height:25px;
width:784px;
background-color:#f9cf07;
border-bottom:1px solid blue;
}

a.HorzontalNav{
color:blue;
margin-top:3px;
margin-left:5px;
font-size:15px;
float:left;

}

#Banner{


}

#SplashScrean{

}

#Footer{
height:25px;
width:784px;
background-color:#f9cf07;
}

a.Footertext{
font-size:10px;
margin-top:0px;
text-decoration:none;
}


#ContentWrapper{
width:772px;
margin-left:5px;
margin-right:5px;

}