@import url("reset.css");

/* Housekeeping */

html {
	width: 100%;
	padding: 0px;
	margin: 0px;
	}

body {
	font: 62.5% Tahoma, Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	background-image: url("img/bg_top.png");
	background-position: top center;
	background-repeat: repeat-x;
	text-align: center;
	background-color: #8a351e;
	}

b, strong {
	font-weight: bold;
	}

i, em {
	font-style: italic;
	}

/* CSS Sticky Footer */

html, body, #wrap {
	height: 100%;
	}

body > #wrap {
	height: auto; 
	min-height: 100%;
	}

#main {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 144px;
	}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -144px; /* negative value of footer height */
	height: 144px;
	clear: both;
	background-image: url("img/bg_bottom.png");
	background-position: bottom center;
	background-repeat: repeat-x;
	} 

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Cols */

#leftcol {
	width: 280px;
	float: left;
	margin: 0px 80px 0px 0px;
	}

#rightcol {
	width: 460px;
	float: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}

div.appcol {
	width: 100px;
	float: left;
	}

div.spacer {
	margin: 0px 20px 0px 0px;
	}

div.appcol img {
	margin: 0px 0px 20px 0px;
	}

#footerbadge {
	width: 680px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0px 0px 0px;
	}

#footerbadge img {
	float: left;
	margin: 0px 20px 0px 0px;
	}

#footerbadge p {
	font-size: 1.2em;
	color: #d5d5d5;
	font-family: Tahoma, Verdana, sans-serif;
	margin: 0px 0px 5px 0px;
	}

#footerbadge a:link,
#footerbadge a:visited {
	font-weight: bold;
	color: #d5d5d5;
	text-decoration: none;
	}

#footerbadge a:hover,
#footerbadge a:active {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	}

p.push {
	padding: 20px 0px 0px 0px;
	}