/*========================================================*/
/*                                                        */
/*    CSS file for Easter Seals March of Dimes website    */
/*    http://www.esmod.ab.ca/                             */
/*                                                        */
/*    BASE STYLESHEET                                     */
/*                                                        */
/*========================================================*/
/* 

This file contains all general styling for the 
Easter Seals March of Dimes Alberta public website.

All CSS rules for layout of page elements are located in
the 'layout.css' file. All CSS rules relating to the
navigation system are located in 'nav.css'.

A special file called 'ie_only.css' contains the CSS
rules necessary to effect IE specific fixes. It is called
from the <head> using MS specific conditional comments.

*/

/*========================================================*/
/* EXTERNAL STYLE SHEETS */

@import url(layout2.css);
@import url(nav2.css);
@import url(styles2.css);



/*========================================================*/
/* BASE STYLE ELEMENTS */

body {
	margin: 0;
	padding: 0;
	background-color: #ccccb2;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	}




/*========================================================*/
/* Version 1.0                                            */
/* Last modified on March 14, 2005                        */
/*                                                        */
/* Created by Paul Nishikawa                              */
/* http://www.allegria.ca                                 */
/*                                                        */
/*========================================================*/

#easter div {
	margin: 40px 0 0 0;
	}