
#container{
	width:620px;
}
#title{
	padding:35px;
	font-size:28px;
}
.toggle,
.toggle:hover
{
	font-size:11px;
	color:#012839;
	text-transform:uppercase;
	text-align:center;
	background:#e4e5e7;
	cursor:pointer;
	height:20px;
	padding-top:5px;
	float:left;
	width:620px;
}


.toggle.active{
	color:#000;
}


.element{
	float:left;
	width:620px;
	background:#fafafa;
}

