﻿@charset "utf-8";

#content h2{
	background-image: url(../images/bg_content_h2.gif);
	background-repeat: repeat-x;
	text-indent: 1em;
	margin: 10px 0 10px 0;
	padding-top: 12px;
	font-size: 140%;
	color: #ffffff;
	width: 90%;
	height: 46px;
}

#content h3{
	clear: both;
	background-image: url(../images/bg_content_h3.gif);
	background-repeat: repeat-x;
	text-indent: 1em;
	font-size: 120%;
	color: #ffffff;
	margin: 10px 0 10px 0;
	padding-top: 8px;
	width: 30%;
	height: 33px;
}

div.item p{
	float: left;
	width: 140px;
	height: 250px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.2;
}
