body {
	background: #000;
	color: #fff;
	font-family: 'Corbel', Arial, sans-serif;
	font-size: 10px;
	margin: 0 0 3em;
}

.main {
	font-size: 1.7em;
	max-width: 55em;
	margin: 0 1em;
}

.section {
    overflow: hidden;
}

.team img {
    float: right;
}

p {
	margin: .5em 1em;
	line-height: 1.33em;
}

img {border: 0;}

h1 { background: #234; color: #cdf; margin: .5em 0; padding: .125em .25em; font-family: times;	-moz-border-radius: 4px;}
a {text-decoration: none;}
a:link { color: #adf; }
a:visited { color: #49b; }
a:hover, a:focus { color: #0df; background: #111; }

.spec dt { clear: left; padding-top: .5em; float: left; width: 12em; padding-right: .5em; display: inline-block; text-align: right; }
.spec dd { border-bottom: 1px #444 dotted; padding-top: .5em; }

iframe {
	width: 100%;
	height: 93%;
	border: 0;
	position: absolute;
	left: 0;
}

/* Motivational Poster
---------------------------------*/
img.poster {display: none; border: 2px solid;padding: 3px;margin: 1em auto 0;}
h1.poster {color: #ddd; background: 0; font: 6em times; text-align: center; margin: 0;white-space: nowrap;}
p.poster {font-size: 2em; margin: 0 0 0 170px; color:#48c;}
.red {color: #c00}

/* Nav
---------------------------------*/
#nav { background: #203; border-bottom: #406 1px solid; font-size: 2em; height: 2em; margin: 0; padding: 0; }
#nav ul { display: none; left: -1em; padding: 0 1em 1em; position: absolute; width: 10em; z-index: 2; }
#nav li { list-style: none; float: left; position: relative; }
#nav li:hover > ul { display: block; }
#nav ul li { float: none; }
#nav a { color: #fff; padding: 0 .67em; display: block; line-height: 2em; }
#nav ul a { border-bottom: #628 1px dotted; }
#nav ul li, #nav li:hover { background: #406; }
#nav a:hover, #nav a:focus { background: #517; }
#nav ul ul { position: absolute; left: 100%; top: 0; margin-left: -1em; }
#nav .right { float: right; }
#nav .right ul { right: 0; left: auto; padding-right: 0; }
#nav .drop > a::after { content: "..."; color: #fdf; }
#nav > li:first-child img {
	float: left;
	margin: 0 -.4em;
	width: 1.6em;
	
}

