﻿.contentbox
{
	padding: 10px;
	border: solid 1px #ddd;
	background: #fff url('../../images/blue-fade.jpg') bottom left repeat-x;
	margin-bottom: 10px;
	min-height: 100px
}

.contentbox a
{
	color: #484848;
	text-decoration: none;
	margin-top: 10px;
}

.contentbox h2
{
	padding-bottom: 10px;
	border-bottom: solid 1px #cc0033;
	width: 100%;
	font-size: 1.35em;
	color: #cc0033;
}

.contentbox h3
{
	padding-bottom: 10px;
	border-bottom: solid 1px #484848;
	width: 100%
}

