body {
	margin: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	background-image: url(../_images/common/background.gif);
	background-color: #6F6B9D;
	background-repeat: no-repeat;
	background-position: 50% 0px;
}

textarea {
	border:1px solid #CCCCCC;
} 
textarea:hover {
	outline: 1px solid #6F6B9D;  /*mouse hover */ 
}
textarea:focus {
	outline: 1px solid #6F6B9D;  /*when gains focus by tabbing, or while typing */
}
textarea:active {
	outline: 1px solid #6F6B9D;  /* while mouse depressed */
}
#main {
	width: 1000px;
	height: 790px;
	position: absolute;
	left: 50%;
	margin: 50px 0 20px -500px;
	margin-left: -500px;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
}
#header {
	height:88px;
	margin-top: 40px;
	
}

#maincontent {
	width: 620px;
}

#pageheader {
	padding: 20px 0 0 15px;
}
#pagecontent {
	width: 460px;
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 25px 15px;
}
#pagecontent a {
	color: 	#2A52B6;
	text-decoration: none;
}


#results {
	margin: 18px 0 0 0;
	height: 610px;
	width: 620px;
}

#results #allresults {
	height: 590px;
	width: 620px;
	overflow: auto;	
}

#results #resultcount {
	font-size: 12px;
	color: #6F6B9D;
	padding-bottom: 12px;
}

.result {
	width: 260px;
	padding: 0 26px 0 0;
	float: left;
	font-size: 12px;
	color: #796B58;
	height: 77px;
}
.result .label {
	text-transform: capitalize;
	font-size: 12px;
	padding-bottom: 4px;
}
.result .price {
	padding-bottom: 4px;
	font-size: 11px;
}
.result .select a {
	color: 	#2A52B6;
	text-decoration: none;
}

.genericlink a {
	color: 	#2A52B6;
	text-decoration: none;
}
