@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f2f2f2;
}


div.center {
	margin-top: 5%;
	margin-bottom:5%;
	margin-left: auto;
	margin-right: auto;
	width: 986px;
	height:700px;
}


#bg {
	position: relative;
	font: 12px "Lucida Grande";
	font-weight: bold;
	top: 130px;
	left: 0px;
	width: 986px;
	height: 194px;
	background-image:url(../sem/graphics/sem-paidsearch_body_slice.png);
	background-repeat:repeat-y;
}

#top_bg {
	position: relative;
	top: -200px;
	left: 0px;
	width: 986px;
	height: 90px;
	background-image:url(../sem/graphics/sem-paidsearch_header.png);
	background-repeat:no-repeat
}



#headline {
	position: relative;
	top: -200px;
	left: 0px;
	width: 986px;
	height: 54px;
	background-image:url(../sem/graphics/sem-paidsearch_headline_bar.png);
	background-repeat:no-repeat;
}

#body{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	padding: 0px 22px 0px 22px;
	top: -200px;
	left: 18px;
	width: 635px;
	height: 160px;
	overflow: hidden;
	text-align: left;
	background:#FFFFFF;
	background-repeat:no-repeat;
}


#white_bottom {
	position: relative;
	top: -200px;
	left: 0px;
	width: 984px;
	height: 21px;
	background-image:url(../sem/graphics/sem-paidsearch_white_bottom.png);
	background-repeat:no-repeat;
}


#bottom_bg {
	position: relative;
	top: -201px;
	left: 0px;
	width: 986px;
	height: 38px;
	text-align: left;
	background-image:url(../sem/graphics/sem-paidsearch_footer.png);
	background-repeat:no-repeat;
}

#disclaimer{
	position: relative;
	top: -210px;
	left: 0px;
	width: 970px;
	height: 38px;
	overflow: hidden;
	text-align: right;
	background-color: #f2f2f2;
	padding-right: 20px;
}

.style1 {
	font-size: 18px
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:visited {
	text-decoration: none;
	color: #000000;
}
a:link {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: underline;
	color: #D38230;
}
a:active {
	text-decoration: none;
}
