* {
	margin: 0;
	padding: 0;
}

body
{
    background: #f8f8f8;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;

}
/* Layout */
#wrapper
{
	background: White;
	position:relative;
	margin:auto;
	width:700px;
	border: 4px solid #efefef;

}
#header
{
	text-align:center;
	height:75px;
	padding-top:25px;

}

#search
{
	text-align:center;
	padding-bottom:10px;

}
.search_field {
	border: 2px solid #ddd;
	font-size:18px;
	padding:2px;
	color:#666;
}

.search_button {
	border: 2px solid #ddd;
	font-size:16px;
	padding:2px;
	font-weight:bold;
	color:#555;
	height:30px;
}

#main{
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		background:#fff;
		margin:0px 6px 6px 6px;
	}


#about{
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		background:#fff;
		margin:10px 30px 20px 30px;
		color:#666;
	}

#bottom
{
	clear:both;
	background: #f8f8f8;
	height: 26px;
	padding-top: 7px;
	text-align: center;
	font-size: 12px;
	color:#999;
	border-top: 4px solid #efefef;
	margin:6px;
}



 a.bottom_text{
 	color: #273848;
	font-size: 13px;
	text-decoration: none;
 }
 a.bottom_text:hover{
 	color: #9ECD03;
	text-decoration: underline;
 }

  a.found_keyword{
 	color: #273848;
	font-size: 13px;
	text-decoration: none;
 }
 a.found_keyword:hover{
 	color: #273848;
	text-decoration: underline;
 }

a{
 	color: #273848;
	font-size: 13px;
	text-decoration: underline;
 }
 a:hover{
 	color: #273848;
	text-decoration: none;
 }

.textarea{
	width:200px;
	height:95px;
	border:1px solid #C4C4C4;
	background: white;

}

.raquo {
	color: red;
	font-weight: bold;
	font-size: 12px;
}

.error {
	  color: red;
	  font-size:13px;
	  font-family:verdana;
	  background-color: #fff;
	  padding: 4px 4px 4px 8px;
	  font-weight: bold;
	  border: 1px solid #FF0202;
  }
  .message {
	  color:green;
	  font-size:13px;
	  font-family:verdana;
	  background-color: #fff;
	  padding: 4px 4px 4px 8px;
	  font-weight: bold;
	  border: 1px solid Green;
  }





td.td_header
{
	text-align: center;
	vertical-align: middle;
	background: #f8f8f8;
	padding: 0px;
	font-weight:bold;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}

td.td_header_left
{
	text-align: left;
	vertical-align: middle;
	background: #f8f8f8;
	padding: 0px;
	font-weight:bold;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	padding-left:6px;
}


td.td_body_left
{
	text-align: left;
	vertical-align: middle;
	background: White;
	padding: 8px;
	font-weight:bold;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#273848;

}

td.td_body_center
{
	font-size: 11px;
	text-align: center;
	background: #FFFFFF;
	font-weight:bold;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#9acc03;
}
