html {
    overflow-y: scroll;
}

body {
    background: #000000;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}

#entire_page {
    xackground: url(/images/robroy_body.jpg) repeat-y;
    width: 1000px;
    margin: 0px auto;
}

#header_box {
    height: 208px;
    background: url(/images/robroy_shortened_head.png);
}

#header_nav {
    width: 680px;
    margin-left: 300px;
    padding-top: 42px;
}

#header_nav ul {
    list-style: none;
    text-align: center;
    font-weight: bold;
    clear: left;
    padding: 0px;
}

#header_nav li {
    float: left;
}

#header_nav a, #header_nav a:visited {
    display: block;
    width: 170px;
    height: 77px;
    background: url(/images/robroy_button.jpg) no-repeat;
    text-decoration: none;
    line-height: 80px;
    color: #000000;
}

#header_nav a:hover {
    background: url(/images/robroy_button_hover.jpg) no-repeat;
    color: #000000;
}

#header_nav a.current {
    background: url(/images/robroy_button_down.jpg) no-repeat;
}

#body_back {
    background: url(/images/robroy_body.jpg) repeat-y;
    padding: 1px 0px;  /* This eliminates dreaded spaces */
}

#body_text_box {
    width: 920px;
    margin: 0px auto;
}

#body_text_box h1 {
}

.section {
    padding-bottom: 20px;
}

#footer_box {
    background: url(/images/robroy_foot.jpg);
    height: 105px;
}

#footer_text_box {
    width: 940px;
    text-align: center;
    font-size: .8em;
    margin: 0px auto;
    padding-top: 36px;
    color: #ffffff;
}

.neon_yellow {
    color: #ffff00;
}

.light_yellow {
    color: #ffff99;
}

p {
    padding: 0px;
}

.review {
    background: #e7e2ff;
    margin: 25px 0px;
    padding: 10px;
}

.review2 {
    background: #feffd2;
    margin: 25px 0px;
    padding: 10px; 
}

.customer {
    font-size: .9em;
    margin-left: 500px;
    font-style: oblique;
}

table {
    padding-bottom: 15px;
}

td {
    vertical-align: top;
}

form {
    padding-bottom: 20px;
}

.right_floatie {
    float: right;
}
