.main_content {
	padding:10px;
	float:left;
	width:645px;
    font-weight:bold;
    color:#616161;
}
	.main_content .pageTitle{
		color:#1a303a;
        font-weight:bold;
        font-size:36px;
    }
	.main_content a:link, .main_content a:visited{
    	color:#000000;
        text-decoration:none;
    }
.extra_content{
	padding:10px 8px;
	float:left;
	clear:right;
	margin:0 0 0 -1px;
	width:300px;
}
	.extra_content #ad300x250box{
		width:300px;
		height:250px;
		overflow:hidden;
		background:#97989c;
	}
/* search */
		#searchPageNotFound {
		float:left;
		width: 200px;
		*width:205px;
		padding: 8px 5px 0 0;
		background-color:#9E9E9E;
		height:28px;
	}
		#searchPageNotFound label {
			display: none;
		}

		#searchPageNotFound #qPageNotFound /* search textbox */ {
			display: block;
			float: left;
			padding:1px 1px 0 6px;
			width:172px;	
			border: 0;
			margin: 0;			
			font-family: "Segoe UI", Tahoma, Arial, sans-serif;
			font-size: 12px;
			font-style:	italic;
			color: #62737a;
			background-color:transparent;
			background-image:url("/fe/images/MSN/Header/fs-search-bar-bg.gif");
			background-position:right center;
			background-repeat:no-repeat;
			height:19px;
		}
			#searchPageNotFound #qPageNotFound.typing{	
				font-style:	normal;
				background:none;
			}
		#searchPageNotFound .searchinputarea {
			height:	19px;
			width: 200px;
			position: relative;
			background:	#fff;
			float: left;
			clear:none;
		}
			#searchPageNotFound .searchinputarea #spyglassPageNotFound {
				float:	left;
				width:	17px;
				height:	15px;
				margin:	2px;
			}

			#searchPageNotFound #drpbuttonPageNotFound {
				float: left;
				border:	solid 1px #747474;
				border-left: 0px;
				height:	19px;
				margin-left:1px;
				*margin-left:0px;
				cursor:	pointer;
				width: 11px;
				*position:relative;
			}
			
			#searchPageNotFound #searchOptions {
				position: absolute;
				display:none;
				z-index: 999;
				width: 179px;
				height:	auto;
				border:	1px solid #545454;
				margin:-1px 0 0 21px;
				background-color: #fff;
				list-style-type: none;
				padding:0px 0px 5px 0px;
				font-family: Tahoma, sans-serif;
				font-size: 11px;
				line-height: 22px;
				color: #1a303a;
			}
			#searchPageNotFound #searchOptions.on {
				display:block;
			}	
				#searchPageNotFound #searchOptions li{
					*display:inline;
					margin:8px 0px 4px 0px;
					*padding:12px 0px 0px 0px;
				}
				#searchPageNotFound #searchOptions li.selected a {
					background: url(/fe/images/header/checkMark.gif) no-repeat left center;
				}
				
				#searchPageNotFound #searchOptions a {
					float:left;
					clear:both;
					width:146px;
					height:22px;
					margin:0px;
					padding-left:23px;
					color: #1a303a;
					text-decoration: none;
					}
				
				#searchPageNotFound #searchOptions a:hover {
				/*	background-color:	#e5e5e5; */
					color:	#768e9c;
					}
			
			#searchPageNotFound .searchinputarea {
				border:	solid 1px #747474;
				}

#leftcorner
{	
	float:left;
	width:6px;
	background:#9E9E9E url(/fe/images/header/leftedge_6x36.png) no-repeat left top;
	height:36px;
}
#rightcorner
{	
	float:left;
	width:6px;
	background:#9E9E9E url(/fe/images/header/rightedge_6x36.png) no-repeat right top;
	height:36px;
}