/* Default Typography for site */

body {
	color: #333;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

a img { border: none; }

/* General Typography */

p {
	line-height: 17px;
	margin-bottom: 10px;
	
}

#container a {
	color: #f79020;
	padding: 1px;
	text-decoration: none;
}

#container a:hover {
	color: #fff;
	background: #f79020;
}

#container li {
	margin-left: 20px;
}

/* Left Col Stuff */

#colLeft h1 {
	border-bottom: 2px solid #f79020;
	color: #850d1c;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

#colLeft h2 {
	color: #f79020;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#colLeft h3 {
	color: #850d1c;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 4px;
}

/* Right Col Stuff */

#colRight h1 {
	border-bottom: 2px solid #f79020;
	font-size: 16px;
	margin-bottom: 10px;
}

/* Footer Stuff */

#footer {
	color: #fff;
}
