body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    background: url('/images/DSDbg.jpg') repeat-x  #989898;  
    font-size: 11px;
}

/**************************
HEADER
**************************/

#header {
	width: 880px;
	height: 161px;
    top: 0px;
	position: relative;
	text-align: center;
    background-image: url('/images/logo.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0px;

}


/**************************
BODY CONTAINER
**************************/

#body {
	position: relative;
/*	width: 832px; */
    width: 100%;
    background: url('/images/DSDgradient.jpg') repeat-x   #989898;
}

/* #inside_container {
	position: relative;
	margin: 2px 0 4px 0;
}
*/

/**************************
MAIN TABLE
**************************/


table.main {
 width: 832px;
 background: #FFFFFF; 
}

td.main3col-1{
  width: 187px;
  background: #8AA1C4; 
}
td.main3col-2{
  width: 450px;
}
td.main3col-3{
  width: 191px;
}

td.main2col-1{
  width: 187px;
 background: #8AA1C4;
}
td.main2col-2{
  width: 617px;
  padding-left: 12px;
  padding-right: 12px;
}


/**************************
FOOTER
**************************/

#footer {
	width: 832px;
	background:  #989898;
	height: 50px;
	position: relative; 
    background-image: url('/images/dsdfooter1009.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0px;
}

#footer .text {
	position: relative;
	top: 8px;
	font: 13px/18px arial;
	color: #000000;
}


