/*  ======================================  */
/*          www.imeallnamara.com            */
/*      Site created by Image & Design      */
/*   Copyright 2010. All rights reserved.   */
/*  ======================================  */


/* ------------------------------ */
/*           standard             */
/* ------------------------------ */

html, body {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, ul, ol, p {
  margin: 0;
  padding: 0;
  }

/* -------------------------------------- */
/*           standard  classes            */
/* -------------------------------------- */

.center {
	text-align: center;
	}
	
.left {
	text-align: left;
	}
	
.right {
	text-align: right;
	}
	
.justify {
	text-align: justify;
	}
	
.float-right {
	float: right;
	width: 330px;
	}

.float-left {
	float: left;
	width: 610px;
	}

.clear-both {
	clear: both;
	}

.clear-left {
	clear: left;
	}	

.clear-right {
	clear: right;
	}
	
/* ------------------------------ */
/*            layout              */
/* ------------------------------ */


html, body {
	height:100%;
	}
	
#container-bottom {
	min-width: 1000px;
	height: 780px;
	}

#container-bottom-c {
	min-width: 1000px;
	height: 780px;
	}
	
	
#container-top {
	width: 940px;
	min-height: 350px;
	margin: auto;
	}
	
/* CONTENT starts here */

#content h1{
	padding: 20px 0 0 15px;
	}
	
#content h2 {
	margin: -5px 0 50px 30px;
	}
	
#content p, #content h3  {
	margin: 10px 0 10px 0;
	}

/* FOOTER starts here */

#footer {
	width: 940px;
	margin: auto;
	}

#menu {
	float: left;
	padding: 20px 0 0 0;
	}
	
#contact {
	float: right;
	}

/* IandD starts here */
#IandD {
	min-width: 990px;
	max-width: 1280px;
	margin: auto;
	}

#IandD p {
	text-align: right;
	padding: 5px 5px 5px 0;
	}
	
/*  ======================================  */
/*                  tags                    */
/*  ======================================  */

h1, h2, h3 {
	}

/*  ======================================  */
/*                  Classes                 */
/*  ======================================  */	

