@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:#d7d7d7;
    font-family: 12px;
    color:#000000;
}


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:auto;*/
  padding:0px 0;
	color:#fff;
  background-color: #000000;
}

div#headerCenter {
	width:980px;
	/*margin:auto;*/
  padding:0px 0;
	color:#fff;
  padding-left: 10px;
}

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

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

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

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



