/*@font-face { 
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
} */

html{ 
	height: 100%;
}

*{ 
	margin: 0;
	padding: 0;
}
  
body{
	font: normal 90% Arial, Helvetica, sans-serif;
	color: black;
	background: #ffffff;
}

p{
	padding: 0 10px 20px 10px;
}

h1, h2, h3{
	font: bold 210% gadugi;
	color:#000000;
	letter-spacing: -1px;
	margin:5px 10px;
}

h2{
	font-size: 170%;
}

h3{
	font-size: 120%;
}
  
  article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

#main, header, #banner, #menubar, nav, #content{
 	margin-left:auto;
	margin-right:auto;
}

#main {
	width:75%;
	background:#ffffff;
	margin-top: 20px;
	margin-bottom:20px;
	border-radius: 10px 10px 0 0;
}

header{
	height: 180px
}

#banner{
	position: relative;
	height:20px;
	padding:0px 0 0 0px;
}

#logo{
	float: left;
}

#logo_resize{
	float:left;
	width:120px;
	height:50px;
}

nav{ 
	height: 50px;
} 

#menubar{	
	height:45px;
	text-align: center;
	background:#77a9ed;
	border-radius: 7px 7px 0px 0px;
	padding: 0 0 0 10px;
}
	
ul#nav li{
	margin:2px 0 0 0;
	display: inline;
}
	
ul#nav li a{
	float: left;
	font: bold 150% gadugi;
	color: #000;
	height: 24px;
	padding: 8px 20px 0 30px;
	text-decoration: none;
	}
	
ul#nav li.current a
{	color: #FFF;
	text-shadow: none;
}

ul#nav li:hover a
{	color: #FFF;
	text-shadow: none;
}


#content{
	width:100%;
	margin: 30px, 20px, 20px, 20px;
	float: left;
	background:#e3edfa;
	border-radius: 0 0 10px 10px;
	display: inline;
}

ul#content_container1 li{
	padding:0 0 0 5px;
	margin:0 0 0 30px;
	background: #a5bedd;
	color: #000;
}
.content_container1, .content_container2, .content_container3, .content_container4{
	padding: 5px;
	margin: 15px 0 20px 2.3%;
	float: left;
	background: #a5bedd /*rgba(0,0,0,0.1)*/;
	border-radius: 5px 5px 5px 5px;
}

.content_container1{
	width:45%;
}

.content_container2{
	width: 25%;
}

.content_container3{
	width: 65%;
}

.content_container4{
	width: 90%;
	text-align:center;
	background:rgba(0,0,0,0);
  }

#footer{
	position:relative;
	height:70px;
	clear:both;
}