﻿/*** HTML DEFINITIONS ***/

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #92000A;
	color: #000000;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 90%;
	text-align: center; 
	margin: 5px 0;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

ul li {
	list-style-image: url('images/bullet.gif'); 
	font-size: 100%;
}

hr {
	background-color: #9b3d43; 
	color: #9b3d43; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}

/*** HEADINGS ***/

h1 {
	font-family: Georgia, Times, serif; 
	color: #9b3d43; 
	text-align: left; 
	font-size: 1.8em; 
	font-weight: bold; 
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #92000A; 
	text-align: left; 
	font-size: 1.6em; 
	font-weight: normal; 
}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #92000A; 
	text-align: left; 
	font-size: 1.4em; 
	font-weight: normal; 
}

h4, h5, h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 1.2em; 
	font-weight: normal; 
	color: #92000A; 
}

/*** LINKS ***/

a:link  {
	color: #92000A; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #c25a52; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #c25a52; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #c25a52; 
	text-decoration: none; 
	font-weight: bold;
}

/* CLASSES */

.wrapper {
	width: 800px; 
	background: #fff;
	color: #000; 
	text-align: left;
	margin: auto;
}

.sitename {
	padding: 0px 0px 0px 10px;
	background-position: #fff url('images/headerbg.jpg');
	background: #fff url('images/headerbg.jpg');
	color: #92000A;
	font-family: Georgia, Times, serif;
	text-align: left;
	font-size: 1.8em;
	font-weight: bold;
	height: 85px;
}

.content {
	color: #000000;
	width: 750px;
	padding: 10px;
	vertical-align: top;
	text-align: justify;
	margin: 0px 5px 0px 15px;
}

.catalog {
	width: 50%; 
	padding: 10px; 
	text-align: left; 
	vertical-align: top; 
}

.footer {
	text-align: center;
	background: url('images/footer.jpg');;
	color: #000;
	font-size: 80%; 
	font-weight: normal;
	height: 84px;
}

.date {
	float: right;
	font-size: .9em;
	font-weight: bold;
}

.float-rt {
	float: right;
	font-size: .45em;
	margin-right: 15px;
	margin-top: 3px;
	border-left-style: double;
	border-left-width: medium;
	border-left-color: #92000A;
	padding-left: 10px;
}

.clearFloat {
	clear: both;
}

.center {
	text-align: center;
}
.spaces {
   margin-bottom: 8px;
}

.picleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 3px double #c0c0c0;
}

.picright {
	margin: 3px 0px 2px 10px;
	float: right;
}


