body{
 text-align: center;
 background-color: #7d7c7c;
 font-family:Arial, Helvetica, sans-serif;
}
.container{
	 margin: 0 auto; 
	 width: 560px;
	 background-color:#FFFFFF;
}
.toprow{
	background-image: url(../images/rowtop.gif);
	background-position:top;
	background-repeat:no-repeat;
	height: 18px;
}
.midcontent{
	background-image: url(../images/rowbg.gif);
	background-position:top;
	background-repeat:repeat-y;
	padding-left:15px;
	padding-right:15px;
}
.bottomrow{
	background-image: url(../images/rowbottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height: 15px;
}

.title{
	font-size: 36px;
	text-align:center;
	font-weight: bold;
}
.inav{
	margin-top:-5px;
	font-size:12px;
	text-align:right;
}
.title1{
	color: #f87705;
}
.title2{
	color: #3a3d3a;
}

.searchform{
	text-align:left;
	width:420px;
	margin: 0px auto;
}
.previewrow{
	font-size:12px;
}