@charset "UTF-8";
/*
styles.css
*/
a:link {color:#FFFFFF;}
a:visited {color:#FFFFFF;}
a:hover {color:#FBAC3C;}
a:active {color:#FBAC3C;}
html, body {
	height:100%;
}
body {
	background:#5a3293;
	font-family: Helvetia, Arial, sans-serif;
	font-size:1em;
	color:#FFF;
}
h1 {
	font-size:20px;
	color:#FBAC3C;
	font-weight:bold;
	line-height:150%;
	text-align:center;
}
h4 {
	font-size:10px;
	color:#FBAC3C;
	font-weight:bold;
}
h5 {
	font-size:14px;
	font-weight:bold;
	line-height:110%;
	text-align:center;
}
h6 {
	font-size:12px;
	color:#FFFFFF;
	line-height:110%;
	text-align:center;
}
td {
	font-family: Helvetia, Arial, sans-serif;
	font-size:1em;
	color:#FFF;
}
/*http://www.cssstickyfooter.com/using-sticky-footer-code.html
Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
#container {
	background:url('images/header_bg.jpg') no-repeat center top;
	width:100%;
	min-height:100%;
	margin-bottom:40px;
}
#heading {
	margin:0 auto;
	width:400px;
	text-align:left;
}
#events {
	margin:0 auto;
	margin-top:40px;
	width:520px;
	text-align:left;
}
#coffees {
	margin:0 auto;
	margin-top:40px;
	width:650px;
	text-align:left;
}
#footer-container {
	background:#1e1e1e;
	margin-top:-40px;
	position:relative;
	width:100%;
	height:40px;
	overflow:auto;
	clear:both;
}
#footer {
	margin:10px auto;
	width:400px;
}
