@charset "utf-8";
/* CSS Document */

/* 

-----------------------------------

-----------------------------------

Site:       Natural Elements Clininc

Updated:    11/10/2009

-----------------------------------

-----------------------------------

*/


body

{
	margin: 0;
	padding: 0;
	background: #fff url(../images/background.jpg) bottom left repeat-x;
	background-attachment:fixed;
	font: 81.25%/1.3 helvetica, arial, sans-serif;
	color: #000;
	}

a:link {
	color:#03F;
	text-decoration: none;
	border-bottom: 1px solid;	
}

a:visited {
	color: #996;
	text-decoration: none;
	border-bottom: 1px solid;
}

a:hover {
	color:#09F;
	text-decoration: none;
	border-bottom: 1px solid;
}

a:active, a:focus {
	color: #093;
	text-decoration: none;
	border-bottom: 1px solid;
}

img { border: none; }



h1, h2, h3, h4, h5, h6

{	margin: 0;
	color: #000;}

h1{	font-size: 150%; }

h2 { font-size: 125%; }

h3 { font-size: 125%; 
margin-top: 20px;}

h4 { font-size: 110%; 
margin:0;}

h5 { font-size: 110%; }

p {color: #000; }

ul { margin: 0; padding: 0; }

li { color: #000;
list-style-type: none;}

#container {
	background: transparent;
	width:1000px;
	height: auto;
	margin: 10px 0 0 5px;
	padding:0;
	min-height:600px;
}

