BODY { background: url("images/main_bg.gif") top left; margin:0px; padding:0px; }

DIV { margin:0px; padding:0px;}
DIV.header { background: url("images/main_top_bg.gif") repeat-x top left; height:500px; }
DIV.top_header { background: url("images/header.jpg") no-repeat top left; height:225px; width:412px; float:left; }
DIV.top_logo { background: url("images/header_logo.png") no-repeat bottom right; height:225px; width:288px; float:left; }

DIV.menu { width:191px; float:left; padding:0px 15px 0px 15px; text-align:right;}
DIV.main { border-left: solid 1px #a2958f; padding-left:15px; width:479px; float:left; }

DIV.painting { background: url("images/painting.jpg") no-repeat bottom right; height:106px; width:479px; }

DIV.clear { clear:both; }

/* MENU UL LI*/
UL#menu { list-style-type: none; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; font-family:arial; font-size:13px; }
UL#menu LI { }
UL#menu LI A { text-align: right; color: #463025; padding:5px 10px 5px 0px; text-decoration: none;  display: block;}
UL#menu LI A:hover { color: #fd7836; border-right: solid #fd7836; }
