@charset "utf-8";
/*	Author: Veb4Design
    Date: August 19, 2009
    Description: Dentaleloungue.com - About Us Style Sheet.
    This style sheet contains the styling of the about page

    Note: Make sure to read the comments before editing.
    Thank you.
*/

/* ------------------------------- */
/* About Us Page Classes           */
/* ------------------------------- */
	
	/* ------------------------------- */
	/* General Classe                  */

/* ------------------------------- */
/* About Us Page Structure         */
/* ------------------------------- */

	/* -------------------------------- */
	/* ABOUT WRAPPER                    */
		#about_wrapper 
		{ 
			width:960px; 
			margin:4em auto 0 auto; 
			text-align:left;
		}
	
	/*--------------------------------- */
	/* ABOUT LOGO						*/
		#about_logo
		{
			width:515px;
			height:478px;
			float:right;
			background:url(../../../Images/About/lounge_logo.png) no-repeat center center;
			border:1px solid #ccc;
			margin:0 0 0 3em;
			
		}
