body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0px;
	background-color: #d3d2be;
	font-size: 0.95em;
}

img {
	border: none;	
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

.hidden {
	display: none;	
}

.clear {
	clear: both;	
}

.float_left {
	float: left;
	padding-bottom: 4px;
}

#container {
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 337px;
	height: 159px;
	background-image: url(../images/logo.jpg);
	display: block;
	margin: 0 auto;
	clear: both;
}

#content {
	text-align: justify;	
}

#section_hello {
	margin-top: 60px;	
}

#me {
	float: left;
	padding-right: 10px;
}

#tea {
	float: right;
	padding-left: 10px;
}

#im_andy {
	width: 455px;
	height: 54px;
	display: block;
	margin-left: 30px;
	background-image: url(../images/im_andy.jpg);
}

label {
	float: left;
	width: 140px;
	font-weight: bold;
}

label, input {
	margin-bottom: 4px;
}

input {
	height: 20px;
	font-size: 0.9em;
	background-color: white;
	border: 1px solid grey;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

textarea {
	font-size: 0.9em;
	background-color: white;
	border: 1px solid grey;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;	
}

#submit_contact {
	margin-left: 423px;	
	margin-top: 4px;
}

.result {
	margin-left: 423px;	
}