/* CSS Document */

body {
background-color:#FFCC99;

width:980px; 
height:auto;
border:1px solid #FFFFFF;
cursor:default;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:36px;
color:#990033;
}
h2 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
font-style:italic;
}
h3 {
font-family:"Times New Roman", Times, serif;
font-size:48px;
font-weight:bold;
font-style:italic;
color:#990033;
}
h4 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
}
h5 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:18px;
}
h6 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
}
#navigation {
width:980px; height:35px;
border-bottom:1px solid #FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
letter-spacing:0.2em;
margin-bottom:30px;
}

#navigation ul {
color:#666666;
line-height:2.5em;
}

#navigation li {
display:inline;
padding-left:3em;
color:#990033;
}

#navigation ul li a {
text-decoration:none;
color:#666666;
}

#navigation a:hover {
color:#990033;
}

