@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#666;
}
#container {
	min-height:100%;
	position:relative;
	margin-left:100px;
}
#header {
	padding:0px;
}
#body {
	padding:0;
	padding-bottom:50px;	/* Height of the footer */
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;			/* Height of the footer */
}

/* other non-essential CSS */
#header p,
#header h1 {
	margin:0;
	padding:0;
	color:#000;
	padding-top: 50px;
}
#footer p {
	margin:0;
	padding:0px;
}


.subheadline{
	color:#000;
}

a{
	color: #666;
	text-decoration:none;
}

a:hover{
	color: #ac1523;
	text-decoration:none;
}
