/* CSS Document */

body /* shared body attributes*/ 
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	min-height: 1000px;
	}

#alex /* body attributes just for the Alex pages */
	{
	color: #333333;
	background-image: url(http://www.yellowleesconsulting.com/decoration/body-bck-alex.gif);
	background-repeat: repeat-x;
	background-color: #A9D2E0;
	}

#consulting /* body attributes just for the Consulting pages */
	{
	color: #2C3A69;
	background-image: url(http://www.yellowleesconsulting.com/decoration/body-bck-consulting.gif);
	background-repeat: repeat-x;
	background-color: #A9D2E0;
	}
	
#heather /* body attributes just for the Heather pages */
	{
	color: #2C3A69;
	background-color: #A9D2E0;
	background-image: url(http://www.yellowleesconsulting.com/decoration/body-bck-alex.gif);
	background-repeat: repeat-x;
	}

.three-column /* no attributes but defines differing main-content rcol relationship (see layout) */
	{
	}

.two-column /* no attributes but defines differing main-content rcol relationship (see layout) */
	{
	}

