﻿.content {
	padding: 0px;
	width: 940px;
	margin: 0px auto 0px auto;
	background-repeat: repeat;
}
.content h6 {
	background-position: center center;
	color: #FFFFFF;
	display: block;
	margin: 0px 0 0 0;
	text-align: center;
	font-size: 18px;
	font-family: Calibri;
	padding-bottom: 0.5em;
	background-image: url('../img/h3_bg.png');
	background-repeat: no-repeat;
	text-shadow: 2px 2px 1px #000000;
}
.content p {
font-size: 1.2em;
line-height: 1.4em;
padding: 10px;
}
.content h6.active {
	background: center center no-repeat;
	background-image: url('../img/h3_bg.png');
}
.content h6:hover {
	border-width: 1px;
	border-color: #EEEEEE;
	color: #C0C0C0;
	cursor: pointer;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url('../img/h3_hover_bg.png');
}
.content div {
padding: 15px;
}