/* CSS Document */
body {
	background:#242117 url(../images/bg.png) repeat-x;
	text-align:center;
}

h1 {
	font:bold 26px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	margin-bottom:15px;
}

h2 {
	font:bold 20px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	margin-bottom:10px;
}

h3 {
	font:bold 17px Georgia, "Times New Roman", Times, serif;
	color:#f6ff01;
	margin-bottom:10px;
}

p {
	margin-bottom:12px;
}

a { color:#f00 }

#container {
	width:740px;
	margin:auto;
}

#header {
	padding:20px 0;
	text-align:left;
	overflow:hidden;
}

.googletop {
	float:right;
	margin-top:25px;
}

#searchbox {
	width:667px;
	height:91px;
	background:url(../images/searchbox.png) no-repeat;
	padding:22px 40px 12px 40px;
	text-align:left;
}

.stxtbox {
	width:496px;
	height:20px;
	padding:11px 10px;
	border:0;
	background:url(../images/stxtbox.png) no-repeat;
	vertical-align:top;
	font:bold 18px Georgia, "Times New Roman", Times, serif;
	color:#777;
	line-height:20px;
}

.btnsearch {
	width:114px;
	height:42px;
	background:url(../images/sbutton.png) no-repeat;
	border:0;
	vertical-align:top;
	cursor:pointer;
}

#bbox {
	background:url(../images/bg-bbox.png) no-repeat left bottom;
	width:611px;
	padding:22px;
	margin:auto;
	text-align:left;
	margin-bottom:20px;
}

.updates {
	float:right;
	width:365px;
	background:url(../images/bar-bbox.png) repeat-y left top;
	padding-left:20px;
	color:#fff;
	font:14px Arial, Helvetica, sans-serif;
	line-height:18px;
}

.updates a {
	font:bold 14px Georgia, "Times New Roman", Times, serif;
}

.lfloat {
	float:left;
}

.rfloat {
	float:right;
}

.clr {
	clear:both;
	height:1px;
	overflow:hidden;
}

.clresult {
	background:url(../images/bg-resultsbottom.png) no-repeat;
	clear:both;
	height:22px;
	margin-bottom:25px;
	overflow:hidden;
}

.acenter {
	text-align:center;
}

.yellow {
	color:#fff000;
}

#resultbox {
	background:url(../images/bg-results.png) no-repeat;
	padding:22px;
	padding-top:7px;
	padding-bottom:1px;
	text-align:left;
}

#resultbox .result {
	background:url(../images/divider.png) repeat-x left bottom;
	clear:both;
	margin-top:15px;
}

#resultbox .result .info {
	width:470px;
	float:left;
	margin:0 15px;
	overflow:hidden;
}

#resultbox .result .info img {
	border:3px solid #fff;
}

#resultbox .infotxt {
	float:left;
	margin-left:15px;
	font:14px Arial, Helvetica, sans-serif;
	color:#fff;
}

