/* CSS Document */
a:link 
{
text-decoration: none;
color:#FFFFFF;
}
a:visited 
{
text-decoration: none;
color:#FFFFFF;
}
a:hover 
{
text-decoration: none;
color: #CCCCCC;
}
a:active 
{
text-decoration: none;
color: #CCCCCC;
}

body
{
background-image:url(../images/layout/bg.gif);
width:777px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

div.break
{
width:782px;
height:5px;
float:left;
}

div.break2
{
width:450px;
height:5px;
float:left;
}

div.logo
{
height:87px;
width:782px;
}

div.nav
{
height:30px;
width:778px;
background-image:url(../images/layout/navstrip.jpg);
background-repeat:no-repeat;
background-position:bottom;
padding-top:10px;
}

.nav a
{
padding-left:9px;
padding-right:9px;
}

div.slideshow
{
height:500px;
width:500px;
float:left;
}

div.text
{
border:1px solid #666666;
padding-top:10px;
padding-left:7px;
padding-right:7px;
padding-bottom:7px;
height:40px;
float:right;
height:463px;
width:257px;
}
div.text2
{
border:1px solid #666666;
padding-top:10px;
padding-left:7px;
padding-right:7px;
padding-bottom:7px;
float:left;
height:463px;
width:484px;
}

div.thumbnails
{
height:45px;
width:504px;
float:left;
}

div.footer
{
height:58px;
float:left;
width:782px;
background-image:url(../images/layout/bottomstrip.jpg);
background-repeat:no-repeat;
background-position:top;
padding-top:27px;
}