body {
	font: 12pt Georgia, 'Times New Roman', serif; color: #333;
}


/* ========== */
/* = HEADER = */
/* ========== */


#header {
	border-bottom: 1px solid #999;
}

#header #search,
#header ul {
	display: none;
}

#header h1 {
	font-size: 24pt;
}

#header h1 a {
	color: #333;
	text-decoration: none;
}


/* =========== */
/* = CONTENT = */
/* =========== */


#content {
	border-bottom: 1px solid #999;
}

#content h2 {
	font-size: 18pt;
}

#content h3 {
	font-size: 14pt;
}

#content #promotions {
	display: none;
}


/* ========== */
/* = FOOTER = */
/* ========== */


#footer {
	
}

#footer h2 {
	font-size: 18pt;
	font-weight: normal;
}


/* =========== */
/* = CREDITS = */
/* =========== */


#credits {
	display: none;
}


