#wrap {
position: relative;
top: 0;
margin-left: auto;
margin-right: auto;
width: 800px;
margin-top: 0;
padding: 0;
}
#maincontent{
background: url(img/wardscottbg.jpg) top left no-repeat;
}
#content{
padding: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
padding-right: 35px;
margin-top: 145px;
margin-right: 10px;
width: 395px;
float: right;
overflow: auto; 
height: 378px;
}
#content p {
width: 375px;
}
* html #maincontent{ /*IE6 hack*/
height: 578px; 
}
#menu a#item1 {background: url(img/home3.gif) 0 -64px no-repeat;}
#menu a#item2 {background: url(img/photogallery3.gif) 0 0 no-repeat;}
#menu a#item3 {background: url(img/contactme3.gif) 0 0 no-repeat;}
#menu a#item1:hover {background-position:0 -64px;}
#menu a#item2:hover {background-position:0 -32px;}
#menu a#item3:hover {background-position:0 -32px;}
