img#logo {
	vertical-align: top;
	float: left;
}
	
div {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:small;
}

div#content {
	width: 630px;
	height:500px;
}

div#header, div#main {
	margin-left: 135px;
}

div#header {
	background-color:#336699;
	font-size:large;
	color:#99CCFF;
	text-align:center;
	width: 645px;
}

div#main {
	text-align:justify;
	padding:15px;
	width: 615px;
}

input#send {
	width:100px;
	height:20px;
	background-image:url('img/button.jpg');
	background-repeat:no-repeat;
	border: none;
}

table#form {
	width: 615px;
}

span.u {
	text-decoration:underline;
}

textarea#message {
	width: 98%;
	height: 180px;
}

