#content_wrapper
{
	width: 900px !important;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

.exh
{
	display: block;
	width: 300px;
	margin: 24px auto 0 auto;
	text-align: left;
}

.exh_sel
{
	display: block;
	width: 300px;
	background-color: #fc6;
	margin: 24px auto 0 auto;
	padding: 24px;
	text-align: left;
}

.line_sel
{
	display: block;
	border: 2px gray ridge;
	margin: 12px 0px 12px 0px;
	padding: 8px;
}

.line_sel .cat
{
	font-size: 10px;
	margin-top: 10px;
	line-height: 1.2;
}

.exh p, .exh_sel p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
}

.exh a:link, .exh_sel a:link
{
	color: #6ca500;
	text-decoration: none;
}

.exh a:visited, .exh_sel a:visited { text-decoration: none; }

.exh a:hover, .exh_sel a:hover
{
	color: #333;
	text-decoration: underline;
}

.exh a:active, .exh_sel a:active
{
	color: #333;
	text-decoration: underline;
}

.exh_sel input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #627f00;
	border: 1px #adb987 solid;
	padding: 2px;
	margin: 12px 0 0 0;
	overflow: visible;
}

@media screen
{
	.noprint { display: block !important; }
}

@media print
{
	.noprint { display: none !important; }
}

