html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background: #fff url('images/headerbkg.jpg') repeat-x; 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 80%; 
	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: #ae2b31;  
	color: ae2b31; 
	height: 1px; 
	width: 100%;
}

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; 
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
}

.formbutton {
	margin: 3px 0;
}

h1 {
	font-family: Georgia, Times, serif; 
	color: #ae2b31; 
	text-align: left; 
	font-size: 22px; 
	font-weight: bold; 
	margin: 10px 0 20px 0;
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #616161; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
	margin: 10px 0;
}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #94242a; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
	margin: 10px 0;
}

h4 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #ae2b31; 
	margin: 10px 0;
}

h5 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #616161; 
	margin: 10px 0;
}

h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #94242a; 
	margin: 10px 0;
}

a:link  {
	color: #dc373f; 
	text-decoration: none; 
	font-weight: normal;
}

a:visited {
	color: #dc373f; 
	text-decoration: none; 
	font-weight: normal;
}

a:hover {
	color: #919191; 
	text-decoration: underline; 
	font-weight: normal;
}

a:active {
	color: #dc373f; 
	text-decoration: none; 
	font-weight: normal;
}

.headerleft a:link {
	color: #fff; 
	text-decoration: none; 
	font-weight: bold;
}

.headerleft a:visited {
	color: #fff; 
	text-decoration: none; 
	font-weight: bold;
}

.headerleft a:hover {
	color: #fff; 
	text-decoration: underline; 
	font-weight: bold;
}

.headerleft a:active {
	color: #fff; 
	text-decoration: none; 
	font-weight: bold;
}

.navigation a:link  {
	color: #dc373f; 
	text-decoration: none; 
	font-weight: bold;
}

.navigation a:visited {
	color: #dc373f; 
	text-decoration: none; 
	font-weight: bold;
}

.navigation a:hover {
	color: #919191; 
	text-decoration: underline; 
	font-weight: bold;
}

.navigation a:active {
	color: #dc373f; 
	text-decoration: none; 
	font-weight: bold;
}

.wrapper {
	width: 750px; 
	background-color: #fff; 
	color: #000; 
	text-align: left; 
	margin: 0 auto;
}

.headerleft {
	width: 250px; 
	background: url('images/headerleft.jpg'); 
	color: #fff; 
	text-align: center; 
	height: 75px; 
	font-size: 90%;
}

.headerright {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	width: 500px; 
	background: url('images/headerright.jpg'); 
	color: #fff; 
	text-align: right; 
	height: 75px; 
	font-size: 180%;
	letter-spacing: 2px;
}

.navigation {
	color: #000; 
	text-align: left;
	line-height: 20px;
	padding: 0 10px;
}

.mainimage {
	background: url('images/mainimage.jpg'); 
	color: #fff; 
	text-align: left; 
	padding: 0 0 0 20px; 
	font-size: 180%; 
	height: 200px;
}

.mainimage .psmall {
	font-size: 80%;
	letter-spacing: 2px;
}

.sidebar {
	width: 250px; 
	padding: 5px 10px; 
	vertical-align: top; 
	font-size: 90%; 
	text-align: left;
}

.maintext {
	width: 500px; 
	padding: 5px 10px; 
	vertical-align: top; 
	text-align: justify; 
}

.catalog {
	width: 50%; 
	padding: 10px; 
	text-align: left; 
	vertical-align: top; 
}

.mainwide {
	width: 750px; 
	padding: 10px; 
	text-align: justify; 
	vertical-align: top; 
}

.footer {
	text-align: center; 
	font-size: 90%; 
	font-weight: normal; 
	padding: 10px 0; 
	border-bottom: 10px solid #fff;
}

.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;
}
