body {
	font-size: 10pt;
	font-family:  "Geneva CE", "Helvetica CE",  Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 2em 0;
	padding: 0;
	
	background-color: #95BACB;
	
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

img {
	border: none;
}

.t_blue {
	color: #3374d6;	
}

div#page {
	width: 1100px;
	margin: 0px auto 10px auto;
	padding-top: 45px;
	
}

div#left,
div#middle,
div#right {
	float: left; 
	width: 242px;

	margin: 0 10px 0 10px;
	padding: 0 14px 0 10px;
}


div#left,
div#middle {
	background-image: url(img/bg_col1.png);
	background-repeat: repeat-y;
}

div#right {
	width: 431px;
	background-image: url(img/bg_col2.png);
	background-repeat: repeat-y;
}

img.menu-img {
	position: absolute;
	left: -15px;	
}

div#txt-goals,
div#contact,
div#txt-activity,
div#txt-certification {
	padding: 10px 30px 35px 30px;
	position: relative;
}

div#txt-goals ul,
div#txt-activity ul {
	color: #95BACB;
	list-style: square;
	margin: 0;
	padding-left: 10px
}

div#txt-goals ul li,
div#txt-activity ul li {
	margin: 0 0 0.5em 0;	
}

div#txt-activity {
	margin-bottom: 3em;	
}

div#txt-goals ul li span,
div#txt-activity ul li span { 
	color: #000000;
}

div#contact {
	line-height: 1.5em;
}

div#contact h1 {
	font-size: 1em;
	margin: 0 0 1.2em 0;
	padding: 0;
}

div#contact span {
	font-size: 0.8em;
}

div#certifications {
	/*text-align: center;*/
}

div#certifications img {
	margin: 0px 48px 0px 0px;
}

div#footer {
	padding-right: 65px;
	text-align: right;
	font-size: 0.8em;
}

div#footer img {
	vertical-align: middle;
	margin: 0 15px 0 15px;
}

.clear {
	clear: both;
}