/* CSS Document */

body {
background-image:url(../images/background.jpg); 
background-repeat:repeat-x;
background-color:#181f40;
}

#container {
margin:auto;
width:800px;
}

#header {
width:800px;
float:left;
}

#specials {
width:800px;
float:left;
}

#navigation {
width:800px;
height:24px;
margin-bottom:10px;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
color:#1a1f3f;
text-align:center;
font-size:18px;
float:left;
}

.navtextbold {
font-family:Arial, Helvetica, sans-serif;
color:#1a1f3f;
text-align:center;
font-size:18px;
font-weight:bold;
}

#content {
width:798px;
height:550px;
margin-top:10px;
margin-bottom:10px;
padding-bottom:10px;
background-repeat:no-repeat;
background-position:bottom;
background-color:#191f41;
border: #FFFFFF 1px solid;
float:left;
}

#topcontentcontainer {
width:790px;
margin:5px;
float:left;
}

#topcontent {
width:500px;
float:left;
}

#toppic {
width:247px;
margin-left:5px;
float:left;
}

#photos {
width:790px;
margin:5px;
backgroud-color:#959fe7;
float:left;
}

#footer {
width:790px;
height:25px;
background-image:url(../images/footer.jpg); background-repeat:no-repeat;
float:left;
padding:5px;
}

/* CSS Text Formating */

.whitetext {
font-family:Arial, Helvetica, sans-serif;
color:#CCCCCC;
font-size:12px;
float:left;
}

.contentheader {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#993399;
}

.imgholder {
width:150px;
height:100px;
margin:8px;
border:#fff solid 1px;
float:left;
}

.footertext {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
background-color:#FFFFFF;
}
