@charset "utf-8";
/* CSS Document */

/*

	Author: Emanuel Mandel
	File: french.css
	Description:
	
		This file has css that controls certain elements pertaining
		to the french page and possibly others. 
		
		TODO:
			Generalize so that it can be applied to other pages. 
*/

/* ----- #dogProfile - An extension of contentBox that contains the code necessary to display dog information ----- */
#dogProfile
{
	margin-top: 3em;
}

#dogProfile img
{
	float: left;
	padding: 5px;
}

#dogProfile P
{
	height: 300px;
}