body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}

#topnav {
	background-color: #000000;
	padding: 5px;
	background-image: url(images/blackv.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-top: 1px solid #CC6600;
	border-bottom: 1px solid #CC6600;
}

#copy {
	background-color: #000000;
	border-top: 1px solid #CC6600;
	border-bottom: 1px solid #CC6600;
	color: #CC9933;
	background-image: url(images/blackv.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px;
}


#top {
	height: 150px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/worktop.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.tablemid {
	margin-right: auto;
	margin-left: auto;
}

img {
	border: 0px;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.floatleft {
	float: left;
	margin-right: 5px;
}

.floatright {
	float: right;
	margin-left: 5px;
}

a:link {	color: #660000;}
a:visited {	color: #660000;}
a:hover {	color: #CC6600;}

a.snav:link {	color: #CC6600;}
a.snav:visited {	color: #CC6600;}
a.snav:hover {
	color: #FFFFFF;
	background-color: #000000;
}

a.copylink:link {	color: #CC6600;}
a.copylink:visited {	color: #CC6600;}
a.copylink:hover {	color: #FFFFFF;}

#main {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 200px;
}

.maincontent {
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image: url(images/whiteback.jpg);
}

.mainheader {
	background-color: #660000;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
	background-image: url(images/redv.jpg);
}
#h1main {
	font-size: 14px;
	position: absolute;
	top: 0px;
	width: 100%;
}


#navmain {
	display: inline;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	width: 190px;
}

#storenav {
	background-image: url(images/nav.jpg);
	margin-bottom: 5px;
	background-color: #000000;
	padding: 0px;
}

.snav {
	display: block;
	border-bottom: 1px solid #660000;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	font-variant: small-caps;
	text-decoration: none;
	padding: 5px;
	text-align: center;
}

.nav2 {
	border-left: 1px solid #660000;
	font-variant: small-caps;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.nav2end {
	border-right: 1px solid #660000;
}

a.nav2:link {	color: #FFFFFF;}
a.nav2:visited {	color: #FFFFFF;}
a.nav2:hover {	color: #CC6600;
background-color:#000000;}

p {
	margin: 0px;
	text-align: justify;
}

.absmiddle {
	vertical-align:text-bottom;
}
.table {
	border: 1px solid #000000;
}
.bold {
	font-weight: bold;
}
td {
	padding: 5px;
}

.featuredcell {
	padding: 20px;
	width: 25%;
}

.inline {
display:inline;
}
.imgborder {
	border: 1px solid #6E0001;
}
.g_table {
	border-collapse:collapse;
	width: 100%;
}
.g_cell {
	border: 1px solid #663300;
}
