/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: tahoma;
	font-size: 11px;
	color: #655B4F;
	background: #FFF;
}	

/*---------- Globals ----------*/

img {
	border: none;
}

sup {
  font-size: 8px;
}		


div#wrapper {
	width: 800px;
	margin:60px auto;
}	


div.clear {
	clear: both;
}	

/*--- Main ---*/

h1#logo {
  width: 800px;
  height: 46px;
  text-indent: -5000px;
  margin-bottom: 5px;
  background: url('images/logo.gif') no-repeat;
}

div#leftCol {
  float: left;
  width: 495px;
  padding-left: 5px;
  line-height: 1.5;
}

div#rightCol {
  float: right;
  text-align: right;
  width: 260px;
  line-height: 1.5;
} 

div#rightCol form input {
  width: 250px;
  margin-bottom: 5px;
  padding: 5px;
  font-size: 11px;
  color: #E5645D;
  border: 1px solid #E4E2E0;
}

div#rightCol form textarea {
  width: 250px;
  height: 175px;
  padding: 5px;
  font-family: tahoma;
  font-size: 11px;
  color: #E5645D;
  border: 1px solid #E4E2E0;
}

div#rightCol form input#sendButt {
  width: 260px;
  font-weight: bold;
  background: #FFF;
}