@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: normal;
	text-align: left;
}

html {
	
	text-align: left;
}

body {
	background-color: #fff;
	color: #fff;
	text-align: left;
}

p {
	color: #cecece;
	margin-bottom: 10px;
	text-align: left;
}

strong {
	color: #3899f6;
	font-size: 15px;
}

strong.v2 {
	color: #c6d11b;
	font-size: 15px;
}

a {
	color: #c6d11b;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 1px solid #c6d11b;
}

a:hover {
	color: #c6d11b;
	text-decoration: none;
	border-bottom: 1px solid #3899f6;
}


h1 {
	background: url('../images/h1-bg.gif') no-repeat top left;
	height: 66px;
	width: 320px;
	padding-top: 5px;
	padding-left: 22px;
}



h2.headingblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	
	background: url('../images/h1-bg.gif') no-repeat top left;
	height: 66px;
	width: 320px;
	padding-top: 5px;
	padding-left: 22px;
	
	border: 0;
}



#page {
	
	text-align: left;
	width: 100%;
}

#wrapper {
    padding:0;
    border-top: 0;
    background: red;
}


#page-header-wrapper {}

#page-header {
    padding: 0;
    height: 0;
}

#page-site-index #page-header {
    padding-bottom: 0px;
}

#page-header {		
		width: 100%
		text-align: left;
		z-index: 1000;
		height: 196px;
		background: url('../images/zelda-top.gif') no-repeat left top;
	}
	
	#menu ul {
		list-style: none;
		list-style-type: none;	
		text-align: center;
		margin-top: 10px;
	}
	
	#menu ul li {
		text-align: center;
		display: inline;
		float: left;
		margin-right: 6px;
		margin-left: 3px; 
	}
	
	#intro #menu ul li {
		text-align: center;
		display: inline;
		float: left;
		margin-right: 10px;
		margin-left: 15px; 
	}
	
	#menu ul li a {
		letter-spacing: -1.6px;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		display: inline;
		font-size: 21px;
		font-weight: normal;
		color: #000;
	}
	
	#menu ul li a:hover {
		
	}
	
	#menu .current {
		background: url('../images/mainMenu_hover.gif') no-repeat center 22px;
	}


#page-content {
	background-color: #252525;
	color: #fff;
	padding: 50px;
}


#page-content .intro {
	width: 520px;
	padding: 45px;
}

#page-footer { 
	position: relative;	   
	overflow: hidden;
	width: 100%;
	clear: both;	
	height: 211px; 
	background: url('../images/zelda-bottom.gif') no-repeat left top;
}


#page-footer, #page-footer * {
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #a4a4a4;
}




.efsInfo {
	margin-left: 54px;
}














