.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

#container2{
}
#content2{
	margin:-80px 0 20px 60px;
	background: #EEEEEE;
	display:block;
}
/******* /CONTAINER *******/
/******* TOP *******/
#top{
	margin: 30px 0 0  30px;
	padding: 0px 0 0 0;
}
#top h1 a{
	display: block;
	float: left;
	height: 46px;
	text-indent: -999999px;
	width: 205px;
}
/******* /TOP *******/
/******* MENU *******/
#top #menu{
	float: left;
	list-style-type: none;
	margin: 12px 0 0 26px;
}
#top #menu li{
	float: left;
	margin-right: 16px;
	font-weight: bold;
  text-transform:uppercase;
	color: #02ABE7;
	
}
#top #menu li:hover{
	color: #ccc;
	cursor: pointer;
}
/******* /MENU *******/
/******* LOADING *******/
#loading{
	text-align: center;
	visibility: hidden;
}
/******* /LOADING *******/
/******* CONTENT *******/

/******* /CONTENT *******/
/******* FOOTER *******/
#footer{
	background: #efefef;
	border: 1px solid #d0ccc9;
	padding: 10px;
	color: #7e7e7e;
	font-size: 11px;
	text-align: right;
}
/******* /FOOTER *******/