/**
******************************************************
* maxwidth.css - Madana Girls School
******************************************************
*
* When the width is varied it goes through the default look of the page
* 
******************************************************
*
* NOTES: This is the width range: Max - Med - Default - Small - Min
* This default is same as main style sheet. To not to include the default
* value in the width range, change the margin-left and right style.
*
******************************************************
*
* Developed By	: Ewave Designs (UK)
* Company URL	: http://www.ewavedesigns.co.uk
* Author         	: M S Rahman
* Contact       	: s.rahman@webain.co.uk
* Author URL   	: http://www.webain.co.uk
* Date Created	: 26/05/2005
* Script Status	: Healthy. No bugs found.
* Version			: 1.2 Re
* Last Modified	: 30/05/2006 {Please update this accordingly}
*
******************************************************
*
*  Copyright (c) 2006 Ewave Designs (UK). All rights reserved.
*
******************************************************
*
**/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 1%;
}



