body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #000000;
	background-color: #5169C3;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}
#layout {
	width: 950px;
	text-align: left;
	margin: auto;
}
#header {
	height: 220px;
	width: 950px;
}

#content {
	text-align: justify;
	line-height: 1.6em;
	background-image: url(images/contenttile.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 20px;
	margin-left: 266px;
}
#content a:link {
	color: #89171F;
	font-weight: bold;
}
#content a:visited {
	color: #670076;
	font-weight: bold;
}
#content a:hover {
	color: #89171F;
	background-color: #9EC5FE;
}
#nav {
	width: 253px;
	color: #9EC5FE;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: 0px 0px;
	height: 360px;
}
#nav a {
	display: block;
	text-decoration: none;
	height: 20px;
}

#nav a:link {
	color: #FFFFFF;
}
#nav a:visited {
	color: #D9E8FF;
}
#nav a:hover {
	background-image: url(images/contenttile-lightbox.jpg);
	color: #89171F;
}
.subnav {
	margin-left: 15px;
}
.headingtextsmall {
	font-size: 0.5em;
	font-weight: normal;
	line-height: 2em;
}
.italictextsmall {
	font-style: italic;
	width: 98%;
}

h1 {
	color: #89171F;
	line-height: 2.4em;
}
h2 {
	color: #7C0085;
	line-height: 1.9em;
}
u {
	color: #00FF00;
}
dt {
	font-weight: bold;
	font-size: 1.3em;
	color: #550777;
	padding-top: 10px;
	padding-bottom: 5px;
}
.cataloglist {
	list-style-type: decimal;
}
h2 a:link {
	color: #FFFFFF;
}

.cataloglisttitle {
	font-weight: bold;
	font-size: 1.3em;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 5px;
}
.cataloglist li {
	padding-bottom: 1em;
	clear: right;
}
.navtextsmall {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.1em;
}
.addtocartbox {
	float: right;
	width: 96px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	height: 26px;
	margin-bottom: -10px;
}
h2 a {
	color: #FFFFFF;
}
.highlightbox {
	background-color: #AAC4E7;
	background-image: url(images/contenttile-lightbox.jpg);
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.photoright {
	float: right;
	padding-left: 10px;
}
.photoleft {
	float: left;
	padding-right: 10px;
}

.clearall {
	clear: both;
}
