div#content {
	padding:0 30px;
	width:630px;
}

.start-col {
	background-image:url(../img/layout/start_col_bg.png);
	background-position:0 0;
	background-repeat:repeat-x;
	float:left;
	height:244px;
	list-style-type:none;
	padding:12px 20px;
	width:274px;
}

.start-col:hover {
	background-image:url(../img/layout/start_col_bg_hover.png);
	background-position:0 0;
	background-repeat:repeat-x;
}

.left {
	margin-right:2px;
}

.start-col p {
	font-size:1.2em;
}

div#content h2 a {
	color:#2b1305;
}

div#content h2 a:hover {
	text-decoration:none;
}

