@import url(../about/styles.css);

#page_body  {
	background:#FFF url(http://www.sloan.org/images/pagebody_bg.png) repeat-y top right ;
	
}

/*-- Left Content styles --*/
#left {
	width:350px;
	float:left;
	padding-right:12px;
}

.form_table {
	width:350px;
}

.form_table input.form_input {
	border:1px solid #C5C5C5;
	padding:3px;
	width:200px;
}
/*-- Right Content styles --*/
#right {
	width:175px;
	float:left;
	padding:0px 0 10px 15px;
	margin-left:10px;
	
}

/*-- Right headers styles --*/
#right h4 {
	font:17px "Helvetica Neue", arial;
	margin:15px 0 7px;
	color:#989898;
}

#jobs li a {
	display:block;
	font:bold 16px arial;
	margin-bottom:4px;
}
h3 {
	font:bold 16px arial;
	margin-bottom:4px;
	color:#003399;
}


#buttons {
	background:url(http://www.sloan.org/images/buttons_bg.png) repeat-x;
	height:50px;	
	overflow:hidden;
	text-align:right;
	clear:both;

}
#buttons .corner1 {
	float:right;
	background:url(http://www.sloan.org/images/bt_bg.png) no-repeat top left;
	margin:10px 15px 0;
	height:22px;
}
#buttons a {
	background:url(http://www.sloan.org/images/bt_bg2.png) no-repeat top right;
	height:22px;
	color:#FFF;
	display:block;
	text-align:center;
	padding:3px 10px;
}

#desc {
	margin-bottom:20px;
}




