@CHARSET "UTF-8";
/******* GENERAL RESET *******/

#container_fade{
	width: 360px;
	float: left;
}
#container_fade ul{
	list-style: none;
	list-style-position: outside;
}
#container_fade ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}

/******* /MENU *******/
/******* CONTENT *******/
.content{
	background: #efefef;
	background: #fff;
	text-align: left;
	font-size: 11px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/
