@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------------
		WEBDESIGNER:    Marian Child
		COMPANY:   		Circa Health
		WEB:   			www.circahealth.co.uk
		PHONE:   		07912 344954
		EMAIL:   		info@circahealth.co.uk
		VERSION:   		2.1
		UPDATE:   		December 2009
-----------------------------------------------------------*/
body {
	font-family:  tahoma, "Lucida Grande", Arial, sans-serif;
	background-color: #6699ff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 1.2em;
}
#container {
	width: 70%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #ff99ab;
	border-right: 1px solid #ff99ab;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffe8e8;
}
#header {
	 	text-align: center;
 	background-color: #ff99ab;
 	vertical-align: center;
 	border: 0;
 	margin: 0;
 	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:  url('images/feet.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 550px;
}
#footer { 
		color: #000;
		font-size: 9px;
		font-weight: bold;
		text-align: center; vertical-align: middle;
		padding: 5px 0 5px 0;
		background-image: url('images/footer.gif');
		background-repeat: repeat-x;

} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
	
		color: #000;
		font-size: 9px;
		font-weight: bold;
		text-align: center; vertical-align: middle;
		background-image: url('../images/footer.gif');
		background-repeat: repeat-x;
}
#mainContent h1, h2, h3 {
	color: #ff3333;
}

#mainContent h1 {
	font-size: 1.2em;
}

h2 {
	font-variant: small-caps;
	font-size:1em
}

#mainContent ul {
	font-size: 0.75em;
	margin: 0;
	padding: 10px 5px 0 5px;
	text-align: left;
}

#mainContent li {
		background: url(images/bullet.png) no-repeat 0px 2px;
		list-style: none;
		padding-left: 28px;
		margin-bottom: 6px;
}

.small {
	font-size : 7pt;
	text-align: center;
	line-height: 80%;
	}
