
/* CSS Document */


/*---General---*/

*{
	list-style:none; 
	margin:0;
	padding:0; 
	text-decoration: none;
	}


body{
	background-color: #fff;
	color:#ffffff;
	font-family: helvetica neue,arial,serif;
	font-size: 62.5%;
	color:#222;
	}

img{border:none;outline:none;position: relative;}
a {outline: none;}
a img {border:none;}
a hover img{border:none;}
a click img{border:none}


	
h1{
	font-size: 9.0em;
	font-family: 'daniel';
	padding-top: 50px;
	}

	
h2{
	font-size: 5.0em;
	margin-top:-80px;
	text-align: center;
	font-weight: 100;
	}

h3{
	font-size: 2.5em;
	}
	
h4{
	font-size:2.4em;
	}

p{
	font-size:1.5em;
	line-height: 20px;
	margin-top:30px;
	}

	
.clear{clear: both;}

.left{float:left}

.right{float:right}


	
/* HTML5 tags
------------------------------------ */

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


/* @FONT-FACE
------------------------------------ */

@font-face {
	font-family: 'daniel';
	src: url('../fonts/daniel.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'danielbold';
	src: url('../fonts/danielbd.ttf');
	font-weight: boldl;
	font-style: normal;
}

@font-face {
	font-family: 'danielblack';
	src: url('../fonts/danielbk.ttf');
	font-weight: normal;
	font-style: normal;
}

/* HEADER
---------------------------*/


header{
	width:960px;
	height:400px;
	margin:0 auto;
	margin-top:30px;
	background-image: url(../images/holding.png);
	background-repeat: no-repeat;
	}



/*NAV
-----------------------*/	

nav{
	width:980px;
	height:150px;
	margin:0 auto;
	}
	
	nav p{
		font-size: 2.0em;
		margin-top:40px;
		text-align: center;
		color: #fefefe;
		}

	#navleft{
		width:480px;
		height:149px;
		}
		
		#navleft1{
			width:100px;
			height:99px;
			margin-left:249px;
			background-color: #222;
			
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
			border-radius: 100px;	
			}
			
			
		#navleft2{
			width:100px;
			height:99px;
			background-color: #222;
			
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
			border-radius: 100px;			
			}
	
	
	#navright{
		width:480px;
		height:149px;
		}

		#navright1{
			width:100px;
			height:99px;
			background-color: #222;
			
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
			border-radius: 100px;		
			}
			
		#navright2{
			width:100px;
			height:99px;
			margin-right:249px;
			background-color: #222;
			
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
			border-radius: 100px;		
			}



		
/*SECTION
---------------------------*/


section#content{
	width:980px;
	height:400px;
	margin:0 auto;
	margin-top:30px;
	background-color: #030119;
	border:3px solid white;
	opacity:0.80;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	}
	
	

/* FOOTER
----------------------------------------------*/		


footer{
	width:100%;
	height:400px;
	margin-top:50px;
	background-color: #222;
	}
	
section	#footwrap{
		width:1080px;
		height:399px;
		border:1px solid white;
		margin:0 auto;
		}
		


	