@charset "utf-8";
/* CSS Document */

body{
background-color:#FFFFFF;
width:800px;
margin:10px auto 0px auto;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}


.navigation{
background-color:#E1DDD9;
width:800px;
height:36px;
display:block;
}

.firstname{
display:none;
}

#home{
width:116px;
height:24px;
padding:12px 0px 0px 0px;
background-image:url(images/tabs/home-grey.gif);
background-repeat:no-repeat;
background-position:top;
color:#FFFFFF;
text-align:center;
font-size:10px;
text-decoration:none;
display:block;
float:left;
}

#home:hover{
background-image:url(images/tabs/home-red.gif);
}

#who{
width:199px;
height:24px;
padding:12px 0px 0px 0px;
background-image:url(images/tabs/who-grey.gif);
background-repeat:no-repeat;
background-position:top;
color:#FFFFFF;
text-align:center;
font-size:10px;
text-decoration:none;
display:block;
float:left;
}

#who:hover{
background-image:url(images/tabs/who-red.gif);
}

#how{
width:164px;
height:24px;
padding:12px 0px 0px 0px;
background-image:url(images/tabs/how-grey.gif);
background-repeat:no-repeat;
background-position:top;
color:#FFFFFF;
text-align:center;
font-size:10px;
text-decoration:none;
display:block;
float:left;
}

#how:hover{
background-image:url(images/tabs/how-red.gif);
}

#frequently{
width:186px;
height:24px;
padding:12px 0px 0px 0px;
background-image:url(images/tabs/frequently-grey.gif);
background-repeat:no-repeat;
background-position:top;
color:#FFFFFF;
text-align:center;
font-size:10px;
text-decoration:none;
display:block;
float:left;
}

#frequently:hover{
background-image:url(images/tabs/frequently-red.gif);
}

#contact{
width:135px;
height:24px;
padding:12px 0px 0px 0px;
background-image:url(images/tabs/contact-grey.gif);
background-repeat:no-repeat;
background-position:top;
color:#FFFFFF;
text-align:center;
font-size:10px;
text-decoration:none;
display:block;
float:left;
}

#contact:hover{
background-image:url(images/tabs/contact-red.gif);
}

.nf{
display:none;
visibility:hidden;
font-size:0px;
}

.footer{
text-align:center;
font-size:10px;
color:#333333
}

.content{
width:798px;
border:solid #EF1216;
border-width:0px 1px 0px 1px;
}

#copyright{
color:#FFFFFF;
font-size:10px;
background-color:#867866;
padding:5px 0px 5px 10px;
margin:0px;
display:block;
clear:both;
}

.content{
background-image:url(images/swish-watermark.gif);
background-repeat:no-repeat;
background-position:top right;
}

.sidey{
float:left;
}

.copy{
width:450px;
float:left;
padding:0px 30px 20px 28px;
}

.copy a{
color:#EF1216;
}

.copy a:hover{
color:#000000;
}

table{
background-image:url(images/table-background.jpg);
background-repeat:no-repeat;
}

td{
border:#FF0000 1px solid;
padding:8px;
}
























