/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Enlighten
   TEMPLATE CODE: 	S-0011
   VERSION:          1.1
	LAST MODIFIED:    July-05-2007          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal .72em/1.5em calibri, arial, helvetica, sans-serif;
	color: #233c4c;
	background: #fff;
	text-align: center;	
	height: 100%;	
}

/* links */
a { background: inherit; color: #233c4c; text-decoration: none; }
a:hover { background: inherit; color: #233c4c; text-decoration: underline; }

/* headers */
h1, h2, h3 {
	/*font: bold 1em arial, helvetica, Tahoma, Sans-serif;*/
	font: 1em calibri, arial, helvetica, verdana, sans-serif;
	color: #333;
}
h1 { font-size: 1.2em; font-weight: bold; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 0px 15px;
}

/* images */
img {
  border: 0; 
  padding: 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .92em/1.5em calibri, arial, helvetica, verdana, sans-serif;
	height: 40px;
	background: url(images/footer-bg.jpg) no-repeat left bottom;
	color: #000;
	text-align: center;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #777;	
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}
