body {
margin: 0;
font-family: Arial;
background-image: url('images/bg.jpg');
background-repeat: repeat-x;
line-height: 1.5em;
}

a img {
border: 0;
}

a {
color: #04178e;
}

a:hover {
color: red;
}

h1, h2 {
font-family: Georgia;
}

legend {
color: #043762;
font-family: Georgia;
font-size: 24px;
font-weight: bold;
}

fieldset {
padding: 5px;
margin-bottom: 10px;
border-color: #ffe32a;
}

.sbimages {
margin-top: -25px;
}

.tableborders {
border: 1px solid black;
}

.tableborders td {
padding: 10px;
border: 1px solid black;
}

.photos {
margin-left: auto;
margin-right: auto;
}

.photos td {
padding: 5px;
}

.photos img {
border: 5px solid #c5c5c5;
}

.photos img:hover {
border-color: yellow;
}

.coupons {
margin-left: auto;
margin-right: auto;
}

.coupons  td {
background-color: white;
text-align: center;
padding: 20px;
border: 10px solid navy;
}

#sidebar {
text-align: center;
width: 225px;
margin-right: 20px;
float: left;
}

#navmenu {
font-family: Garamond, Georgia, Arial;
font-size: 22px;
font-weight: bold;
background-color: #ffe32a;
margin-top: -25px;
}

#navmenu a {
color: #3e6fb9;
text-decoration: none;
}

#navmenu ul {
list-style-type: none;
padding: 0;
margin: 0;
padding-top: 10px;
padding-bottom: 10px;
}

#navmenu ul li:hover {
background-color: white;
}

#links {
font-family: Arial, Verdana;
font-size: 12px;
}

#content {
margin-right: 20px;
overflow: hidden;
}

#header {
color: white;
text-align: center;
}

#contactbox {
margin-top: 5px;
margin-bottom: 10px;
padding: 5px 5px 10px 5px;
font-weight: bold;
color: #771c0a;
border: 2px dashed black;
text-align: center;
float: right;
}

#contactbox .submitbutton {
padding: 5px;
color: white;
background-color: #2980c9;
font-family: Georgia;
font-size: 18px;
}