/* CSS Document */
body{
background:#78808B;
color:white;
background-image: url(images/tile.jpg);
background-repeat: repeat-x;
font-size:12px;
font-family: Arial, Sans-Serif;
text-align:center;
margin:0px;
}

.wrapper{
position:relative;
float:left;
left:50%;
width:825px;
min-height:261px;
margin:-1px auto 0px -412;
}

#top_nav {
width: 718px;
height: 40px;
background-image:url(images/top.gif);
margin-top: -11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
*html #top_nav {
width: 718px;
height: 40px;
background-image:url(images/top.gif);
margin-top: 1px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

#top_nav a {
color: #ffffff;
text-decoration: none;
}

#top_nav a:hover {
color: #000000;

}

#center_fade {
width: 825px;
height: 222px;
}

#top_nav ul{
list-style:none;

}

#top_nav ul li{
float:left;
margin-top: 13px;
}

#top_nav ul .second {
float:left;
margin-left: 65px;

}
#top_nav ul .third {
float:left;
margin-left: 55px;
}
#top_nav ul .fourth {
float:left;
margin-left: 50px;
}
#top_nav ul .fifth {
float:left;
margin-left: 53px;
}
#top_nav ul .sixth {
float:left;
margin-left: 52px;
margin-top:5px;
}
#top_nav ul .seventh {
float:left;
margin-left: 46px;
}


.logo{
float:left;
}

.flash{
float:left;
margin-top:-3px;
}

html>body .flash{
margin-top:0px;
}

.text{
text-align:center;
font-size:18px;
margin-top:60px;
}

