#header {
    	background-color:#8C0000;
	background-position: right bottom;
	background-width:200px;
	background-repeat: no-repeat; 
	color:#eee; 
	float:left; 
	padding:0px 10px 0px 100px;
	font-family: arial;
	height:200px; 
	min-width:700px;
	width:93%;
	position:relative
}

#header a ucl {
    	position: absolute;
    	top: 120px;
    	right: 10px;
    	width: 320px;
    	height: 80px;
}

#header a h1 {
    display: none;
}


#top-nav {
        float:left;
	color:#123; 
	font-family: arial;
	font-size:16pt;
	margin-top:10px;
	margin-left:100px;
	margin-right:1000px;
	white-space:nowrap;
	overflow-x:hidden
	overflow-y:hidden
}

#sectionHome {
	float:left;
	max-width:450px;
	margin-left:100px;
    	margin-top:50px;
	background-color:#fff; 
	color:#123; 
	font-family: arial; 
	font-size:12pt; 
	line-height: 1.5em
	overflow-x:hidden
	overflow-y:hidden
}

#imgHome {
	width:auto;
	height:auto;
    	float:left;
	margin-left:50px;
	margin-right:100px;
    	margin-top:50px;
	background-color:#fff; 
	color:#123; 
	font-family: arial; 
	font-size:12pt; 
	line-height: 1.5em;
}

#section {
    	margin-left:100px;
	max-width:700px;
	width:auto;
	height:auto;
    	float:left;
	align:justify;
    	margin-top:50px;
	margin-bottom:100px;
	background-color:#fff; 
	color:#123; 
	font-family: arial; 
	font-size:12pt; 
	line-height: 1.5em;
	overflow-x:hidden
	overflow-y:hidden
}

#newspaper {
    -webkit-columns: 5px 3; /* Chrome, Safari, Opera */
    -moz-columns: 5px 3; /* Firefox */
    columns: 5px 3;
}