/* CSS Document
Author : Kayes chowdhury
By : www.scriptschef.com */


body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	margin: auto;
	width: 980px;
}

img {
	border:0px;
	}

.header {
	margin:10px auto;
	background: url(img/h-m.jpeg) repeat-x;
	height:133px;
}
	
.header-left {
	background-image:url(img/h-l.jpeg);
	height:133px;
	width:6px;
	float:left;
	}

.header-right {
	background-image:url(img/h-r.jpeg);
	height:133px;
	width:6px;
	float:right;
	}
	
.logo {
	padding:25px 20px 20px 20px;
	
	}


.ad-left {
	float:left;
	}
	
.main-body {	
	float:right;
	padding:10px 10px 10px 10px;
	}
	
form {
	margin: 0px 0px 12px 0px;
}

form input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 20px;
	padding: 10px;
	color:#557087;
}
#results {
	border-bottom: 10px solid;
	border-bottom-color:#557087;
}

#results div {
	border-top: 1px solid #557087;
	padding: 10px;
}

#results span {
	float: right;
}

#results a {
	color: #666666;
	text-decoration: none;
}

#results .clear {
	display: block;
	clear: both;
}

.footer {
	color:#557087;
	font-size:10px;
	float:right;
	padding:3px 10px 0 0;
}

.footer a { 
	color: #557087;
	text-decoration:none;
	}
	
.footer a:hover {
		color: #999999;
}