﻿#ds1{
	width:814px;
	background:url(images/contentbgrepeat.gif) repeat-y top left;
	margin:0px auto;
	text-align:left;

}

#ds2{
	width:814px;
	/* min-height:579px; */
	background:url(images/contentbgfull.gif) no-repeat top left;
	padding:0px 15px;
}

#ds_bottom{
	height:10px;
	width:814px;
	margin:0px auto;
	font-size:1px;
	background:url(images/bottombg.gif) no-repeat;
}

#header { height: 151px; background: transparent url(images/surveybg_top.gif) no-repeat top left; }
#navigation { height: 22px; width: 786px; }
#content { width: 714px; 
    /* min-height:402px;  */
    padding: 0px 40px 0px 32px; margin:0px; background: transparent url(images/surveybg_bottom.gif) no-repeat top left; }
#footer { width: 786px; margin: 0px auto; padding-bottom: 4px; }

.clear{
	clear:both;
	overflow:hidden;
	height:1px;
	margin-top:-1px;
}



#doc {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px !important;
}
#footer {
	clear: both;
}
#container{
	background-color:#fff;
	float:left;
	width:550px;
	border-left:200px solid #ffffff;  /* The width and default color of the left rail */
	border-right:200px solid #ffffff;  /* The width and default color of the right rail */
	padding: 0px !important;
}
#leftRail{
	float:left;
	width:200px;
	margin-left:-200px;
	position:relative;
	padding: 0px !important;
}
#center{
	float:left;
	width:550px;
	margin-right:-550px;
	padding: 0px !important;
}
#rightRail{
	float:right;
	width:200px;
	margin-right:-200px;
	position:relative;
	padding: 0px !important;
}
