#content_main {
	width: 350px;
	float: left;
	margin-right: 5px;
}
#content_sub {
	width: 500px;
	float: left;
	margin-left: 10px;
}

img.boxfloat {
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: thin solid #666666;
	padding: 2px;
	background-color: #FF6600;
	height: 120px;
}
a.boxfloat {
	float: left;
	width: 100px;
	border: thin solid #000000;
	padding: 8px 4px;
	height: 60px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
	line-height: 1.3em;
	background-color: #990000;
}
.float {
	width: 475px;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	border: thin solid #990000;
}
.floatgrey{
	width: 475px;
	float: left;
	padding: 10px;
	background-color: #EBEBEB;
	border: thin solid #CCCCCC;
	margin-bottom: 5px;
}
h3 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
p {
	font-size: 11px;
}
table {
	width: 350px;
	float: right;
	padding-top: 5px;

}
td {
	padding: 5px;
	font-weight: bold;
}
