/**
  ********************** CONTENT *********************
  */
#content {
   margin: 10px;
}

#section-title {
	background-color: #3e3e3e; 
	text-align: left; 
	vertical-align: middle; 
	padding: 15px; 
	font-family: Arial; 
	color: white; 
	font-size: 36px; 
	font-weight: bold;
}

#section-title h1 {
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	color: white;
	text-align: left;
	padding: 5px 0 5px 10px;    
}

#text {
	background-color: #ebece6;
	min-height: 100%;
	
	height: auto !important;
	height: 100%;
	margin-top: 5px;
	padding-bottom: 20px;
}

#text h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #555555;
	margin: 25px;
}

#text p {
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #5e5e5c;
	padding: 25px 25px 0 25px;
}

.title {
	background-color: #DBDBDB;
	heigth: 45px;
	padding: 1px;
}

