@charset "utf-8";
/* CSS Document */

body
{
font-family: Arial, Helvetica, sans-serif;
text-align: left;
margin: 0px 0px 0px 0px;
background-color: #FF6600;
}


#frame
{
width: 800px;
height: auto;
margin-left: auto;
margin-right: auto;
}

#bg
{
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: fixed;
z-index: 0;
}

#header
{
position: relative;
width: 800px;
height: 200px;
}

#contentTop
{
position: relative;
background-image: url('contenttop.png');
background-repeat: no-repeat;
background-position: center;
width: 736px;
height: 32px;
margin-top: 15px;
}

#contentMid
{
position: relative;
background-image: url('contentmid.png');
background-repeat: repeat-y;
background-position: center;
width: 736px;
height: auto;
float: left;
margin-left: 32px;
}

#menu
{
width: 150px;
height: auto;
margin-top: -10px;
margin-left: 25px;
float: left;
}

/*#ads
{
width: 150px;
height: auto;
text-align: left;
margin-top: 10px;
margin-left: 25px;
clear: both
}
*/
#content
{
width: 530px;
height: auto;
text-align: left;
margin-top: -10px;
margin-left: 10px;
float: left;
}

#contentBottom
{
position: relative;
background-image: url('contentbottom.png');
background-repeat: no-repeat;
background-position: center;
width: 736px;
height: 32px;
clear: both;
}

#footer
{
position: relative;
width: 736px;
height: auto;
margin-bottom: 20px;
text-align: left;
}

a:link
{
color: #0000FF;
}

a:visited
{
color: #0000FF;
}

a:hover
{
color: #000000;
}

a:active
{
color: #FF6600;
}

img
{
border: none;
}

img.menu
{
margin-top: 5px;
}

img.logo
{
margin-top: 5px;
}

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

.br
{
margin-top: 10px;
}

.sponsor
{
font-weight: bold;
font-size: 14px;
}

.news
{
font-weight: bold;
}

h1, h2, h3, h4, h5
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}