﻿body {
	
	/* Text - Global Default */
	font-size:					.9em;
	font-style:					normal;
	font-family:				'Century Gothic', 'Didact Gothic', Trebuchet, sans-serif;
	font-weight:				500;
	text-align:   				left;
	line-height:          		1.5em;
    font-smooth:                always;
	
	/* Page Outer Spacing */
	margin:             		20px 40px 20px 40px;
	padding:             		0px 0px 0px 0px;
    min-width: 800px;
    max-width: 1280px;

}

section
{
    text-shadow: none;
}

nav, aside, #sectionImage, footer div, .actionLinks, .dots
{
    display: none;
}

.spotlight
{
    display: block;
}

footer
{
    margin-top: 2em;
    font-size: 0.8em;
}

p.a2-para1:first-line {
	
	/* Text */
	font-size: 20px;
    line-height: 2em;
    font-weight: bold;
}

