/* CONTAINER GENERAL */
.container-padding{
	padding:9px;
}

/* NEWS */
.news-container{
	left:20px;
	padding:9px;
	position absolute;
	top:342px;
	width:402px;
}

.news-item{
	margin-bottom:20px;
}

/* MENUS */
.menu-container{
	left:450px;
	position:absolute;
	top:342px;
	width:250px;
}

.menu-item{
	margin-bottom:12px;
}

.menu-indent{
	margin-left:12px;
}

.sub-menu-container{
	margin-top:24px;
	background-color:white;
}

/* CONTENT */
.content-container{
	left:712px;
	position:absolute;
	top:342px;
}

