/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
margin:0;
padding:0;
background:#FFFFFF; 
color:#18213e;
}

a{
color:#18213e;
}


#wrapper {
width:800px;
margin: 0 auto;
border:1px solid #CCCCCC;
background:#FFF;
}

.top_blue_bar{
background:#18213e;
height:15px;
color:#18213e;
font-size:x-small;
}

#header{
text-indent:-9000px;
background:url(images/header_banner.gif) top left no-repeat;
height:104px;
}


#content{
text-align:center;	
}

.featured_items, #message{
width:672px;
margin: 0 auto;
}


.featured_items a{
text-decoration:none;
}



.featured_items ul{
list-style:none;
margin:0;
padding:3px;
width:672px;
}


.featured_items ul li{
text-align:center;
width:168px;
font-size:85%;
float:left;
height:200px;

}

.featured_items_secondary{
width:672px;
}



.featured_items_secondary a{
text-decoration:none;
}



.featured_items_secondary ul{
list-style:none;
margin:0;
padding:3px;
width:672px;

}



.featured_items_secondary ul li{
text-align:center;
width:168px;
font-size:85%;
float:left;
height:280px;

}

#footer{
background:#18213e;
color:#FFF;
font-size:x-small;
text-align:center;
height:30px
}

#footer a{
color:#FFF;
text-decoration:none;
}

#footer a:visited{
color:#CCC;
text-decoration:underline;
}

.clear {
clear:both;
}
