body {
	margin: 0px;
	font-family: Baskerville;
	font-size: 14px;
	color: #333333;
}

.top {
	background-image: url("../images/top_back.jpg");
	background-repeat: repeat-x;
	width: 100%;
	height: 127px;
	text-align: center;
}

.nav {
	background-image: url("../images/nav_back.jpg");
	background-repeat: repeat-x;
	width: 100%;
	height: 42px;
	text-align: center;
}

.content {
	width: 713px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/border.gif);
	background-repeat: repeat-y;
	min-height: 646px;
}

.content_footer {
	width: 713px;
	top: -13px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
.content_pad {
	padding: 15px;
}

.wrap {
	width: 693px;
}

.left {
	width: 237px;
	max-width: 237px;
	float: left;
	overflow: hidden;
}

.right {
	width: 451px;
	max-width: 451px;
	float: right;
	overflow: hidden;
}

.content_right_pad {
	padding-left: 15px;
	padding-right: 15px;
}

.footer_wrap {
	margin-top: 10px;
	width: 100%;
	color: #771219;
}

.footer_left {
	width: 50%;
	max-width: 50%;
	float: left;
	overflow: hidden;
}

.footer_left_pad {
	padding-left: 10px;
}

.footer_right {
	width: 50%;
	max-width: 50%;
	float: right;
	overflow: hidden;
	text-align: right;
}

.footer_right_pad {
	padding-right: 10px;
}

.cat_back {
	width: 235px;
	height: 323px;
	background-image: url("../images/catback.jpg");
	background-repeat: no-repeat;
}
.cat_back2 {
	width: 235px;
	min-height: 323px;
}

a:link {text-decoration : none; color : #771219;}	
a:visited {text-decoration : none; color : #771219;}
a:hover {text-decoration : underline; color : #771219;}

a.prod_link:link {text-decoration : none; color : #333333;}	
a.prod_link:visited {text-decoration : none; color : #333333;}
a.prod_link:hover {text-decoration : underline; color : #771219;}
