body {
	background-color: #990000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10pt;
	color: #ffffcc;
}
a:link {
	color: #ffffcc;
   text-decoration: none;
}
a:visited {
	color: #ffffcc;
   text-decoration: none;
}
a:hover {
	background-color: #ffffcc;
	color: #000000;
   text-decoration: none;
}
a img {
	border: 0;
	text-decoration: none;
}
a:active {
	color: #78afbb;
   text-decoration: none;
} 
div.container {
	width: 800px;
	height: 850px;
	left: 50%;
	margin-left: -400px;
	margin-top: 20px;
	position: relative;
	overflow: auto;
}
div.logo {
	width: 150px;
	height: 75px;
	margin-left: 0px;
	position: absolute;
	background-color: #000000;
	background-image: url(../old/images/logosm.jpg);
	background-position: center;
	background-repeat: no-repeat;
	/* border: 4px solid #ffffcc; */
	text-align: center;
	vertical-align: middle;
}
div.nav {
	width: 150px;
	height: 225px;
	margin-left: 0px;
	margin-top: 100px;
	position: absolute;
	overflow: auto;
	background-color: #000000;
	/* border: 4px solid #ffffcc; */
}
div.shop {
	width: 150px;
	height: 75px;
	margin-left: 0px;
	margin-top: 350px;
	position: absolute;
	background-color: #ffffcc;
	/* border: 4px solid #000000; */
	text-align: center;
}
div.search {
	width: 150px;
	height: 130px;
	margin-left: 0px;
	margin-top: 450px;
	position: absolute;
	background-color: #ffffcc;
	/* border: 4px solid #000000; */
}
div.links {
	width: 150px;
	height: 150px;
	margin-left: 0px;
	margin-top: 605px;
	position: absolute;
	overflow: auto;
	background-color: #000000;
	/* border: 4px solid #ffffcc; */
}
div.banner {
	width: 600px;
	height: 75px;
	margin-left: 190px;
	margin-top: 0px;
	position: absolute;
	background-color: #000000;
	background-image: url(../old/images/homebanner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	/* border: 4px solid #ffffcc;	 */
}
div.content {
	width: 600px;
	height: 655px;
	margin-left: 190px;
	margin-top: 100px;
	position: absolute;
	overflow: auto;
	background-color: #000000;
	/* border: 4px solid #ffffcc; */
}
div.copy {
	width: 790px;
	height: 50px;
	margin-left: 0px;
	margin-top: 780px;
	position: absolute;
	background-color: #000000;
	/* border: 4px solid #ffffcc;	 */
}
.eyecatch {
	color: #78afbb;
	font-size: 12pt;
	font-weight: bold;
}
.eyecatchRed {
	color: #990000;
	font-size: 12pt;
	font-weight: bold;
}
.sectionheader {
	font-size: 14pt;
	color: #78afbb;
	font-weight: bold;
} 
.highlight {
	background-color: #990000;
}
h1 {
	margin: 0px 0px 15px 0px;
	font-family: Georgia;
	font-size: 16pt;	 
	font-variant: small-caps;
	font-weight: bolder;
	text-align: center;
}
h2 {
	margin: 5px 0px 5px 0px;
	font-family: Georgia;
	font-size: 14pt;
	font-weight: bolder;
	color: #78afbb;
	text-align: center;
} 
p {
	margin: 15px 5px 5px 5px;
	text-align: justify;
} 
p.copy {
	margin: 5px 5px 0px 5px;
	text-align: center;
} 
p.nav {
	margin: 5px 5px 0px 5px;
} 
p.links {
	margin: 5px 5px 0px 5px;
} 
p.nospace {
	margin: 0px 0px 0px 0px;
} 
img.shop {
	margin-top: 12px;
}
form {
	margin: 0;
} 
form .search {
	width: 144px;
	margin: 0;
	border: 1px solid #000000;
	background-color: #000000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bolder;		  
	color: #ffffcc;
}
input.submit {
	width: 60px;
	margin: 0;
	border: 0;
	background-color: #ffffcc;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #990000;
} 
input.submit:hover {
	background-color: #990000;
	color: #ffffcc;
}