/******* MENU *******/
#container{
	margin: 1em auto;
	width: 100%;
    height: 550px;
}
#container ul{
	list-style: none;
	list-style-position: outside;

}
#container ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #B20405 ;
	cursor: pointer;
}
#container ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #EB2419;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 50px;
	padding-bottom: 10px;
	font-size: 13px;
    height: 515px;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 30px 90px;
	font-size: 32px;
    
}
.content span{
    color: #B20405;
    font-weight: 500;
}
/******* /CONTENT *******/
