/*
Template Name: Spartan Snowmobile Right CSS
Version: 1.0
Design: Dennis Helwig
*/

/* =LAYOUT
----------------------------------------------- */
html, body {
	font-family: Arial, Helvetica, sans-serif;
}

.container {
	width: 350px;
}
	
.clearfix {
	height: 50px;
	clear: both;
}

/* =CONTENT
----------------------------------------------- */
#content {
	margin: 5px;
	width: 330px;
	position: relative;
	overflow: auto;
}

.column {
	float: left;
	border-radius: 10px;
	font-family: 'Roboto Condensed';
    line-height: 1;
    width: 325px;
	background: #622433;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

#columnContent {
	padding: 5px;
}

#columnContent h1 {
	color: #F8AE00;
	font-size: 26px;
	font-weight: semi-bold;
	margin-bottom: 10px;
	text-align: center;
}
	
#columnContent h2 {
	color: #F8AE00;
	font-size: 26px;
	font-weight: semi-bold;
	margin-bottom: 10px;
}

#columnContent h3 {
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bold;
}

#columnContent p {
	font-size: 14px;
	margin-bottom: 8px;
	color: #777777;
}