* {
margin: 0;
padding: 0;
}

html, body {
width: 100%;
margin: 0;
padding: 0;
background-color: #e2e2bf;
/*
background-image: url('images/stripe_bg2.png');
background-repeat: repeat;
*/
font-family: Lucida, sans-serif;
font-size: 0.90em;
color: #000000;
text-align: center;
}

td {
font-size: 0.8em;
}

#container {
width: 900px;
margin: 0 auto;
padding: 0;
text-align: left;
background-color: #ffffff;
}

#header {
float: left;
background-color: #000000;
background-image: url('images/header_bg.gif');
background-repeat: no-repeat;
height: 120px;
width: 100%;
}

.logo {
float: left;
margin: 0;
padding: 5px 0 5px 10px;
}

.welcome-text {
position:relative;
z-index: 1;
}

#navigation {
margin-top: 95px;
}

.nav_buttons {
margin: 10px 0 0 50px;
}

#body {
padding: 140px 10px 10px 10px;
}

#square-text {
text-align: justify;
width: 520px;
}

#transition-home {
border: 1px solid #999999;
}

#footer {
width: 100%;
background-color: #000000;
padding: 10px 0 10px 0;
color: #7d7d7d;
}

.gift-card {
float: left;
width: 300px;
margin-left: 20px;
}

.contact-header {
font-size: 14px;
color: #cccccc;
}

.copyright {
clear: both;
font-size: 0.8em;
}

.copyright a {
color: #7d7d7d;
}

.copyright a:hover {
color: #ffffff;
}

.grey {
color: #7d7d7d;
}

.grey:hover {
color: #ffffff;
}

img.nohover {border:0}
img.hover {border:0;display:none}
a:hover img.hover {display:inline}
a:hover img.nohover {display:none}

.heading {
color: #2580a2;
font-size: 0.9em;
font-weight: bold;
text-decoration: underline;
}

.orange {
color: #5b1a6e;
text-decoration: none;
font-weight: bold;
}

.orange:hover {
color: #5b1a6e;
text-decoration: underline;
font-weight: bold;
}