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

#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: #4b4d4a;
	min-height: 100%;
	
	height: auto !important;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 15px;	
}

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

#text h3 {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: white;
	margin: 15px 0 0 25px;
}

#text p {
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	color: white;
	margin: 10px 25px;
	text-align: justify;
}

#text img {
	margin-right: 6px;
	margin-bottom: 20px;
}

#image {
	margin-top: -40px;
	float: right;
}

#text a{
	color: #80897a;
	text-decoration: none;
}

#text label {
	font-family: Verdana;	
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	color: white;
	width: 110px;
	float: left;
	display: block;
	padding-right: 3px;
	margin-bottom: 10px;
}

#text input, #text select, #text textarea {
	border: 1px solid #808080;
	background-color: #FFFFFF;
	float: left;
	display: block;
	margin-bottom: 3px;
}

.big {
	width: 360px;
}

.small {
	width: 122px;
}

.small_select {
	width: 124px;
}

#text br {
	clear: left;
}
