/* CSS Document */
body {
 margin-top: 5px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #000;
 background: #000 url(images/body-bg.jpg);
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #090;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #090;
 font-weight: bold;
 font-style: italic;
}
a {
 color: #090;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
table#header {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: center;
}
table#topnav {
 margin: 0px;
 padding: 0px;
 width: 960px;
 height: 42px;
 text-align: center;
 background: url(images/topnav-bg.jpg);
}
#topnav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #ddd;
 text-decoration: none;
 padding: 0px 2px;
}
#topnav a:hover {
 color: #fff;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: left;
}
td#main-col {
 margin: 0px;
 padding: 5px;
 background: #fff url(images/content-bg.jpg) left repeat-y;
 text-align: left;
}
td#right-col {
 margin: 0px;
 padding: 0px;
 width: px;
 background: url(images/right-col-bg.jpg) repeat-y;
 text-align: center;
}
div#specials {
 float: right;
 width: 290px;
 padding: 5px;
 background: #EAE9EA;
}
ul#categories {
 list-style-type: none;
}
#categories li {
 margin: 4px 0px;
}
#categories a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #090;
 text-decoration: none;
}
#categories a:hover {
 color: #0c0;
 font-style: italic;
}
.textmiddle {
 vertical-align: middle;
}
div.button {
 width: 245px;
 height: 26px;
 padding: 3px 0px 0px 10px;
 margin: 5px;
 background: url(images/button-bg.jpg) no-repeat;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #000;
 font-weight: bold;
}
div#search-box {
 margin: 2px 20px;
 padding: 2px;
}

