* {
	padding: 0;
	margin: 0;
	}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address, #intro, #contact, object, embed {
	margin: 1em 5%;
	}
blockquote p {
	margin: 0;
	}
dd { 
	margin-left: 5%;
	}
fieldset {
	padding: .5em;
	} /* the above is the Fluid Global White Space Reset taken from leftjustified.net - thanks a lot */

body {
	background-color: #f9f9f9;
	margin: 0;
	padding: 0;
	font-family: 'lucida grande', verdana, arial, sans-serif;
	font-size: 88%;
	color: #456;
	}


/* typography */
a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 solid;
	}
a:hover {
	color: #518FCE;
	border-color: #518FCE;
	}
a:link {
	}
a:visited {
	border-bottom: 1px dotted;
	}
a:active {
	}

img {
	border: 0;
	}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	}
h1 {
	font-weight: normal;
	}
h2 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	}
ul {
	list-style: none;
	line-height: 1.5em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}



	/* DIVs */

/* mainWrapper formatting */
#mainWrapper {
	width: 590px;
	margin: 0 auto;
	padding: 0;
	}
#header {
	text-align: center;
	}

/* mainMenu formatting */
	
#mainMenu {
	margin: 0;
	padding: 2% 0;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px #999 solid;
	}
#mainMenu li {
	display: inline;
	margin: 0;
	padding: 0 3%;
	}
#mainMenu li a {
	border: 0;
	}
#currentTab {
	color: #567;
	}
#currentTab a {
	color: #567;
	}
#currentTab a:hover {
	color: #518FCE;
	}

/* content formatting */
#content {
	text-align: justify;
	padding: 5% 0;
	}
#intro, h1 {
	text-align: left;
	font-size: 1.5em;
	color: #518FCE;
	font-family: Georgia, Times, 'Times New Roman';
	}
	#intro {
		display: block;
		}
#reel {
	text-align: center;
	margin-top: 5%;
	}
dl {
	line-height: 1.5em;
	}
dt {
	float: left;
	padding-right: 1em;
	}
blockquote {
	margin: 0 5%;
	font-family: Georgia, Times, 'Times New Roman';
	display: inline;
	}
	blockquote:before {
		content: "„";
		font-size: 3em;
		position: relative;
		right: .5em;
		}
	blockquote:after {
		content: "”";
		font-size: 3em;
		position: relative;
		left: 570px;
		bottom: .3em;
		}
	blockquote p {
		margin: 0 5%;
		}
cite {
	font-weight: bold;
	font-style: italic;
	}
#awards li{
	padding-bottom: 1em;
	}

/* footer formatting */
#footer {
	padding: 1% 0;
	font-size: 0.8em;
	text-align: center;
	color: #518FCE;
	border-top: 1px #999 solid;
	}


