body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #500 url("images/expanse_top.gif") repeat-x top left;
	empty-cells: show;
}

#mainTable {
	width: 100%;
	margin: 0px;
}

					#expanse_l {
						width: auto;
						background: url("images/expanse_l.jpg") no-repeat top right;
						border-right: 1px solid #500;
					}

					#expanse_r {
						width: auto;
						background: url("images/expanse_r.jpg") no-repeat top left;
						border-left: 1px solid #500;
					}

					#header {
						width: 753px;
						height: 115px;
					}

					#flash {
						width: 753px;
						height: 435px;
						background: url("images/flash_bg.jpg");
						margin: 0px;
					}
								#flashcontent {
									height: 435px;
									margin: 0px;
								}
					#content {
						
						background: #fff url("images/decorations/coquitlam_millwork.gif") no-repeat top center;
						border-top: 1px solid #550000;
					}

					#bottomGradient {
						
						height: 70px;
						background: #fff url("images/body_gradient_bottom.jpg") no-repeat bottom center;
						text-align: center;
						color: #d0b67b;
						line-height: 200%;
						font: 0.9em Verdana;
					}
								#bottomGradient a:link, #bottomGradient a:visited {
									color: #887755;
									text-decoration: none;
								}
								#bottomGradient a:hover {
									color: #d0b67b;
									text-decoration: underline;
								}

					#footer {
						
						height: 60px;
						background: url("images/footer.jpg") no-repeat top center;
					}

#innerTable {
	width: 753px;
}
					td.space {
						width: 5px;
					}
					
					#submenu {
						width: 180px;
						vertical-align: top;
					}
					
					#submenu_header {
						vertical-align: bottom;
						color: #a00000;
						font: bold 1.2em Palatino Linotype, Palatino;
						/*font-variant: small-caps;*/
						letter-spacing: 1px;
					}
					
					#textheader {
						width: 558px;
						height: 100px;
						vertical-align: bottom;
					}
					
					#text {
						width: 403px;
						padding: 15px 5px 0px 5px;
						/*background: url("images/text_gradient_top.jpg") repeat-x top;*/
						background: url("images/bg_content.jpg") repeat-x top;
					}
						#text a:link, #text a:visited {
						color: #a00000;
						text-decoration: none;
						}
						
						#text a:hover {
							color: #a000000;
							text-decoration: underline;
						}
					
					#textpics {
						width: 150px;
						vertical-align: top;
						text-align: right;
					}
	
#submenuTable {
	width: 180px;
}

					#submenu_main {
						height: 300px;
						background: url("images/submenu_bg.gif") no-repeat;
						vertical-align: top;
					}
					
					#submenu_end {
						text-align: right;
					}
					
					#submenu_main a:link, #submenu_main a:visited {
						color: #500;
						text-decoration: none;
					}
					
					#submenu_main a:hover {
						color: #a000000;
						text-decoration: underline;
					}