
body {
	font-size: 62.5%;
	background: #fff;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #333; 
}

a {
	color: #5aa02c;
	text-decoration: none;
	}
	
.object a {
	color: #333; 
	
	}

#page {
	width: 820px;
	margin: 20px auto;
	background: #fff url("images/bg-content-gradient.png") top left repeat-x;
	}

#header {
	background: url("images/bg-header.png") top left no-repeat;	
	height: 30px;
}

#content {
	background: url("images/bg-content.png") bottom left repeat-y;	
	float: left;
	width: 760px;
	padding: 20px 30px;
}

#footer {
	background: url("images/bg-footer.png") bottom left no-repeat;	
	height: 30px;
	clear: both;
}

#logo {
		text-align: center;
		margin: 10px 0 30px 0;
		height: 120px;
		background: url('images/logo.png') center center no-repeat;
	}

.col {
	width: 360px;
	}

.left {
	float: left;
}	

.right {
	float: right;
	}	
	

.object {
	padding: 5px 0 0 80px;
	background: url("images/eloonas-icon-80.png") top left no-repeat;
	min-height: 80px;
	
	}

.object h3 {
		margin: 0;
		padding: 0;
		font-size: 1.4em;
	}

.object p {
	margin: 0;
	padding: 0;
	line-height: 120%;
	text-align: justify;
	}

#contact {
		text-align: center;
		font-size: 1.4em;
	}
