body{
  background: #FFFFFF url(/img/background.jpg) no-repeat center top;
	font-family: 'Times New Roman', times, serif;
	font-family: 'Helvetica CE', Arial, helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	margin: 0; padding: 0;
}

p{
	text-align: justify;
}

a img{
	border: 1px solid silver;
}

.center{
	text-align: center;
}

#main{
	position: relative;
  color: #868686;
  text-align: left;
  width: 900px;
  margin: auto;
}

#main .pw{
	position: absolute;		
}

#main .logo{
	position: absolute;
	left: 95px; top: 12px;
	/*-moz-opacity: 0.5;*/
}

#main h1{
	position: absolute;
	left: 100px; top: 430px;
	width: 700px;
	color: #151515;
	font-size: 11px;
	margin: 0; padding: 0;
	text-align: center;
}

#main .logo img{
	border-style: none;
}

#columns {
	padding-top: 470px;
  padding-left: 90px;
	display: block;
	min-height: 810px;
	_height: 810px;
}

#main h2{
  background: transparent url(/img/h1.jpg) no-repeat left center;
  padding-left: 20px;
  color: #5A5A5A;
  font-size: 14px;
  font-weight: 600;
}

#main h3{
 font-size: 13px;
 color: #121212;
 padding: 0;
 margin-bottom: 0px;
 font-weight: 600;
 font-style: normal;
}

#col1{
  float: left;
  width: 240px;
  padding: 15px;
  min-height: 720px;
  _height: 720px;
}

#col2{
  float: left;
  width: 240px;
  padding: 15px;
  min-height: 720px;
  _height: 720px;
}

form {
  color: #414141;
  font-weight: 600;
}

form input{
  border: none;
  background: transparent url(/img/input.jpg) no-repeat right top;
  width: 210px; height: 18px;
  padding: 3px 10px;
}

form .taout{
	background: transparent url(/img/text.jpg) no-repeat left bottom;
	padding: 10px;
}

form textarea{
  border: none;
  background-color: transparent;
  width: 210px; height: 61px;
	overflow: auto;  
}

form .submit input{
  border: none;
  background: transparent url(/img/submit.jpg) no-repeat left top;
  width: 98px; height: 25px;
  color: #026CDC;
  font-weight: 600;
  font-size: 9px;
  cursor: pointer;
}

#col3{
  float: left;
  width: 230px;
  color: #424242;
  padding: 15px;
  min-height: 720px;
  _height: 720px;
}

#col3 a{
  color: #404040;
}

.clearer{
  clear: both;
}

.pink {
  color: #DF0E76;
  font-weight: 900;
}

#footer{
  background: transparent url(/img/footer.jpg) no-repeat left top;
  width: 900px;
  height: 32px;
  margin-left: 105px;
}

.message{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #026CDC;
}
