/*------------------------------------------------------------

	Filename:		profiles.css
	
	Description:	Profiles CSS
	
	Website:		http://dma.ucla.edu
	
	Page Width:		960px

	COLORS:		black:	#000
				gray:	#676767
				red:	#F00
				green:	#0F0
				blue:	#00F

------------------------------------------------------------*/

div#main {
	margin:23px 0;
	width:725px;
	float:right;
}

	div#main ul {
		list-style-type:none;
		display:inline;
	}

.peopleThumb {
	border:1px black solid;
	margin:0 69px 50px 0;
	width:110px;
	height:146px;
	float:left;
}

.current-profile {
}
	
	.current-profile h2 {
		margin:0;
	}
	
	.current-profile h3 {
		margin:5px 0 0 0;
	}

	.current-profile img {
		float:left;
		margin:0 20px 20px 0;
		border:1px black solid;
		width:110px;
		height:146px;
	}
	
	.nimage {
		margin-top: 30px;
	}
	.nimage p {
		width: 540px;
		text-align: center;
		margin-left: 20px;
		margin-top: 7px;
		margin-bottom: 0;
	}
	.cap {
		color: white;
		padding-left: 4px;
		font-size: 9px;
	}
	.current-profile .con-image {
		width: 100%;
		height: auto;
		border: none;
		margin-bottom: -18px;
	}
	
	.current-profile .details {
		padding:18px 0 20px;
		width:593px;
		float:left;
	}
	
	.current-profile .details p {
		width:540px;
	}

div#secondary {
	width:215px;
	margin:20px 0 0 10px;
	float:left;
}

div#sidebar ul {
	margin:0 0 20px 0;
	list-style-type:none;
}