body
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-image:url('../elements/background/paper.jpg');
	background-repeat:repeat-x repeat-y;
	font-family:Arial, Verdana, sans-serif;
}

a
{
	color:#CCCCCC;
}

@font-face 
{
    font-family: BrandyScript;
    src: url('../elements/fonts/BrandyScript.ttf');
}
 
h1{
	margin:0;
	padding:0;

	font-family: BrandyScript;
	font-size: 6em;
	color:#CCCCCC;
	text-shadow: 2px 2px 2px #000;
}

h1 a
{
	text-decoration:none;
	color:#CCCCCC;
}

h2
{
	margin-top:0;
	text-align:center;
	font-size:200%;
	color:#CCCCCC;
}


p, ul, h3, div#footer
{
	line-height:125%;
	font-size:125%;
	color:#CCCCCC;
}

li
{
	margin:0.5em 0;
	padding:0;
	line-height:150%;
}

.clear
{
	clear:both;
}

nav
{
	margin:0;
	padding:0;
	z-index:1;
	
	height:100%;
	text-align:center;
}

/* overlaps content-div so active-navigation can overlap content-div's border */
nav ul
{
	position:relative;
	/* overlapping size */
	top:2px;
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:hidden;
}

nav ul li
{
	display:inline;
}

/* active navigation-tab is above other elements */
nav ul li#active
{
	z-index:2;
}

/* unactive navigation buttons get opacited so they seems to be more background */
nav ul li.unactive
{
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
}

nav ul li a
{
	display:inline-block;
	padding:25px 25px;
	
    background: #006699;
	color: #CCCCCC;
    
	font: bold 0.8em/0.8 Verdana, Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(45,31,18,.5);
    letter-spacing: 1px;
    
    border-top:2px solid #000;
	border-right:2px solid #000;
	border-left:2px solid #000;
	border-radius:15px 15px 0 0;
	
	margin:0;
}

nav ul li a#active_tab
{
	box-shadow:2px 2px 4px #000;
}

nav ul li a:hover
{
	background-color:#008FD6;
}

nav ul li a:active
{
	background-color:#14B1FF;
}

div#page_container
{
	position:relative;
	top:0;
	left:15%;
	width:70%;
	z-index:1;
}

div#header_background
{
	position:relative;
	top:0;
	width:100%;
	height:300px;
	background-image:url('../elements/images/torch.png');
	background-repeat:no-repeat;
	background-position:center;
}

div#header_logo
{
	position:relative;
	top:100px;
	width:100%;
	height:100px;
	text-align:center;
}

div#navigation
{
	width:100%;
}

div#content_container
{
	width:100%;
	min-height:100px;
	background-color:#006699;	
	border:2px solid #000;
	border-radius:30px;
	box-shadow:2px 2px 2px #000;
}

div#content_container div#content
{
	margin:2em;
}

div#content_container div#content div#home
{
	float:left;
	width:50%;
}

div#footer
{
	display:block;
	width:100%;
	background-color:green;
	margin-top:1em;
	margin-bottom:2em;
	padding:1em 0;
	border:2px solid #000;
	border-radius:30px;
	box-shadow:2px 2px 2px #000;
	/* must have, otherwise inner divs don't float */
	float:left;
}

div#footer div#content_left
{
	display:inline;
	float:left;
	margin-left:1em;
}

div#footer div#content_right
{
	display:inline;
	float:right;
	margin-right:1em;
}

.navigation li
{
	display:inline;
	height:40px;
	text-align:center;
	padding:0 10px;
	border:2px solid #000;
	border-radius:0 0 5px 5px;
}

.home
{
	background-color:#FFC08E;
}
