body
{
   margin: 0px auto;
   padding: 0px;
   color: #fff;
   font-size: 0.8em;
   background-color: #242424;
   font-family: arial, helvetica, sans-serif;
}

h3.title
{
   margin: 0px;
   padding: 0px;
   font-size: 1.1em;
}

#page
{
   margin: 0px auto;
   width: 800px;
}

#navigation
{
   height: 150px;
   padding-left: 300px;
   padding-top: 5px;
   margin-top: 5px;
   background-image: url("images/logo.gif");
   background-position: left;
   background-repeat: no-repeat;
}

navigation
{
   float: left;
   width: 100%;
   padding: 0px;
   background-color: #242424;
   background-image: url("images/bg.gif");
   background-repeat: repeat-x;
   background-position: bottom;
   line-height: normal;
}

#navigation ul
{
   margin: 0px;
   margin-top: 120px;
   padding: 10px 10px 0px;
   list-style: none;
}

#navigation li
{
   float: left;
   margin: 0px;
   margin-left: 5px;
   padding: 0px 0px 0px 9px;
   background-image: url("images/left.gif");
   background-repeat: no-repeat;
   background-position: left top;
}

#navigation a
{
   float: left;
   padding: 5px 15px 4px 6px;
   margin: 0px;
   display: block;
   font-weight: bold;
   color: #fff;
   text-decoration: none;
   background-image: url("images/right.gif");
   background-repeat: no-repeat;
   background-position: right top;
}

/* Commented Backslash Hack   hides rule from IE5-Mac \*/#header a
{
   float: none;
   color: #333;
}

/* End IE5-Mac hack */#header a:hover
{
   color: #fff;
}

a, a:visited, a:link
{
   color: #fff;
}

.main
{
   margin: 0px auto;
   margin-top: 0px;
   width: 100%;
   background: #000;
   color: #fff;
}

.header ul
{
   margin: 0px;
   height: 15px;
   list-style: none;
   background-image: url("images/corners.gif");
   background-position: -15px -15px;
   background-repeat: no-repeat;
}

.header ul li
{
   float: right;
   width: 15px;
   line-height: 15px;
   background-image: url("images/corners.gif");
   background-position: 0px -15px;
   background-repeat: no-repeat;
}

.footer ul
{
   margin: 0px;
   height: 15px;
   list-style: none;
   background-image: url("images/corners.gif");
   background-position: -15px 0px;
   background-repeat: no-repeat;
}

.footer ul li
{
   width: 15px;
   line-height: 15px;
   float: right;
   background-image: url("images/corners.gif");
   background-position: 0px 0px;
   background-repeat: no-repeat;
   font-size: 0.75em;
   color: #242424;
}

#content
{
   padding: 0 15px;
   display: block;
}

#copyright
{
   margin: 10px 0px 0px 0px;
   padding: 0px;
   text-align: center;
   font-size: 0.75em;
   color: #505050;
}

#copyright a, a:link, a:visited
{
   color: #505050;
   text-decoration: none;
}

.news
{
   padding: 0px;
   width: 600px;
   font-size: 0.9em;
   margin-bottom: 15px;
}

.news p
{
   margin: 0px;
   padding: 0px;
   line-height: normal;
   font-size: 1em;
}