body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ffffff;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}

#header {
    margin-top: 0px;
    width: 100%;
    height: 87px;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    background: url("strip.jpeg");
	background-repeat: repeat-x;
	clear:both;
    float:left;
}	

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
    width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenu {
	background: url("bodybkg.png");
	background-repeat: repeat-x;
}
.leftmenu .colright {
    float:left;
    width:200%;
	position:relative;
	left:250px;
    background: url("bodybkg.png");
	background-repeat: repeat-x;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:250px;
}
.leftmenu .col1 {
    margin:0 0 0 270px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu .col2 {
    float:left;
    width:250px;
    position:relative;
    right:250px;
    text-align: left;
    padding: 0px 10px 0px 10px;
}

#lmenu, #lmenu ul {
	list-style: none;
	line-height: 20px;
	color: #ffffff;
	font-size:11px;
	font-family:verdana;
	font-weight:bold;
	text-decoration: none;
	padding: 0;
	border-width: 0px;
	margin: 0 0 0 0;
}

#lmenu a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 0px 0px 5px;
}

#lmenu a:hover, #lmenu a.sfhover {
	background: #4a0001;
}

img
{
	margin: 0px;
    padding: 0px 0px 0px 0px;
    border: 0px;
}

#nav, #nav ul {
	float: left;
	width: 955px;
	list-style: none;
	line-height: 20px;
	background: #4a0001;
	color: #ffffff;
	font-size:11px;
	font-family:verdana;
	font-weight:bold;
	text-decoration: none;
	padding: 0;
	border-width: 0px 0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	width: auto;
	w\idth: auto;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin-left: 1px;
	margin-right: 0px;
}

#nav li {
	float: left;
	width: auto;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: auto;
	w\idth: 200px;
	font-weight: normal;
	border-width: 0;
	margin: 0;
}

#nav li li {
	padding-right: 0;
	width: 200px;
}

#nav li ul a {
	width: 200px;
	w\idth: 200px;
}

#nav li ul ul {
	margin: -20px 0 0 200px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #8b5b5b;
	color: #ffffff;
}

#topmenu {
	padding:0px;
	margin-right:auto;
	margin-left:auto;
	background: #4a0001;
	height: 20px;
	text-align: left;
}

#contentcenter {
	padding:0px;
	margin-right:auto;
	margin-left:auto;
	background: #ffffff;
	color: #000000;
	font-size:9px;
	font-family:verdana;
	font-weight:bold;
}

#contentblock {
	padding: 10px 10px 10px 10px;
	font-size:11px;
	font-family:verdana;
	COLOR: #993300;
	background: #ffffff;
	text-align: justify;
	font-weight: normal;
	line-height: 14pt;
}

H1 {
	font-size:14px;
	font-family:verdana;
	COLOR: #25473b;
	background: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

H2 {
	font-size:14px;
	font-family:verdana;
	COLOR: #25473b;
	background: #ffffff;
	text-align: left;
	font-weight: bold;
}

H3 {
	font-size:12px;
	font-family:verdana;
	COLOR: #25473b;
	background: #ffffff;
	text-align: center;
	font-weight: bold;
}

#contentblock a {
	text-decoration: none;
	color: green;
}

#contentblock a:hover {
	text-decoration: underline;
}

#footer {
	background: #ffffff;
	color: #220001;
	font-size: 12pt;
	text-align: center;
	border-top:1px solid #000;
	clear:both;
    float:left;
    width:100%;
}

#contentblock img {
	padding: 0px 20px 0px 20px;
}

#contactus {
	font-size:12px;
	font-family:verdana;
	COLOR: #993300;
	background: #c69a7a;
	text-align: center;
}

.christmas {
 font-size:14pt;
 font-family:verdana;
 COLOR: #993300;
 background: #c69a7a;
 text-align: center;
 border-width: 2px;
 border-style: solid;
 border-color: #000000;
 border-collapse: collapse;
}

table.christmas td {
 padding: 10px;
}
