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

@import url("body1.css");

div#clear {clear:both; height:0px;}

html,body {
    margin:0;
    padding:0;
    height:0px; /* needed for container min-height */
    /*background:url(../pics/topBg_black4.gif) repeat-x;*/
    background-color:#2f2f2f;
    font:normal 0.9em Arial, Helvetica, sans-serif;
    color:#FFFFFF;
}


div#container {
    position:relative; /* needed for footer positioning*/
    /* margin:0 auto; */
    width:100%;
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
}

div#header {
	width:100%;
	/* margin:0px auto;*/
  padding:0px 0;
	color:#fff;
  background-color: #000000;
}

div#headerCenter {
	width:980px;
	margin:0px auto;
  padding:0px 0;
	color:#fff;
  background-color; #FFFFFF;
}

div#menuBar {
  float: left;
	clear:both;
	width:100%;
	min-width:980px;
	/* margin:0px auto;*/
	padding:0px 0;
  height: 17px;
  background:url(../pics/nav_bg.gif) repeat-x;
}

ul#sddm {
	margin:0px auto;
	width:980px;
}

ul#sddm li > div{
	z-index:5;
}

div#contentWidth {
  margin:0px auto;
  width: 980px;
  /*background:url(../pics/body_bg.gif) repeat-x;*/
  /*background-attachment: fixed;*/
  /*background-color: #16425b;*/
  background-color: #2f2f2f;
}

div#content {
	width:100%;
	/*margin:auto;*/
  /*  padding:.5em 1em 10em;   */
  /*padding-top: 2px;*/
  /*padding-left: 10px;*/
  /*border: dotted 1px #F0F0F0;*/
  
}

div#footer {
	/*margin:auto;*/
	width:100%;
  /*position:absolute;*/
  bottom:0; /* stick to bottom */
  background:#555;
  padding-bottom: 30px;
}

div#footer div.links {
	width:980px;
	margin:0px auto;
}

div#leftAdv {
  position: absolute;
  display: none;
  padding-top: 35px;
}

div#rightAdv {
  position: absolute;
  display: none;
  padding-top: 35px;
}

