/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	/* background: #ffffff url('images/background1.jpg') repeat-x; */
	background-color: #ffff99;
	color: #000;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 12px; 
	text-align: center; 
	margin: 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: #de0f23; 
	color: #de0f23; 
	height: 1px; 
	width: 50%;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c0c0c0; 
	padding: 2px;
	margin: 2px 0; 
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: verdana, "Trebuchet MS", serif; 
	/* color: #b2a791; */
	/* color: #663300; */
	color: #7F1720; 
	text-align: left; 
	font-size: 26px; 
	font-weight: bold; 
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #d01022; 
	text-align: left; 
	font-size: 24px; 
	font-weight: normal; 
}

h3 {
	font-family: Arial, "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #756341; 
	text-align: left; 
	font-size: 18px; 
	font-weight: normal; 
}

h4, h5, h6 {
	font-family: sans-serif,"Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #FFFFFF; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #7c715c; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #7c715c; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #7c715c; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #7c715c; 
	text-decoration: none; 
	font-weight: bold;
}

.sidebar a:link  {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}

.sidebar a:visited {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}

.sidebar a:hover {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}

.sidebar a:active {
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}

.navigation a:link  {
	color: #FDF6E6; 
	text-decoration: none; 
	font-weight: bold;
}

.navigation a:visited {
	color: #FDF6E6; 
	text-decoration: none; 
	font-weight: bold;
}

.navigation a:hover {
	color: #FFFF00; 
	text-decoration: none; 
	font-weight: bold;
}

.navigation a:active {
	color: #FFFF99; 
	text-decoration: none; 
	font-weight: bold;
}

.footerright a:link  {
	color: #de0f23; 
	text-decoration: none; 
	font-weight: normal;
}

.footerright a:visited {
	color: #de0f23; 
	text-decoration: none; 
	font-weight: normal;
}

.footerright a:hover {
	color: #7c715c; 
	text-decoration: underline; 
	font-weight: normal;
}

.footerright a:active {
	color: #de0f23; 
	text-decoration: none; 
	font-weight: normal;
}

/* SETS THE CLASS PROPERTIES */

.wrapper {
	width: 750px; 
	text-align: left;
	margin: 0 auto;
}

.header {
	font-family: Georgia, Times, serif; 
	background-image: url('images/headerbg2.jpg');
	text-align: center;
	color: #f1ece6;
	font-size: 26px;
	font-weight: bold;
	height: 100px;
}

.navigation {
	background-image: url('images/navigationbg1.jpg');
	color: #f1ece6; 
	text-align: center;
	letter-spacing: 1px;
	padding: 0 15px;
	height: 45px;
}

.sidebar {
	background: url('images/sidebarbg1.jpg');
	color: #000;
	width: 250px; 
	padding: 10px 15px 10px 20px; 
	vertical-align: top; 
	font-size: 90%; 
	text-align: left;
}

.maintext {
	background: url('images/textbg1.jpg');
	width: 500px; 
	padding: 10px 20px 10px 10px; 
	vertical-align: top; 
	text-align: justify; 
}

.catalog {
	width: 50%; 
	padding: 10px; 
	text-align: left; 
	vertical-align: top; 
}

/*
.mainwide {
	background: url('images/mainwidebg.jpg');
	width: 750px; 
	padding: 10px 20px; 
	text-align: justify; 
	vertical-align: top; 
}
 */
.footerleft {
	background: url('images/footerleft1.jpg');
	text-align: center;
	color: #000000; 
	font-size: 100%; 
	font-weight: normal;
	height: 80px 
}

.footerright {
	background: url('images/footerright1.jpg');
	text-align: center;
	color: #000000;
	font-size: 100%; 
	font-weight: normal;
}

.photoleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
}

.photoright {
	margin: 3px 0px 2px 10px; 
	float: right; 
}

.imageleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 3px double #c0c0c0;
}

.imageright {
	margin: 3px 0px 2px 10px; 
	float: right; 
	border: 3px double #c0c0c0;
}

.imagecenter {
	margin: 0px 5px; 
	border: 3px double #c0c0c0;
}

/* begin styles for RSS Feed */

.rss_box { background-color: white; margin: 4px 4%; padding: 2px 4px; border: solid 4px maroon; width: 400px; }

.rss_title, rss_title a { font-size: 120%; font-family: FontName, Tahoma; font-weight: bold; letter-spacing: 1px; margin: 5px 0; padding: 0 }

.rss_items    { list-style-type: none; list-style-image: url("http://142.27.144.70/gerry/pointer.jpg") }

.rss_item { color: black; font-size: 75%; font-family: Tahoma; font-weight: bold; margin: 8px 0 }

.rss_item a:link, .rss_item a:visited { color: maroon; font-size: 120%; text-decoration: none }

.rss_item a:hover { color: gray; text-decoration: underline }

.rss_date { color: gray; font-size: 80%; font-weight: normal }