 html, body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
}
   
body {
	background-color: rgb(141, 155, 164);
}

#main_structure {
	border-collapse: collapse;
	background-color: white;
	height: 100%;
	vertical-align: top;
}

#leftbg {
	background-image: url(../images/pagebuilding/shadow-left.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	background-color: rgb(141, 155, 164);
	min-width: 16px;
	max-width: 200px;
	width: 200px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

#leftbg_top {
	background-image: url(../images/pagebuilding/background-left.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 607px;	
}

#topbg {
	background-color: rgb(141, 155, 164);
	background-image: url(../images/pagebuilding/background-top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

#rightbg {
	background-image: url(../images/pagebuilding/shadow-right.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: rgb(141, 155, 164);
	min-width: 16px;
	max-width: 200px;
	width: 200px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

#rightbg_top {
	background-image: url(../images/pagebuilding/background-right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 349px;	
}

#content_body {
	width: 990px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

#header_graphic {
	width: 990px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border: none;
}

#all_columns {
	border-collapse: collapse;
	margin-bottom: 20px;
}

#main_column {
	padding: 10px 28px 20px 27px;
	width: 440px;
	background-color: white;
	vertical-align: top;
}

#bottombg {
	background-color: rgb(141, 155, 164);
	background-image: url(../images/pagebuilding/shadow-bottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
 	padding: 0px;
 	height: 36px;
}

#bottom_left_shadow {
	background-color: rgb(141, 155, 164);
	background-image: url(../images/pagebuilding/shadow-leftbottom-corner.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#bottom_right_shadow{
	background-color: rgb(141, 155, 164);
	background-image: url(../images/pagebuilding/shadow-rightbottom-corner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

