body
{
  background-color:#e2eff7;
  height: 100%;
  width:100%; 
  margin: 0px;
}
/* START OF STYLEING FOR WEBSTATS*/
.content_wrapper
{
  background-color: #FFFFFF;
  height: 768px;
  margin-left:auto;
  margin-right:auto;
  width:90%;
  background-image: url("../images/header_tall.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
/* HEADER SECTION */
.header_bg
{
  height: 134px;
/*  width: 90%;*/
  width: 100%;
  float:left;
}
.header_webstats
{
  background-image: url("../images/logo-spin.gif");
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  height: 116px;
  width: 294px;
}
.header_webstats_png
{
  background-image: url("../images/logo-spin.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  height: 116px;
  width: 294px;
}
.header_mediaworx
{
  background-image: url("../images/mw_logo.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  float: right;
  height: 114px;
  width: 82px;
}
/* HEADER SECTION */
/* TOP MENU SECTION */
.menu_top
{
  width: 99%;
  height:60px;
  float:right;  
}
.menu_item_wrap
{
  float: right;
  width: 100%;
  background-color:#FFFFFF;
  height:149px;
}
.box_left
{
  background-image: url("../images/box.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  height: 149px;
  left: 76px;
  position: absolute;
  top: 136px;
  width: 188px;
}
.box_left_small
{
  background-image: url("../images/box.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  height: 149px;
  left: 40px;
  position: absolute;
  top: 145px;
  width: 188px;
}
.thick_line
{
  background-image: url("../images/line.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  float: left;
  height: 10px;
  margin-left: 70px;
  width: 80%;
}
.dividingLine
{
  background-image: url("../images/10px_thin line.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  float: left;
  height:10px;;
  width: 100%;
}
.dividingLineVertical_right
{
  background-image: url("../images/vertical_10px_thick_line.png");
  background-position: 0 0;
  background-repeat: repeat-y;
  float: right;
  height: 100%;
  width: 6px;
}
.dividingLineVertical_left
{
  background-image: url("../images/vertical_10px_thick_line.png");
  background-position: 0 0;
  background-repeat: repeat-y;
  float: left;
  height: 100%;
  width: 6px;
}
.menu_button_holder
{ 
  float: left;
  height: 41px;
  /*margin-left: 70px;*/
  width: 150px;
}
.menu_button_holder_small
{ 
  float: left;
  height: 41px;
  margin-left: 70px;
  width: 100px;
}
.menu_text
{ 
  color: #9A369D;
  float: left;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 0;
  text-align: left;
  width: 100px;
}

/* TOP MENU SECTION */
/* Left MENU SECTION */
.left_holder
{
  width: 15%;
  height: 82%;
  float: left;
}
.menu_left
{
  width: 100%;
  height: 90%;
  float: left;
}
.menu_wrap
{
  width: 100%;
  height: 78%;
  margin-top: 150px;
}
.menu_left_list
{  
  height: 100%;
  list-style: none outside none;
  margin: 0;
  padding: 15;
  width: 100%;
}
.menu_left_list_no_space
{  
  height: 100%;
  list-style: none outside none;
  margin: 0;
  padding: 15;
  padding-left: 0;
  padding-right:0;
  width: 100%;
}
.menu_footer
{
  background-image: url("../images/fw_logo.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  height: 39px;
  width: 100%;
  z-index:1;
  background-color:#FFFFFF;
}

/* Left MENU SECTION */
/* CONTENT SECTION*/
.right_holder
{
  float: left;
  height: 82%;
  width: 85%;
}

.content_section
{
  float: left;
  height: 100%;
  width: 100%;
  background-color:#FFFFFF;
}
.contect_section_wrapper
{
  float: left;
  height: 100%;
  width: 100%;
}
.content_block
{
  float: left;
  height: 90%;
  width: 98%;
  text-align:left
}
/* CONTENT SECTION*/
.animation_stop_text
{
  color: #9A369D;
  float: left;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 0;
  text-align: left;
  width: 300px;
  margin: 110px 0 0;
}