body
{
margin: 0px;
height: 100%;
}

#bgimage
{
display: block;
z-index: 0;
position: fixed;
min-height: 500px;
width: 100%;
min-width: 1008px;
height: 100%;
}

#container
{
z-index: 1;
position: relative;
width: 100%;
min-width: 750px;
}

#box
{
position: relative;
margin-left: auto;
margin-right: auto;
width: 1008px;
padding-top: 10px;
}
#top
{
background: URL('/static/img/top.png') no-repeat;
padding-top: 100px;
padding-left: 80px;
padding-right: 80px;
height: 120px;
width: 867px;
}

#header {
width: 136px;
height: 15px;
font: 10px Tahoma;
position: relative;
}
#header span {
background: url('/static/img/results.png') no-repeat;
position: absolute;
width: 136px;
height: 15px;
}

#results
{
background: #f4f4f4;
min-height: 100%;
padding: 15px;
margin: 0;
}


#center
{
width: 847px;
background: URL('/static/img/background.png') repeat-y;
padding-left: 80px;
padding-right: 80px;
}
#wrap
{
width: 1008px;
overflow: hidden;
}

/* searchbox */
	#swrap
	{
	width: 817px;
	height: 60px;
	background: #f4f4f4;
	padding: 15px;
	overflow: hidden;
	font: 11px Tahoma;
	color: #848484;
	}
	#lastn
	{
	float: left;
	width: 365px;
	}
	#lastn input
	{
	border: 1px solid #d6d6d6;
	font: 24px Tahoma;
	color: #000000;
	width: 365px;
	}
	#lastn label
	{
	display: block;
	}
	#firstn
	{
	float: left;
	width: 225px;
	margin-right: 30px;
	}
	#firstn label
	{
	display: block;
	}
	#firstn input
	{
	border: 1px solid #d6d6d6;
	font: 24px Tahoma;
	color: #000000;
	width: 225px;
	}
	#search
	{
	margin-top: 11px;
	float: right;
	width: 144px;
	}
/* end of searchbox */

/* CONTENT */
.expanded
{
	width: 792px;
	font: 20px Tahoma;
	color: #adadad;
}
.expanded a
{
	color: #000000;
	font: 20px Tahoma;
	text-decoration: underline;
}
.expandedGoogle
{
	width: 792px;
	font: 14px Tahoma;
	color: #adadad;
}
.expandedGoogle a
{
	color: #000000;
	font: 14px Tahoma;
	text-decoration: underline;
}
.expanded img
{
	border: 1px solid #e4e4e4;
	padding: 2px;
}
.more
{
	width:100%;
	text-align: center
}
.more a
{
	color: #21bce8;
	font: 16px Tahoma;
	font-weight:bold;
	text-decoration:none;
}
.shadow
{
height: 14px;
width: 813px;
background: URL('/static/img/shadow.png') no-repeat;
margin-bottom: 10px;
}
.result
{
width: 802px;
min-height: 65px;
background: #FFFFFF;
border: 1px solid #d4d4d4;
padding-left: 13px;
}
.number
{
color: #21bce8;
font: 36px Tahoma;
}
.icon
{
	padding-top: 10px;
	height: 65px;
	width: 200px;
}
.count
{
	width: 250px;
	text-align: right;
	font: 18px Tahoma;
}
.expand
{
	width: 330px;
	padding-top: 8px;
	text-align: right;
}
.line
{
	height: 1px;
	background: #e4e4e4;
}
/* end of content */
	
#copyright
{
width: 849px;
padding-top: 60px;
padding-left: 78px;
padding-right: 80px;
text-align: right;
background: URL('/static/img/footer.png') no-repeat;
height: 126px;
font: 11px Tahoma;
color: #000000;
}
#copyright a
{
color: #04b4e6;
text-decoration: underline;
}
