/* Downloaded from http://freehtml5templates.com */
/* Created by http://dedide.info */

/* quick short version of reset */
* {
margin: 0;
padding: 0;
}

/* cause html5 elements to be rendered as block elements*/
header, footer, section, aside, nav, article {
display: block;
}


body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;
	height:100%;width:100%;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */

}

#container {
	width: 840px;
	height: 1200px;
	margin: auto;
	margin-top: 60px;
	padding-top: 10px;
	background: rgb(20, 20, 20); /* The fallback for browsers that cannot understand RGBa - you know who you are*/
	background:rgba(20,20,20,.8);
	color:#fff;
	font-family: Philosopher, sans-serif;
}

#container h1 {

	font-size:60px;
	font-weight: normal;
	text-decoration:none;
	text-align:center;
}


header p{

	text-align: left;
	margin-left: 65px;
	margin-bottom: 3px;
	font-size: 18px;
	margin-top: 0px;
	width: 750px;
	line-height: 20px;
}

section.grid {
	margin-top: 5px;
}

.column1 {
float:left;
padding:0 10px 0 25px;
width:395px;
}

.column2 {
float:left;
padding:0 10px 0 5px;
width:395px;
}

.column1 *, .column2 * {
  padding-top: 10px;
}

.clearfloats {
  clear: both;
}

nav ul {list-style:none;}
nav ul li {float:left; margin-left:25px;}
nav ul li a {display:block; color:#fff; text-decoration:none; padding:5px 5px 5px 5px; margin-top:5px; font-weight: bold;}
nav ul li a:hover, nav ul li.active a {background-color: #492EEF; color:#000;}

p.cr {
  margin-top: 12px;
  padding-top: 4px;
  border-top: solid 1px #FFFFFF;
}




