html, body {
   margin : 0;
   padding : 0;
}

body {
   font-family : "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
   font-size : 12px;
   color : #a52a2a;
   background : #ffffff url(../Images/rectangles.jpg) repeat-x;
   width : 100%;
}

a:link {
   color : #494949;
   background : transparent;
}

a:visited {
   color : #666666;
}

a:hover {
   color : #a52a2a;
   text-decoration : underline;
}

a:active {
   color : #484500;
}
  
 p {
   line-height : 1.8em;
   margin : 1.2em 0.5em 1.2em 0.5em;
} 

img {
   border : none;
}

#logo {
   position : absolute;
   left : 0px;
   top : 0px;
   background : url(../Images/luxlogo.jpg) no-repeat;
   width : 345px;
   height : 94px;
}

#midlogo {
   position : absolute;
   top : 0px;
   left : 500px;
   background : url(../Images/midlogo.jpg) no-repeat;
   width : 236px;
   height : 94px;
}

#wrapper {
   margin: 156px 20px 0px 160px;
   border: 4px double #B59C89;
   background: #FFFFFF url(../Images/wrapbgr.jpg);
}

#content {
	margin: 10px;
	border: 4px groove #B59C89;
	background: #FFF;
}

#buttoncontainer {
   position : absolute;
   left : 0.2em;
   top : 13em;
   width : 13em;
} 

#button ul {
   margin : 0;
   padding : 0;
   list-style-type : none;
} 

#button li {
   width : 100px;
   margin-bottom : 1px;
   margin-left : 10px;
}

#button li a {
   background : transparent url(../Images/acbutt.jpg);
   width : 120px;
   display : block;
   border : 1px solid #B59C89;
   padding : 2px;
   color : #484500;
   text-decoration : none;
}

#button li a:visited {
  color : #666666;
}

#button li a:hover {
   color : #007101;
   background : transparent url(../Images/overbutt.jpg);
   border : 1px solid #000;
}  

li#here a:link, li#here a:visited, li#here a:hover {
   border : 1px solid #000;
   background : transparent url(../Images/overbutt.jpg);
   color : #007101;
} 

#footer {
   padding : 4px;
   border-top : 4px double #B59C89;
   margin-top : 20px;
   background : #FFFFFF url(../Images/ftrbgr.jpg);

}



