* {
	margin: 0;
}

html, body {
	height: 100%;
	background-color:#808285;
	font-family: Helvetica, "Helvetica Neue", Monaco, Arial;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -173px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 173px; /* .push must be the same height as .footer */
}

h3 {
	font-size:22px;
	font-weight:normal;
}

h4 {
	font-size:16px;
	font-weight:normal;
	color:#ccc;
}

.little {
	font-size:12px;
	color:#222;
	line-height:18px;
}

a.little:link {
	text-decoration:none;
	color:#ffcc33;	
}

a.little:visited {
	text-decordation:none;
	color:#ffcc33;
}

a.little:hover {
	text-decordation:none;
	color:#ccc;
}

a.little:active {
	text-decordation:none;
	color:#ffcc33;
}

.topic_header {
	font-size:36px;
	font-weight:bold;
	color:#ff3333;
	background-color:#fff;
	padding:8px;
}

.topic_header_reversed {
	font-size:36px;
	font-weight:bold;
	color:#fff;
	background-color:#ffcc33;
	padding:8px;
}


.topic {
	color:#fff;
	font-size:22px;
	font-weight:normal;
}

a.topic:link {
	color:#fff;
	text-decoration:none;
	padding:10px;
}

a.topic:visited {
	color:#fff;
	text-decoration:none;
	padding:10px;
}

a.topic:hover {
	color:#333;
	text-decoration:none;
	background-color:#ffcc33;
	padding:10px;
}

a.topic:active {
	color:#fff;
	text-decoration:none;
	background-color:ffcc33;
	padding:10px;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/