body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#leftframe {
	background-image: url(images/leftside.gif);
	background-repeat: repeat-y;
	width: 10px;
}
#rightframe {
	background-image: url(images/leftside.gif);
	background-repeat: repeat-y;
	width: 10px;
}
#bottomframe {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	width: 728px;
	height: 30px;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
#content {
	background-color: #EEEEEE;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px 20px;
	text-align: left;
}
ul {
	margin-top: -1em;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
h1 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin: 0px 0px 8px;
	background-color: #EEEEEE;
}
h1 img {
	position: relative;
	top: 6px;
	left: -8px;
	background-color: #CCCCCC;
}
#bottomframe span {
	top: -5px;
	position: relative;
}
#content a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#bottomframe a:link,a:visited {
	color: #FF0000;
	text-decoration: none;
}
#bottomframe a:hover {
	text-decoration:underline
}
#copyright {
	font-size: 10px;
	color: #FFFFFF;
}
#copyright a:link,a:visited {
	color: #FF0000;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration:underline;
}
.right-border {
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #999999;
}
#specials {
	padding: 5px 5px 5px 15px;
}
#login {
	float: right;
	text-align: right;
}
.subnav {
	background-image: url(images/subnav_ctr.gif);
	display: inline;
	height: 23px;
	vertical-align: middle;
	background-position: top;
}
.small {font-size: 10px
}