/* RatPalace Content */

/* Top Nav */

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
}


#nav-menu li a
{
background: url(/images/css-nav.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 8em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
font-size: 12px;
}

#nav-menu li a:hover
{
background: url(/images/css-nav.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 8em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: underline;
text-align: center;
font-size: 12px;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width: 45em;
}



/* Content Body */

h1 
{
font-size: 15px;
color: #5A407C;
}

h2 
{
font-size: 12px;
color: #5A407C;
font-weight: bold;
}

p 
{
font-size: 12px;
}

li
{
font-size: 12px;
}

/* Pet Rat Links */


#links li a
{
text-decoration: underline;
font-size: 12px;
}

a
{
text-decoration: underline;
font-size: 12px;
}

