@charset "UTF-8";
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E3D40;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 40px;
	width: 800px;
}
#header {
	width: 800px;
	float:left;
	font-size:11px;
	
}
#header img {
	margin:0; 
	padding:0;
	display:block;
	
}
#header ul {
	float:right;
	margin: 0;
	padding:0;
	margin-top: -25px;
	clear:right;
}
#header li {
	display:inline;	
	margin-bottom:0;
	padding-bottom:0;
}
#headerContent {
	background-color:#EFEEEE;
	background-image:url(images/bg_corner.png);
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
	clear:right;
	width: 800px;
	height:206px;
	
}
#headerContent img {
	margin:0; 

}
#headerContent #text {
	
	padding: 50px;
	font-size: 11px;
	margin-top: 60px;
}
#contactForm  {
	width: 700px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 20px;
	float:left;
	clear:both;
}

#footer {
	width: 800px;	
	padding-top: 10px;
	border-top: 1px #17ADD8 solid;
	border-bottom: 1px #17ADD8 solid;
	float:left;
	clear:both;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#footer img {
	margin-right: 40px;	
}
a:link, a:visited, a:active {
	text-decoration:none;
	color: #3E3D40;
}
a:hover {
	text-decoration:underline;	
}
body {
	text-align:center;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom:40px;
	padding-bottom:20px;
}
td {
	padding: 5px;	
}
.textinput {
	width: 100%;
	
	padding: 3px;
	padding-top: 6px;
	padding-bottom:6px;
	border-top:#ACACAC 1px solid;
	border-left:#ACACAC 1px solid;
	border-right:#e7e7e7 1px solid;
	border-bottom:#e7e7e7 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#tarea {
	width:100%
	height: 100px;
	padding:6px;
	border-top:#ACACAC 1px solid;
	border-left:#ACACAC 1px solid;
	border-right:#e7e7e7 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:#e7e7e7 1px solid;
	font-size:11px;
}