@font-face {
    font-family: 'candara';
    src: url('fonts/candara/candara.eot');
    src: url('fonts/candara/candara.eot?#iefix') format('embedded-opentype'),
         url('fonts/candara/candara.woff') format('woff'),
         url('fonts/candara/candara.ttf') format('truetype'),
         url('fonts/candara/candara.svg#candara') format('svg');
    font-weight: normal;
    font-style: normal;
}
		
body {
    margin: 0px;
	padding: 0px;
	width: 100%;
	line-height: 20px;
	background-color: #000;
	font-family: 'Arial';
}

#wrapperr {
    position: absolute; left: 0; top: 25px;
    text-align: center;
    width: 100%;
}

			
#content-wrapper-a{
	position: relative; top: 25px;
	width: 1300px;
	margin: 0px auto;
}
			
			
#content-wrapper-b{
	position: relative; top: 0;
	margin: 0px auto;
	width: 900px;
}		

#content{
	float: left;
	position: relative;
	width: 900px;
}

#logo-wrapper {
    position: absolute;
    top: 0px;
    left: 0;
    right: 50%;
    padding-right: 450px;
    margin: 10px;
    min-width:180px;
    text-align: center;
    /* background-color: black; */
}
#logo {
    display: inline-block;
    height: 58px;
    width: 180px;
    background-image:url('images/begaa-logo-f.png'); background-repeat: no-repeat;
}
			
/* NAVAGATION */

#nav {
	line-height: 32px;
	font-size: small;
	z-index: 1;
	width: 900px;
	color: #999;
	}

#nav ul a {
	width:128px;	
	color: #999;
	}	
	

#nav ul li:hover > ul {
	display: block;
	}


#nav ul {
	list-style: none;
	position: relative; 
	float: left;
	border: 1px solid #ffffff;
	margin: 0;
	padding: 0;
	color: #999;

	}

#nav ul:after {
	content: ""; 
	clear: both; 
	display: block;
	}

#nav ul li {
	float: left;
	color: #999;
	}
		
#nav ul li:hover a {
	
	background-color: ;
	}
		
#nav ul li a {
	color: #999;
	display: block; 
	text-decoration: none;
	}
			
		
#nav ul ul {
	width:128px;	
	z-index: 1;
	background-color: #000;
	border: 1px solid #ffffff;
	position: absolute;
	list-style: none; 
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
	border: 0;
	color: #999;
	}
	
	#nav ul ul {
	margin-bottom: 20px;
	display: none;
	list-style: none;
	color: #999;
	}


#nav ul ul li {	
	line-height: 15px;
	float: none; 
	position: relative;
color: #999;
	}  

#nav ul li ul {
padding:5px;
border: 1px solid #ffffff;
border-top: 2px solid #000;
}

.drop a	{
	color: #999;
}
	
    
#nav ul ul li:hover a {
	color: #ffffff;
	
	}  
  
/* HEADER */

#header {
	position: relative;
	top: 10px;
	width: 900px;
	margin: auto;
	text-align: center;
	letter-spacing:1px;
	z-index: 2;
	zoom:1;
}

#header a {
  color: #999;

  }

#header a:hover {
  color: #ffffff;
  text-decoration: none;
  }
  
#header a:active {
  color: #f6d019;
  text-decoration: underline;
  }
  
/* FOOTER */

#footer {
	position: relative; top: 80px;
	clear: both;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	color: grey;
	font-size: small;
	border-top:	medium solid #ffcd00;
	}
	
	
input[type="radio"] {
  margin-right: 10px;
}
  

