body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	font-size: 20px;	
}
#body {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
#body td {
	margin: 0;
	padding: 0;
	border: none;	
}
#logo {
	width: 175px;
	height: 133px;
	background: url('../images/bg_top.jpg') no-repeat;
}
#header {
 	background: url('../images/bg_top2.jpg') repeat-x #FFFFFF;
 	text-align: right;
 	padding-top: 1px;
}
#title {
	margin: 20px 10px 5px 0;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}
#contact {
	margin: 5px 10px 5px 0;		
}
#top_navigation {
	font-size: 14px;
	line-height: 100%;
	background-color: #000000;
	text-align: right;
	height: 20px;
	color: White;
	font-weight: bold;
}
#top_navigation a:link, #top_navigation a:visited {
	color: White;
	text-decoration: none;
	font-weight: bold;
}

#left_navigation {
	width: 175px;
	overflow: hidden;
	background-color: #DEDFEF;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	vertical-align: top;
}
#footer {
 	height: 17px;
 	background: url('../images/bg_left.jpg');
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#bottom_navigation {
 	background: url('../images/bg_left.jpg');
 	text-align: right;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

#content-wrapper {
	vertical-align: top;
}
#page-contents {
	margin: 10px;
}
.catalog {
	font-size:11px;	
}
.catalog th {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
}
.catalog td {
	padding: 5px;
}