/* 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.8em;
	letter-spacing:0.01em;
	color:#000000;
	margin-bottom:25px;
	}
	
@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:#000000;
	text-decoration:none;
	}

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

h1 {
	font-size:1.8em;
	/* font-weight:900; */
	font-family:'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
	}

h2 {
	font-size:1.2em;
	/* font-weight:900; */
	padding:15px 0 1px 2px;
	font-family:'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
	}

h3 {
	font-size:1.2em;
	/* font-weight:900; */
	font-family:'ChunkFiveRegular', Georgia, "Times New Roman", Times, serif;
	}

h4	{
	font-size:0.8em;
	}

p, h1, h2, h3, h4{
	line-height:1.2em;
	}

img	{
	border:none;
	padding:0 15px 15px 0;
	max-width:100%;
	}

/* PAGE STRUCTURE */	
#leftCol {
	background-image:url(images/transparent.png);
	position:fixed;
	top:0;
	left:0;
	width:215px;
	padding:45px 0 15px 20px;
	height:100%;
	z-index:5;
	}

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

#content {
	position:relative;
	margin:30px 0 0 270px;
	padding:0 15px 0 0;
	z-index:1;
	max-width:100%;
	}

#content2 {
	position:relative;
	margin:30px 0 0 270px;
	padding:0 15px 0 0;
	z-index:1;
	}

#info {
	width:450px;
	color:#2d2d2d;
	margin:10px 0 0 0;
}

#logo {
	margin:0;
	padding:0 0 0 2px;
	}
	
/* SPECIAL CLASSES */
div.nav a {
    color:#000000;
	}
	
div.navSelected {
	color:#000000;
	background-color:#b2b2b2;
	}

div.nav a:hover {
    color:#000000;
	background-color:#ff6cd4;
	}

div.nav a, div.nav a:hover, .navSelected {
	color:#000000;
	display:block;
	width:213px;
	text-decoration:none;
	padding:1px 0 1px 2px;
	}

.hr {
	background:#000000;
	height:4px;
	width:100%;
	margin:20px 0 0 0;
	}
	
.huge {
	font-size:4em;
	font-weight:900;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:120px 15px 0 30px;
	}