#cont {
	position: absolute;
	top: 40px;
	left: 0px;
}

#col1 {
	position: absolute;
	left: 0px;
	top: 30px;
	bottom: 50px ;
	width: 220px;
	margin: 0px;
	padding: 0px;
}

#col2 {
	margin-left: 225px;
	margin-right: 120px;
	margin-top: 35px;
	padding-bottom: 10px;
}

#col3 {
	position: absolute;
	right: 0px;
	bottom: 50px;
	width: 250px;
}

#banner {
	background-image: url(../images/square1.gif);
}

#head_section {
	background-image: url(../images/header-journalistic.jpg);
}

p {
	line-height:1.3;
}

.box1 {
	position:absolute;
	bottom:150px;
	right: 150px ;
        background-color: white;
        border: thin solid #88bbff;
        width: 140px;
        height: 140px;
        padding: 0px;
	margin: 10px;
        overflow: hidden;
	float:right;
}

.box2 {
        background-color: white;
        border: thin solid #88bbff;
        width: 140px;
        height: 140px;
        padding: 5px;
	margin: 10px;
        overflow: hidden;
	clear:right;
	float:right;
	vertical-align: middle;
}

.box2 img {
	position: relative ;
	top: -5px ;
	left: -5px ;
}

.article {
	height: 100%;
	clear:none;
}

#byline {
	float: right ;
	margin-top: 20px ;
	margin-bottom: 50px ;
}

#footer_box {
	position: absolute ;
	bottom: 30px ;
	left: 50px ;
        width: 130px;
        height: 130px;
        padding: 10px;
	background-color: #88bbff ;
	font-weight: bolder ;
	color: white ;
	border: thin solid #88bbff ;
}

.photo {
	float: right;
        border: thin solid #88bbff;
	margin: 10px ;
	margin-right: 0px ;
}

button {
	border: 1px solid black ;
}

