/* CSS Document */
body{
background:#000000 url(img/bgfill.png) repeat-x;
color: #fff;
font: 80% Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}

#container{
background:url(img/contfill.png) repeat-y;
margin:0 auto;
text-align:left;
width:920px;
}

p {
line-height:1.5em;
margin: 5px;
}


a{
color:#fff;
font-size:12px;
font-weight:700;
text-decoration:none;
}


a:hover {
color:#fff;
text-decoration:underline;
}

.small{
font-size:0.8em;
}

.large_it{
font-weight:bold;
font-size:1.2em;
font-style:italic;
margin:5 5 5 0;
}

a.nav_button {
background:url(img/button_bg.jpg) no-repeat;
width:173px;
max-width:173px;
height:40px;
display:block;
color:#FFFFFF;
text-decoration:none;
font-style:italic;
font-size:18px;
text-align:right;
line-height:40px;
}


a.nav_button:hover {
background-position:0px -40px;
padding:0 0 0 0px;
color:#FF9900;
text-decoration:none;
}

.reviewlink{
font-size:16px;
color:#FF9900;
text-decoration:underline;
font-style:italic;
}

