


*{margin:0px;padding:0px}




a
{
color:#d71c20;
font-weight:normal;
font-style:normal;
text-decoration:none;
}


a:link
{
color:#d71c20;
font-weight:normal;
font-style:normal;
text-decoration:none;
}


a:visited
{
color:#d71c20;
font-style:normal;
font-weight:normal;
text-decoration:none;
}


a:hover
{
color:#ded4a6; 
font-style:normal;
text-decoration:none;
 }



/* Layout */

body
{
background:url(images/bg.png) repeat center
font-family: Verdana;
text-align: center;
color: #333333;
}



#nav
{
float:left;
list-style:none;
margin-top:1px;
margin-left:0px;
height:100%;
width:300px;
}

#nav ul

{
list-style:none;
margin-bottom:1px;
margin-top:0px;
margin-left:0px;
}


#nav li

{
text-align:left;
padding-left:0px;
padding-top:2px;
padding-bottom:2px;
border-bottom:0px;
}


#nav ul li a

{


display:block;
line-height:1.7em;
margin-right:0px;
padding-top:5px;
padding-bottom:5px;
padding-left:64px;
color: #d71c20;
font-weight:normal;
font-size: 0.9em;
text-decoration: none;
width:200px;

}

#nav  li a:hover
{
color: #fff;
background-image: url(images/button2.png);
background-repeat:no-repeat;
background-position:left center;

}

#nav .selected
{
color: #333333;
background-image: url(images/button.png);
background-repeat:no-repeat;
background-position:left center;

}

