html, body {border: 0; margin: 0; padding: 0;}

body {
  	font: 85%/0.9 arial, helvetica, sans-serif;
	background: none;
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
  	color: black;
	margin: 0px; /*new added by rana*/
    padding: 0px;

}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

a img {
  border: none;/*remove border for linked images*/
}

h1 {
	font-size: 1.6em;
	height: 20px;
	padding-top: 0;
	font-style:inherit;
	color:#333333;
}

h2{
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
}

.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

/***** Main Layout ****/
#container {
  	width: 1010px;
  	height: 30px;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 1010px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 50px;
	
}
#Logowinner{
	width:900px;
	padding: 30px 0 0 30px;
	}
#realt{
	width:1010px;
	padding: 23px 0 0 0;
	}
#realt1{
	width:1010px;
	padding: 0 0 0 0;
	margin-top: -15px;
	margin-left: 5px;
	}
#realt2{
	width:1010px;
	padding: 0 0 0 0;
	}
/* search area */
#search_area { width:206px; height:27px; background:url(../images/search1.gif) no-repeat left top; margin:0 0 7px 0; }
#search_input { float:left; margin:7px 0 0 10px; border:0px; height:15px; display:inline; width:150px; font-size:12px; color:#999; background:transparent; }
#search_button { float:right; }

