body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #b6481e;
	text-align: center;
}
#container {
  margin: 0 auto;
  width: 800px;
  min-height: 500px;
  text-align: left;
  font: 12px arial;
  background-color: #FFF;
  }

.navigation a{
	font: 12px arial;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #FFF;
	text-decoration: none;
	color: #FFF;
	}
		.navigation a:hover {
			text-decoration: underline;
			
			}

.copy {
	font: 12px arial;
	text-align: justify;
	padding: 5px;
	}
	.copy strong {
		color: #994423;
		}

.copyright {
	font: 12px arial;
	color: #FFF;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 20px;
	}
	.copyright a{
	font: 10px arial;
	color: #FFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #888;
	}
	.copyright a:hover{
	font: 10px arial;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #888;
	}

#foot {
	font-size:12px;
	background-image: url(images/foot.gif);
	background-repeat: no-repeat;
	background-color: #b6481e;
	height: 78px;
	}
#footing {
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	}
#foot_navigation {
	/*text-align: center;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 14px;*/
	color: #FFFFFF;
	}
	#foot_navigation a{
		/*font-size: 14px;
		color: #FFF2D4;
		text-decoration: none;*/
		}
	#foot_navigation a:hover{
		/*text-decoration: underline;*/
		}
.imark {
	font: 10px arial;
	color: #FFFFFF;
	}
	
.catalog_header {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}

.buttons li{
	list-style: none;
	height: 30px;
	width: 125px;
	padding-bottom: 5px;
	margin-left: -25px;
	}
	.buttons li a {
		height: 100%;
		width: 100%;
		display: block;
		text-decoration: none;
		background-color: #CEAD74;
		padding-left: 5px;
		border: 1px solid #000;
		}
		.buttons li a:hover {
		background-color: #6F603D;
		padding-left: 5px;
		}
	
.catalog_foot {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
	.catalog_foot a{
	font: 12px arial;
	text-decoration: none;
	color: #0D69B2;
	}
		.catalog_foot a:hover {
			text-decoration: underline;
			color: #D2583F;
			}
#body2 {
	text-align: left;
	}
.msg {
	border: 1px solid #888;
	text-align: center;
	padding: 10px;
	background-color: #FBE383;
	font: 12px arial;
	}

.catalog_content {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
.keywords {
	padding: 6px;
	}
	.keywords a{
		color: #b6481e;
		}