﻿   /*
      Module 7
	  Final Web Design Project
	  
      ASK Computer Solutions Website Project
      Author: Allan A. Seals III
	  Class: IT-270
      Date:   August 30, 2015

      Filename:         aboutStyles.css
      Supporting files: about.html, allan.jpg, styles.css, index.html

   */
/* Allows text to be wrapped around the picture */
   #allan{
	float: right;								
	margin: 0 0 10px 10px;
   }