html{
height:100%;
}

body{
margin:0;
padding:0;
height:100%;  /*100% height param */
}

#container{
position:relative;
width:100%;
height:100%; /* 100% height param */

}

#center{
	width:100%;
	background:url(/images/ds_images/shadows.jpg) repeat-y top left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content{
	width:880px;
	padding:0px;
	background-image: url(/images/ds_images/columns.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

#header{
	position:relative;
	width:800px;
	height:231px;
	background-image: url(/images/ds_images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#navigation{
	color:#ffffff;
	background-image: url(/images/ds_images/nav_bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 45px;
	position: relative;
	text-indent: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 45px;
}
#search {
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	width: 250px;
	margin-left: auto;
	text-align: right;
}
#nav_text {
	height: 45px;
	width: 500px;
	float: left;
}

#main-col-hol{
	overflow:hidden;
	width:800px;
	padding-top:25px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(/images/ds_images/main_bg_image.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}#left-col {
	width: 360px;
	float: left;
	padding-left: 15px;
	position: relative;
	padding-right: 15px;
}
#right-col {
	width: 360px;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	height: 100%;
	margin-right: 15px;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: auto;
}
#col-hol {
	width: 100%;
	padding-top: 20px;
	position: relative;
}

#footer-div {
	width:785px;
	height:45px;
	position: relative;
	overflow: hidden;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(/images/ds_images/nav_bar.gif);
	text-align: right;
	line-height: 45px;
	padding-right: 15px;
}
