body {
	margin: 15px 0px 0px 0px;
    padding: 0px;
    background-color: #ebebeb;
    font-family: arial;
    font-size: 12px;
    color: #787878;
}
/*div {
    border: 1px solid red;
}*/


#wrapper {
    margin: 0px auto;
    width: 729px;
    background-image: url(img/bg_wrapper.gif);
    background-repeat: repeat-y;
}
#top {
    width: 729px;
    height: 24px;
    background-image: url(img/top.gif);
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-top: 10px;
}
#top ul {
     margin: 0px;
     padding: 6px 0px 0px 0px;
}
#top ul li {
     margin: 0px;
     padding: 0px 0px 0px 0px;
     style-type: none;
     display: inline;
     color: black;
}
#top ul li a {
     color: white;
     text-decoration: none;
}
#top ul li a:hover {
     color: white;
     text-decoration: underline;
}
#content {
    width: 729px;
    background-image: url(img/bg_content.gif);
    background-repeat: repeat-y;
    padding: 15px;
}
#content h1 {
         margin: 0px;
         padding: 0px;
         font-size: 16px;
}
#bottom {
    width: 729px;
    height: 24px;
    background-image: url(img/bottom.gif);
    background-repeat: no-repeat;
}
