@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#d4eeff;
}
p {
	font-size:0.9em !important;

}
.columnLeft {
	float:left;
}
.columnRight {
	float:right;
}
#contentContainer {
	width:680px;
	margin:0 auto ;
	padding:20px 25px ;
	background:#FFF;
}
h1 {
	font-size: 100%;
	margin-bottom:1.5em;
	text-align:center;
	background:#09F;
	color:#FFF;
	padding:0.7em 0;
	border-radius:3px;
}
h2 {
	font-size: 88%;
	color:#09F;
}
.phase {
	margin-bottom:2em;
}

.column {
	width:320px;
	margin:0 0 1em 1em;
	padding:15px;
	border:#09F 1px solid;
}
.column h3 {
	margin:0 0 15px 0;
	font-size:83%;
}
.column p {
	margin:0;
	font-size:0.78em !important;
}
.column .photo {
	text-align:center;
	margin:0 0 0.5em 0;
}
.column .photo .columnLeft {
	width:198px;
}
.column .photo .columnRight {
	width:105px;
}
.bottomColumn {
	text-align:center;
	font-size:130%;
	font-weight:bold;
	color:#09F;
}
.close {
	text-align: center;
	padding:10px 0 20px 0;
}
.close img {
	cursor:pointer;
}

















/* clearfix */

.clearfix {
    overflow: hidden;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/

* html .clearfix {
    height: 1em;
    overflow: visible;
}

/**/

.clear {
	clear: both;
}