/*  Product Container */
img { border:none}
body                   {margin: 0px;background-image: url(parch.jpg);font-family: Arial, Helvetica, sans-serif;	padding-top: 0px;margin-top: 0px;}
#header                {position: absolute; top: 20px; left: 80px}

#footer 			   {height: 50; background:url(../Layout-Menu/footer.jpg); }
#footer p {font-size:10px; color:#CCC; padding-top:18; } 				



#logo				   {position:absolute; left:199px; border-style: none}
#logo img 			{ border-style: none;}

#PencilThumb { width:160px; height: 190px; float: left;}
#FurnitureBody { width:800px; float: right;}
#PencilThumb { margin-bottom:150px;; height:200px}
#pages {list-style: none; float:right;}


#title { background:#606060; height:23; color:white;; font-size:14px; padding-left:7; padding-top:7; width:790; float:left;}


#background {
        background-image:url(../bg2.jpg); /** Link to the image you created **/
        background-repeat: repeat-y; /** Repeats the image vertically **/
        background-position: center; /** Centers the Background image **/
        background-color: #dadfe4 /** Website BG colour (matches canvas colour in Step 1) **/
}

