/* <![CDATA[ */

	/***************************************************************
	 * BASE ELEMENTS- SECTION 1
	 *
	 * Template classes
	 ***************************************************************/

	HTML, BODY {
		width: 100%;
		margin: 0px;
		padding: 0px;
		color: #9FA0A3;
		background-color: #6D6D71;
		text-align: center;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;

	}

	/* IMG - Generic */
	IMG {
		border: none;
	}

	/* Dimensions & positions for all the elements */
	#content {
		/*position: relative;*/
		width: 850px;
		height: 100%;
		/* Optional params for dynamic centered position */
		margin-left: auto; 
		margin-right: auto;
		/* restablish text align */
		text-align: center;
		/* Overflow */
		overflow: auto;
		
	}

	#logo, #addresses {
		width: 100%;
		float: left;
		margin-top: 180px;
	}

	#addresses {
		margin-top: 130px;
	}

	#ad1, #ad2 {
		width: 330px;
	}

	#ad1 {
		float: left;
	}

	#ad2 {
		float: right;
	}

	#copy {
		width: 100%;
		float: left;
		margin-top: 30px;
	}

/* ]]> */
