body{
	background-color:#FFFFFF;
	border-top: 270px solid #f2f2f2;
	margin: 0px;
}

/* contain header, container and footer */
#main{
	width:1050px;
	margin: 0 auto;
	margin-top: -270px;
}

/* Logo and Title */
#header{
	height: 230px;
	background-color:#f2f2f2;
	padding-top: 20px;
	padding-bottom: 20px;
	color:#9c9e9f;
}

#subtitle{
	margin-left:60px;
	padding-top:158px;
	width:390px;
	float:left;
}

#title{
	height:158px; 
	width:350px; 
	float:right;
	text-align: right;
	margin-left:10px;
}

#search{
	height:72px; 
	width:363px; /*Compensate -13px margin*/ 
	float:right;
	text-align: right;
	margin-left:10px;
	margin-right:-13px;
	font-family:Arial;
}

#black_bar{
	height: 15px;
	background: #282828;
}

/* Contain navigation menu */
#buttons_bar{
	height: 50px;
	background: #FFFFFF;
	display: flex;
    text-align:center;
	margin-top: 5px
}

/* Contains context menu and contents section */
#container{
	padding-top: 50px;
	padding-bottom: 25px;
	background-color: #FFFFFF;
	display: table;
}



/* Left side column */
#sidebar{
	float: left;
	width: 250px;
	min-height: 200px;
	position: relative;
	background-color: #FFFFFF;
	border-color:#000000;
	border-style: dotted;
	border-width: 1px;
	border-color: transparent #656565 transparent transparent;
}

#title_menu{
	background-color:#FFFFFF;
	border-style: dotted;
	border-width: 1px;
	border-color: transparent  transparent #656565 transparent;
	
	text-align: right;
	font-size: 28px;
	font-weight: normal;
	color: #db003b;
	font-family: Tarjan;
	
	padding-top: 0px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 0px;
}

#context_menu{
	background-color:#FFFFFF;
	
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #282828;
	font-family: Arial Unicode MS, Arial;
	
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 30px;
}


/* Right column */
#contents{
	width:"100%";
	background-color:#FFFFFF;
	min-height: 200px;
	margin-left: 260px;
	
	font-size: 16px;
	color: #656565;
	font-family: Arial Unicode MS, Arial;
	text-align: justify;
	padding-left: 30px;
}

#red_bar{
	height: 5px;
	background: #db003b;
}

/* last line, with credis */
#footer{
	height: 50px;
	background-color:#FFFFFF;
	position:relative;
    padding-top: 10px;
	
	font-size: 12px;
	color: #656565;
	font-family: Arial Unicode MS, Arial;
	text-align: center;
}
	
