@charset "UTF-8";
/* CSS Document */

html{
		/*background-color:#d4cdc5;*/
		/*background-color:#807882;*/
		/*background-color:#8c6e7c;*/
		/*background: linear-gradient(#282938, #5f7982, #eee);*/
		background: linear-gradient(#282938, #85999e, #eee);
		background-repeat:no-repeat;
		height:100%;
	}
	body{
		/*width:90%;*/
	}
	div#header{
		width: 960px;
		margin: 0 auto;
		height:70px;
		position:relative;
	}	
	#header #nav {
		list-style:none;
		text-align:center;
		font-size:18px;
		border:0;
	}
	#header #nav li {
		display:inline;
	}
	#header #nav li a {
		text-decoration:none;
		color:#FFF;
		line-height:70px;
		text-transform:uppercase;
	}
	#header #nav li a:hover {
		color:#39b54a;
	}
	#header-wrap {
		/*background: #333333;*/
		height: 70px;
	
		/*position:fixed;*/
		position:relative;
		z-index:200;
		width:100%;
		left:0;
		top:0;
		padding-top:10px;
		border-radius:0;
		
	}
	div.container{
		margin:0 auto;
		width:100%;
		height:auto;
		border:0px;
		margin-top:100px;
		/*background-color:#333333;*/
    	/*border-radius: 0px;*/
	}
	/*div.nav{
		background-color:#333333;
		width:100%;
		margin:0px 30px 0px -10px;
		height:60px;
		border-radius:0px;
		vertical-align:'middle';
	}*/
	div#header-wrap h1{
		/*
		font-family: 'Covered By Your Grace', cursive;
		font-family: 'Over the Rainbow', cursive;
		font-family: 'Cabin Sketch', cursive;*/
		font-family: 'Fredericka the Great', cursive;		
		/*border-bottom: 2px dashed #40393a;*/
		border-bottom:3px dashed #fff;
		font-size:65px;
		text-align:center;
		color:#ffffff;
		margin-bottom:0px;
		position:relative;
		/*background-color:#8c6e7c;*/
		/*background-color:#718A7B;*/
	}
	h2{
		font-family: 'Fredericka the Great', cursive;		
		font-size:35px;
		color:#ffffff;
		padding:0;
	}
	p.nav{
		text-align:left;
		font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
		font-size:20px;
	}
	p{
		font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
		font-size:12px;
	}
	img.headerPic{
		
	}