body {
	margin-top: 0px;
	margin-righ: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #004145;
}
.menu {
	background-image: url('images/menu.jpg');
	background-repeat: repeat-x;
	height: 38px;
	text-align: center;
}
.menu a:link {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.menu a:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff0000;
	text-decoration: none;
}
.head {
	background-image: url('images/catagories.jpg');
	background-repeat: no-repeat;
	width: 174px;
	height: 23px;
	padding-left: 20px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.submenu {
	background-image: url('images/submenu.jpg');
	background-repeat: repeat-x;
	width: 174px;
	height: 18px;
	padding-left: 20px;
}
.submenu a:link {
	font-family: verdana;
	font-size: 11px;
	color:#004145;
	text-decoration: none;
}
.submenu a:hover {
	font-family: verdana;
	font-size: 11px;
	color: #d91f16;
	text-decoration: none;
}
.h1 {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #a30b04;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.text {
	font-family: verdana;
	font-size: 11px;
	color: #004145;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: justify;
}
.footer {
	background-color: #b50609;
	height: 80px;
	
}
.footer a:link {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.copy {
	font-family: tahoma;
	font-size: 11px;
	color: #cccccc;
	text-align: right;
	height: 40px;
}