/************************************************************ START FEATURE ************************************************************/
#feature {
	background: url(../images/meet_bg.png) no-repeat;
	width: 980px;
	height: 119px;
	margin: 20px auto 0 auto;
	padding: 0;
	}
#links {
	width: 50%;
	height: auto;
	float: right;
	color: #ffffff;
	font-size: 80%;
	margin: 90px 0 0 0;
	}
#feature a {
	color: #ffffff;
	font-size: 120%;
	padding: 0 10px 0 10px;
	}

/************************************************************ END FEATURE ************************************************************/

/************************************************************ START CONTENT ************************************************************/
#content {
	width: 980px;
	height: auto;
	margin: 30px auto 30px auto;
	padding: 0;
	}

/***** Left Rail *****/

#leftrail {
	width: 273px;
	height: auto;
	margin: 5px 0 0 0;
	float: left;
	}
#leftbar {
	background: url(../images/leftbar.png) no-repeat;
	width: 19px;
	height: 246px;
	float: left;
	}
#picture {
	background: url(../images/anand_headshot.png) no-repeat;
	width: 230px;
	height: 230px;
	/***border: 1px solid #999999;***/
	float: right;
	}
#picture p {
	font-size: 36px;
	text-align: center;
	padding: 50px 0 0 0;
	color: #ffffff;
	}

/***** Right Body *****/
#rightbody {
	width: 633px;
	height: auto;
	margin: 0;
	padding: 0 30px 0 0;
	float: right;
	}
#rightbody h2 {
	font-size: 26px;
	color: #4c4b4b;
	padding: 0;
	margin: 0;
	}
#rightbody p {
	font-size: 80%;
	color: #666666;
	line-height: 18px;
	}

/***** Price and Buy *****/
#buy {
	width: 980px;
	height: auto;
	padding: 40px 0 0 0;
	}
#buyborder {
	width: 260px;
	height: auto;
	float: right;
	}
.price {
	font-size: 90%;
	width: 93px;
	color: #999999;
	margin: 6px 25px 0 0;
	float: left;
	}
.buynowbutton {
	width: 111px;
	height: 27px;
	}
.buynowbutton a {
	background: url(../images/buttons/buynow_up.png) no-repeat;
	width: 111px;
	height: 27px;
	position: absolute;
	}
.buynowbutton a:active {
	background: url(../images/buttons/buynow_hit.png) no-repeat;
	width: 111px;
	height: 27px;
	position: absolute;
	}