/* BROWSER DEFAULT RESET */
* {
	vertical-align:baseline;
	font-weight:inherit;
	font-family:inherit;
	font-style:inherit;
	font-size:100%;
	border:0 none;
	outline:0;
	padding:0;
	margin:0;
	}

/* COMMON STYLES */
body {
	background:#FFFFFF;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.75em;
	color:#5a4f52;
	margin-bottom:60px;
	}
	
/* @font-face {
	font-family:'ChunkFiveRegular';
	src:url('fonts/Chunkfive.eot');
	src:local('ChunkFive Regular'), local('ChunkFive'), 
		url('fonts/Chunkfive.woff') format('woff'), 
		url('fonts/Chunkfive.otf') format('opentype'), 
		url('fonts/Chunkfive.svg#ChunkFive') format('svg');
	}  */

a {
	color:#5a4f52;
	text-decoration:none;
	}

a:hover {
	color:#5dc1ba;	
	text-decoration:none;
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:900;
	}

h2 {
	font-size:1.3em;
	font-weight:900;
	}

h3 {
	margin:0 0 8px 0;
	font-weight:900;
	}

h4	{
	font-size:0.9em;
	margin:2px 0 0 0;
	}
	
p {
	margin:0 0 8px 0;
	line-height:1.3em;
	}

img	{
	border:none;
	padding:0 20px 30px 0;
	/* max-width:100%; */
	}
	
ul {
	list-style:none;
	text-align:center;
	line-height:1.4em;
	}

/* PAGE STRUCTURE */	
#leftCol {
	position:fixed;
	top:0;
	left:0;
	width:215px;
	padding:45px 0 0 30px;
	height:100%;
	z-index:5;
	}

#navWrapper {
	margin:5px 0 0 0;
	}
	
#logoWrapper {
	margin:0 0 15px 0;
	}

#content_Hm {
	position:relative;
	margin:290px 0 0 280px;
	padding:0 15px 0 0;
	z-index:1;
	max-width:900px;
	}

#content {
	position:relative;
	margin:60px 0 0 280px;
	padding:0 15px 0 0;
	z-index:1;
	}

#info {
	font-size:0.93em;
	text-align:center;
	padding:0 6px 0 6px;
	}

	
/* SPECIAL CLASSES */
.hr {
	background:#5a4f52;
	height:4px;
	width:100%;
	margin:20px 0 20px 0;
	}

.bold {
	font-weight:900;
	}

.blue {
	color:#5dc1ba;
	}

.award {
	color:#dbc651;
	font-weight:900;
	}

.noPadding {
	padding:0;
	}
	
.center {
	text-align:center;
	}

.selected {
	text-decoration:line-through;
	}

.404hack {
	background-color:#ffffff;
	z-index:4;
	}
	
.huge {
	font-size:4em;
	font-weight:900;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:120px 15px 0 30px;
	}

/* COLORS
	grey     #5a4f52
	blue     #5dc1ba 
	yellow   #dbc651
	pink     #d099c2
*/

