header, footer, section, aside, nav, article {
	display: block;
	}

.setwidth {
	margin: auto auto;
	width: 720px;
}

hr.clear { border: 0 none; clear: both; height: 0; visibility: hidden; }



a {
	text-decoration: none;
	color: #24CCD3;
	}
	
a:hover {
	color: #10A0A8;
	}
	
em {
	font-style: italic;
	color: #24CCD3;
	}


body {
	background: #1c1c1c;
	color: #ccc;
	font-size: 13px;
	line-height: 21px;
	}
	
#header {
	margin: 80px 0 40px;
	padding: 20px 0;
	}

nav {
	border-top: 5px solid #24CCD3;
	background: #303030;
	border-bottom: 1px solid #24CCD3;
	position: fixed;
	top: 30px; 
	z-index: 3;
	font-family: arial;
	-webkit-border-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;

	}
	
nav ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style:none;
	}
		
nav ul li {
	float: left;
	padding:5px;
	}
	
nav ul li a {
	display: block;
	float: left;
	padding: 5px;
	color: #24CCD3; /*#747474;*/
	text-decoration: none;
	text-shadow:1px 1px 1px #000;
	}

nav ul li a:hover, nav ul li.active a {
	color: #303030;
	background-color: #24CCD3;
	text-decoration: none;
	text-shadow:1px 1px 1px #fff;
	-webkit-border-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	}

#header h1 {

	font-size: 68px;
	line-height: 68px;
	letter-spacing: -.75px;
	float: left;
	margin-right: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "times new roman", Times, Georgia, serif;
	text-shadow:1px 1px 1px #ccc;
	font-weight:normal;
	}
	
#header small {
	float: left;
	
	font-style: italic;
	color: #747474;
	}

section {
	padding:10px;
	background: #303030;
	margin-bottom:15px;
	font-family: arial;
	border-left: #24CCD3 solid 3px;
}

h3 {

	font-size: 20px;
	line-height: 50px;
	letter-spacing: -.5px;
	margin-right: 21px;
	padding-bottom: 0px;
	font-family: "times new roman", Times, Georgia, serif;
	color:#24CCD3
	}
