/****************************************/
/* Body - Typography			*/
/****************************************/
body
{
	font-family: Helvetica Neue, Helvetica, Arial;
}

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

h1
{
	text-align: center;
	font-size: 50px;
	color: #444;
	padding-top:20px;
	padding-bottom:20px;
}

h2
{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

/****************************************/
/* Header - Typography			*/
/****************************************/
#header
{
	text-align: center;
	font-size: 15px;
}

.main-nav ul li.active
{
	color: #818181;
}

.main-nav ul li
{
	color: #fff;
}

.main-nav ul li:hover
{
	text-decoration: underline;
	color: gray;
}

/****************************************/
/* Content - Typography			*/
/****************************************/
#content
{
	text-align: center;
}

.content_countdown p#note
{
	font-size:10px !important;
}


/****************************************/
/* Footer - Typography			*/
/****************************************/
#footer
{
	font-size: 13px;
	text-align: center;
	color: #fff;
}
