body {
			background-color:#FFF;
			margin:0px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 18px;
			font-style: normal;
			font-weight: normal;
			}

#container {
			position:relative;
			margin:20px auto 0px auto;
			width:835px;
			height:650px;
			background-color:#FFF;
			border-color:#666;
			border-width:1px;
			text-align:center;
			border-style:solid;
			}
	
#top_nav {
			position:absolute;
			left:0px;
			top:0px;
			width:835;
			height:90px;
			background-color:#000;
			color:#FFF;
			}
			
#content_area {
	position: absolute;
	left: 0px;
	top: 55px;
	width: 835px;
	height: 540px;
	background-color:#FFF;
	color: #333;
	text-align: center;
		}
		
#page_banner {
	position:absolute;
	left:0px;
	top:0px;
	width:835px;
	height:105px;
}

#products_headers {
	position:absolute;
	left:0px;
	top:107px;
	width:831px;
	height:49px;
}

#products_nav {
			position:absolute;
			left:0px;
			top:154px;
			width:240px;
			height:356px;
}

#products_gallery_container {
	position:absolute;
	left:261px;
	top:160px;
	width:571px;
	height:398px;
	overflow: scroll;
}

#products_images {
	position:relative;
	left:0px;
	top:0px;
	width:551px;
}



#bottom_nav {
			position:absolute;
			left:0px;
			top:595px;
			width:835px;
			height:55px;
			background-color:#000;
			color:#FFF;
			}
			
#custom_product_container  {
	position:absolute;
	top:105px;
	width:835px;
	height:490px;
	overflow: auto;
	left: 0px;
}

#custom_content_area {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 835px;
	height: 595px;
	background-color:#FFF;
	color: #333;
	text-align: left;
		}
