body{
	font-family: arial, helvetica, sans-serif;
	background-image:url('../images/graymarble.gif');
	/*background-color: #ccc;*/
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: -10px;
	padding: 0;
}

img {
	border:1px solid black;
}

h1 {
	font-size: 1.5em;
	text-align: center;
	color: #000;
}

h2 {
	font-size: 1.25em;
	text-align: left;
	color: #B33300;
}

.address {
	display: block;
	text-align: center;
	/* margin-left: 10%; */
}

#maincontainer{
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	border-style: solid;
	border-width: 1px
}

#topsection{
	background: #ffffff url('../images/topbanner.jpg');
	height: 150px; /*Height of top section*/
}

#topmenu{
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 550px; /*Set left margin to LeftColumnWidth*/
	padding-top: 1em;
	background-color: #B33300;
	font-size: 0.9em;
	height: 1450px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

#contentcolumn h2, h3{
	color: #000;
	text-align: center;
}

#contentcolumn li{
    list-style:square;
	color: #fff;
}

#contentcolumn a{
	color: #FFD940;
}

#leftcolumn{
	float: left;
	width: 550px; /*Width of left column*/
	margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
	background: #ccc url('../images/pageback.gif');
	padding-top: 1em;
	font-size: 1em;
	height: 1450px;
	/*font-weight: bold; */
}

#singlecolumn{
	float: left;
	width: 800px; /*Width of single column*/
	background: #ccc url('../images/pageback.gif');
	font-size: 1em;
	height: 650px;
	/*font-weight: bold; */
}

#admincolumn{
	float: left;
	width: 800px; /*Width of single column*/
	background: #ccc url('../images/pageback.gif');
	font-size: 1em;
	height: 4750px;
	/*font-weight: bold; */
}

#singlecolumn h1{
	padding-top: 1em;
}

#singlecolumn table{
	font-size: 1.5em;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	border: 1em;
	text-align: center;
}

#singlecolumn table.th{
	text-align: center;
	font-size: 1em;
}

#singlecolumn a{
	width: 800px; /*Width of main container*/
	text-align: center;
	font-family: "Lucida Bright", Georgia, Times, serif;
	text-decoration:none;
	font-size: 3em;
	font-weight: bold;
	color: #000;
	margin-top:0.25em;
}

#xhtml{
	clear: left;
	width: 100%;
	background-color: #B33300;
	color: #fff;
	text-align: center;
	padding: 4px 0;
	font-size: 0.9em;
}

#footer{
	clear: left;
	width: 100%;
	background-color: #B33300;
	color: #fff;
	text-align: center;
	padding: 4px 0;
	font-size: 0.9em;
}

#footer a{
	color: #fff;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

/* Hide elements for assistive devices (screen readers etc) */
.off {
	position:absolute;
	left:-1000em;
	top:-1000em;
}

ul#nav {
	width: 800px; /*Width of main container*/
	list-style: none;
	display: inline;
}

ul#singlenav {
	width: 800px; /*Width of main container*/
	list-style: none;
	display: inline;
}

#singlenav li {
	color: #fff;
	font-weight: bold;
    list-style:none;
    width:800px;
    float:left;
    text-align:center;
	background:#B33300;
}

#nav li {
	font-weight: bold;
    list-style:none;
    width:160px;
    float:left;
    text-align:center;
	background:#B33300;
}

#nav a {
    display:block;
	text-decoration:none;
	color:#fff;
	font-family: arial, helvetica, sans-serif;
}

#nav a:focus, #nav a:hover, #nav a:active {
	margin:0;
	color:#000;
	background:#fff;
	text-decoration:none;
}

#active {
	color:#000;
	text-decoration:none;
	/* border-bottom: 1px solid black; */
}

/** current menu item **/
ul#nav li#active {
	background:#ffffff;
	color:#000;
	text-decoration:none;
	font-family: arial, helvetica, sans-serif;
}

h1, h2, h3, th {
	font-family: "Lucida Bright", Georgia, Times, serif;
	margin-top: 0;
}

li a{
	color: #000;
	font-family: arial, helvetica, sans-serif;
}

#subscribe {
	font-family: arial, helvetica, sans-serif;
	background: #ccc url('../images/pageback.gif');
	text-align:center;
	line-height: 1.25em;
}

#subscribe a{
	font-size: 0.9em;
}

.offerList {
	padding-top: 2em;
}