html{
	/*background: #0079c4 url('images/bluebg.jpg') repeat-x;*/
	background: #FEDA00 url('images/orangebg.jpg') bottom repeat-x;
}
body{
	margin: 0 auto;
	background: #010103 url('images/new_bg.jpg') top left no-repeat;
	width: 1024px;
	color: #222;
	border-left: 2px solid black;
	border-right: 2px solid black;
	font-family: tahoma, verdana, sans-serif;
}

#ns {
	visibility: hidden;
}
h2{
	font-size: 1.3em;
	font-weight: bold;
	color: #111;
	text-align: left;
}
h3{
	font-size: 1.4em;
	font-weight: bold;
	color: #111;
}
h4{
	font-size: 1.2em;
	color: #111;
	margin-bottom: 10px;
}
p{
	color: inherit;
	margin-bottom: 1em;
	text-align: left;
}
strong{
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #0079C4;
	font-weight: bold;
}
.center{
	text-align:center;
}
.right {
	float: right;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 10px;
}
.red{
	color: #F00;
	font-weight: bold;
}
#header table{
	margin: 0 0 0 auto;
}
#header td{
	padding-right: 5px;
}
#headerlogo{
	float: left;
}
#flash {
	margin-top: 20px;
}
#leftcolumn {
	margin-top: 60px;
	padding: 10px;
}
#rotator {
	height: 300px;
	margin-bottom:20px;
}
.leftmodule a {
	display: block;
}
#rightcolumn {
	width: 740px;
	min-height: 950px;
	background: #99ccff;
	/*background: #FEDA00 url('images/orangebg.jpg') bottom repeat-x;*/
	float: right;
	text-align: left;
}
#rightcolumn .content {
	margin: 15px;
}
#rightcolumn p {
	font-size: 13px;
	line-height: 16px;
}

#rightcolumn .content img .rightimg{
	float: right;
}
.midmodule {
	text-align:center;
	margin-top: 20px;
}
.midmodule {
	text-align:left;
	margin-top: 20px;
}
.merchtable {
	margin: 10px auto 10px auto;
	width: 50%;
	background: #FFF;
}
.merchtable td {
	padding: 10px;
}
.specials {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
}
.specials li {
	list-style-type: disc;
}

#pictable {
	width: 100%;
	margin: 0 auto;
}
#pictable td{
	padding: 5px;
}
#pagelinks {
	margin: 0 auto;
}
#pagelinks td {
	padding: 3px 5px 3px 5px;
}
#hometable td{
	vertical-align: top;
	padding: 10px;
}
.dirtitle {
	font-weight: bold;
	font-size: 12px;
}
#footer {
	margin-top: 20px;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer table {
	margin: 0 auto;
}
#footer td {
	padding: 20px;
}
