﻿body,html 
{
    font-family:Tahoma,Arial,Verdana,Helvetica,Sans-Serif;
    font-size:12px;
    margin: 2px 2px 2px 2px;
    background-color:#f6f6f6;
    color:Gray;
}
#container
{
    width:920px;
}
#logo
{
    width:250px;
    height:100px;
    float:left;
}
#menuabove
{
    width:660px;
    height:15px;
    float:right;
}
#menubelow
{
    width:660px;
    height:23px;
    float:right;
}
#submenu
{
  width:660px;
  height:25px;
  float:right;
  color:Black;
  text-align:right; font-size:10px;
}
#submenu a
{
    color:Black;
}
#submenu a:hover
{
    text-decoration:none;
}
#menu
{
    background-image:url('../images/menu.png');
    background-repeat:no-repeat;
    width:660px;
    height:37px;
    float:right;
    color:#f6f6f6;
    font-weight:bold;
    text-align:center;
}
#menu a
{
    color:#f6f6f6;
    text-decoration:none;
    font-weight:bold;
}
#menu a:hover
{
   color:#ffffff; 
}
.search_normal
{
  background-image:url('../images/search_default.png');
  background-repeat:no-repeat;
  width:150px;
  height:25px;
}
.search_focus
{
  background-image:url('../images/search_hover.png');
  background-repeat:no-repeat;
  width:150px;
  height:25px;
}
.search_text
{
    width:130px;
    height:15px;
    border:none;
    background-color:#f6f6f6;
    margin-top:4px;
    font-size:11px;
}
.search_button
{
    background-image:url('../images/search_button.png');
    background-repeat:no-repeat;
    width:25px;
    height:25px;
    border:none;
    background-color:Transparent;
}
.search_button:hover
{
   cursor:hand;
}
#leftmenu
{
    width:250px;
    height:650px;
    float:left;
}
#leftmenu a
{
	color:Gray;
	font-weight:bold;
	text-decoration:none;
}
#sitecontainer
{
    width:660px;
    float:right;
    height:650px;
}
#flashcontainer
{
    width:660px;
    height:200px;
}
.newscontainer
{
    background-image:url('../images/middle_container.png');
    width:320px;
    height:300px;
}
#bottom
{
	background-image:url('../images/bottom.png');
	height:50px;
	text-align:center;
	color:#f6f6f6;
	width:100%;
	font-size:10px;
	float:left;
}