@charset "utf-8";

*
{
  margin: 0;
  padding: 0;
}

body, html
{
  height: 100%;
  min-height: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #0F1011;
}

#wrapper
{
  float: left;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
		 
#outercontainer
{
  display: block;
  width: 900px;
  height: 100%;
  min-height: 100%;
  margin-left: auto; 
  margin-right: auto;
}

#container 
{
  float: left;
  display: block;
  height: 95%;
  min-height: 95%;
}

#top 
{
  float: left;
  display: block;
  width: 100%;
  height: 100px;
}

#DWLeft
{
  float: left;
  display: block;
  width: 723px;
  height: 47px;
  line-height: 47px;
  margin-top: 53px;
  padding-left:20px;
  background-image: url(menu_bg.gif);
  background-repeat: repeat-x;
  background-postion: top left;
}

#DWLeft a 
{
  float: left;
  display: inline;
  text-align: center;
  text-transform: uppercase !important;
  padding-top: 20px;
}

#submenus
{
  display: block;
  width: 898px;
  z-index: 10;
  margin-left: auto; 
  margin-right: auto;
}

#flogg
{display:inline;
float:left;
width:100px;
height:25px;
position:relative;
top:-90px;
margin-left:5px;}

#logo 
{
 display:inline;
float:right;
  width: 153px;
  height: 100px;
}

#content_left 
{
  float: left;
  display: inline;
  margin-top: 20px;
  width: 223px;
  padding: 20px;
}

#content_right
{
  display:inline;
  float: left;
  width:550px;
  padding:20px;
  border-left:1px solid #999999;
  margin-top:20px;
}


#content_flash
{
  display:inline;
  float: left;
  width:900px;
  height:464px;
  position:relative;
top:-14px;
}

#bottom_holder
{
  margin-top:20px;
  display:inline;
  float:left;
  width:900px;
  height:73px;
  background-image:url(gg_bottom.jpg);
}



#bottom_holder_flash
{
  display:inline;
  float:left;
  width:900px;
  height:73px;
  background-image:url(gg_bottom.jpg);
position:relative;
top:-1px;
}		 
		 
		 
