/* PNG SUPPORT
*********************************** */
img, div { behavior: url(iepngfix.htc) }






body {
	background:#9dd7d4;
}

/*	CONTAINERS
********************************************************** */

.main_wrapper{
	background:#ffffff;
	border:solid 1px #8dc1be;
}

.gray_background {
	background:#f4f4f4;
}




/*	Fonts
********************************************************** */

body {
	color:#555555;
	font-family:"Century Gothic", Tahoma, Geneva, sans-serif;
	font-size:14px;
}

div.footer p {
	font-size:10px;
}

a:link {
	color:#f88199;
}

a:visited {
	color:#f88199;
}

a:hover {
	color:#8dc1be;
}

em {
	color:#8b8a8a;
}

