body {
font-family: Arial;
color: #333333;
font-size: 12px;
background: #FFFFFF url(gfx/body_bg.jpg) repeat-x top;
}

h1 {
color: #333333;
font-size: 15px;
font-weight: bold;
text-align: left;
margin: 0px;
padding: 0px;
}

h2 {
color: #333333;
font-size: 13px;
text-decoration: underline;
}

#container {
position: absolute;
top: 0px;
width: 800px;
left: 50%;
margin-left: -400px;
z-index: 1;
}


#top {
height: 210px;
width: 800px;
background: url(gfx/top_bg.jpg) no-repeat;
}


#menu {
height: 50px;
width: 800px;
padding: 1px 10px 10px 10px;
}

#plugin {
padding-top: 20px;
padding-left: 50px;
width: 700px;
height: 120px;
}

#main {
margin-left: 5px;
min-height: 600px;
width: 789px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
background: #FFFFFF;
}

#content {
width: 580px;
}

#news {
text-align: justify;
padding: 5px;
width: 190px;
border-left: 1px solid #cccccc;
}

#footer {
font-size: 11px;
color: #666666;
width: 800px;
height: 120px;
background: url(gfx/footer_bg.jpg) no-repeat top;
}

.news_title {
font-size: 18px;
font-weight: bold;
}

.textbox {
padding: 20px 8px 8px 8px;
text-align: justify;
}

.behind {
padding-bottom: 10px;
font-size: 11px;
text-align: left;
}

.inbox {
padding-top: 3px;
}

div.menu_active a{
color: #333333;
font-weight: bold;
cursor: hand;
height: 25px;
width: 128px;
display: block;
background: url(gfx/menu_active_bg.png) top;
text-decoration: none;
}
div.menu_active a:hover 
{
text-decoration: underline;
}

div.menu_active2 a{
color: #333333;
font-weight: bold;
cursor: hand;
height: 25px;
width: 128px;
display: block;
background: url(gfx/menu_active_bg2.png) no-repeat top left;
text-decoration: none;
}
div.menu_active a:hover 
{
text-decoration: underline;
}

div.menu_inactive a{
color: #FFFFFF;
font-weight: bold;
cursor: hand;
height: 25px;
width: 128px;
display: block;
text-decoration: none;
}
div.menu_inactive a:hover 
{
text-decoration: underline;
}

div.sub_active a{
color: #333333;
cursor: hand;
display: block;
font-weight: bold;
height: 25px;
width: 110px;
text-decoration: none;
}
div.sub_active a:hover 
{
text-decoration: underline;
}

.sub_inbox {
padding-bottom: 3px;
}





a.bottom_link:link {
  color:            #666666;
  text-decoration: none;
  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px;
}

a.bottom_link:visited {
  color:            #666666;
  text-decoration: none;
  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px;
}
a.bottom_link:hover {
  text-decoration: underline;
  color:            #666666;
  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px;
}
a.bottom_link:active {
  color:            #666666;
  text-decoration: none;
  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px;
}



a.link1:link {
  color:            #000000;
  text-decoration: none;
  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px;
font-weight: bold;
}

a.link1:visited {
  color:            #000000;
  text-decoration: none;
  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px;
font-weight: bold;
}
a.link1:hover {
  text-decoration: underline;
  color:            #000000;
  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px;
font-weight: bold;
}
a.link1:active {
  color:            #000000;
  text-decoration: none;
  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px;
font-weight: bold;
}



