/* CSS Document */

html, body,  #container-page  {
	height: 100%; /* Required */
margin:50px;
}


body {
	margin:0; padding:0;
	background-color:#E4DACE;
	color:#555555;
	font:12px Tahoma;
}

a {
	text-decoration:none;
	color:#555555;
	font:12px Tahoma;
}

a:hover {
	text-decoration:none;
	color:#BE3835;
}

.bold {
	color:#555555;
	font:12px Tahoma;
	font-weight:bold
}

.italic {
	font-style:italic;
}


p a {
	text-decoration:underline;
}

big {
	color:#BE3835;
	font-weight:bold;
	font:26px  Tahoma;
}

small {
color:#898989;
font-family:Tahoma;
font-size:9px;
}

.clear {
	clear:both;
	height:0px;
	font-size: 0px;
	line-height: 0px;
}


h1 {
  font:20px Arial;
  line-height:18px;
  color:#9E0B0F;
}

h3 {
  font:20px Arial;
  line-height:18px;
  color:#9E0B0F;
}

h3 a {
  color:#9E0B0F;
  font:20px Arial;
}

textarea {
  border:1px solid #898888;
  width:194px; height:59px;
  margin-top:2px;
  padding:3px 4px;
  color:#555555;
}

.tittle {
  color:#9E0B0F;
  font:bold 11px Tahoma;
  display:block;
  margin-top:5px;
}

#footer {
	float:left;
  width:715px;

  padding-top:38px;
  margin:0 15px;
  text-align:center;

	clear:both;
	height: 100px;
	padding:30px 40px 10px 10px;

}

#footer a:hover {
	color:#BE3835;
}