/*Background color and font color/type for entire page*/
body {background-color:#ce71bd;font-family:"Arial", sans-serif;color:#a40c8c;}

/*Makes link border on images dissapear*/
a img {border: none; } 

/*Link text colors*/
a:link,a:visited  {color:#000000;text-decoration:none;border-style:none;}
a:hover,a:active {color:#a40c8c;text-decoration:none;border-style:none;}

/*Navagation bar*/
a.one:link,a.one:visited 
{
display:block;
font-weight:bold;
color:#ffffff;
background-color:#000000;
text-align:center;
padding-top:4px;
padding-bottom:4px;
padding-right:20px;
padding-left:20px;
text-decoration:none;
float:left;
}
a.one:hover {color:#a40c8c;}

/*ALL PAGES*/

#whitebox{
 background:#FFFFFF;
 width:800px;
 margin-left:auto;
 margin-right:auto;
}

#navbar{
background:#000000;
width:800px;
height:30px;
position:relative;
top:-8px;
}

#bannerpos{
position:relative;
top:-8px;
}