html,body {
	margin: 0;
	padding: 0;
	background: #531b43 url(../images/bg.gif) repeat-y;
}

a,a:active,a:link,a:visited {
	color: #74215f;	
}

a:hover, a:focus {
	color: #da3982;
}

a:active, a:focus {
	outline: none;
	-moz-outline-style: none;
}

h1 {
	font: bold 18px Arial,sans-serif;
	color: #000000;
	text-transform: uppercase;
}

#wrapper {
	position: relative;
	width: 851px;
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0;
}
#header {
	position: relative;
	float: left;
	display: block;
	width: 851px;
	height: 156px;
	background: #ffffff url(../images/content_header.jpg) no-repeat;
}
#topmenu {
	position: relative;
	float: left;
	display: block;
	width: 783px;
	height: 44px;
	z-index: 9;
	text-align: left;
	background: #ffffff;
	padding: 0px 0px 26px 68px;
	margin: 0;
}

#topmenu img {
	position: relative;
	float: left;
}

a.menuitem {
	display: block;
	position: relative;
	float: left;
	height: 20px;
	cursor: pointer;
	text-indent: -3000px;
	z-index: 10;
	color: #ffffff;
	text-decoration: none;
}
a#home {
	width: 41px;
	background: #ffffff url(../images/content_home.gif) no-repeat;
}
a#home:hover,
a#home:focus,
a#home.active_menu {
	background: #ffffff url(../images/content_homeover.gif) no-repeat;
}

a#help {
	width: 109px;
	background: #ffffff url(../images/helpsavelives-btn.gif) no-repeat;
}
a#help:hover,
a#help:focus,
a#help.active_menu {
	background: #ffffff url(../images/helpsavelives-over-btn.gif) no-repeat;
}

a#mammogram {
	width: 161px;
	background: #ffffff url(../images/mamorgram-btn.gif) no-repeat;
}
a#mammogram:hover,
a#mammogram:focus,
a#mammogram.active_menu {
	background: #ffffff url(../images/mammorgram-over-btn.gif) no-repeat;
}

a#salons {
	width: 193px;
	background: #ffffff url(../images/salonstylistsave-btn.gif) no-repeat;
}
a#salons:hover,
a#salons:focus,
a#salons.active_menu {
	background: #ffffff url(../images/salonstylistsave-over-btn.gif) no-repeat;
}

a#beautyschool {
	width: 243px;
	background: #ffffff url(../images/beautyschool-btn.gif) no-repeat;
}
a#beautyschool:hover,
a#beautyschool:focus,
a#beautyschool.active_menu {
	background: #ffffff url(../images/beautyschool-over-btn.gif) no-repeat;
}

a#squeeze {
	width: 125px;
	background: #ffffff url(../images/squeezemag-btn.gif) no-repeat;
}
a#squeeze:hover,
a#squeeze:focus,
a#squeeze.active_menu {
	background: #ffffff url(../images/squeezemag-over-btn.gif) no-repeat;
}

a#overview {
	width: 117px;
	background: #ffffff url(../images/projectoverview-btn.gif) no-repeat;
}
a#overview:hover,
a#overview:focus,
a#overview.active_menu {
	background: #ffffff url(../images/projectoverview-over-btn.gif) no-repeat;
}

a#resources {
	width: 121px;
	background: #ffffff url(../images/projectresources-btn.gif) no-repeat;
}
a#resources:hover,
a#resources:focus,
a#resources.active_menu {
	background: #ffffff url(../images/projectresources-over-btn.gif) no-repeat;
}

a#links {
	width: 108px;
	background: #ffffff url(../images/content_links.gif) no-repeat;
}
a#links:hover,
a#links:focus,
a#links.active_menu {
	background: #ffffff url(../images/content_linksover.gif) no-repeat;
}

#content {
	position: relative;
	float: left;
	display: block;
	width: 811px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 10px 20px 0px 20px;
	text-align: left;
	background: #ffffff;
}
	#content p {
		margin: 0px 0px 15px 0px;
		padding: 0;
	}

	#content p,
	#content ul li,
	#content ol li {
		font: normal normal 11px/14px Arial,sans-serif;
		color: #000000;
	}

	#content ol,
	#content ul {
		position: relative;
		float: left;
		display: block;
		margin: 0;
		padding: 0px 0px 15px 4px;
		width: 550px;
	}

	#content ul li {
		margin-left: 15px;
	}
	#content ol li {
		margin-left: 20px;
	}
	#content ol li ul {
		position: static;
		float: none;
		margin: 0;
		padding: 0;
		list-style-type: disc;
	}
	#content ol li ol {
		position: static;
		float: none;
		margin: 0;
		padding: 0px 0px 0px 4px;
	}

	#content h2 {
		font: bold 12px/15px Arian,sans-serif;
		margin: 0;
		padding: 0;
	}
	
	#content #leftside {
		position: relative;
		float: left;
		width: 200px;
		margin-right: 20px;
		height: 700px;
	}
	
		#content #leftside a {
			font: bold 10px Arial,sans-serif;
			display: block;
			text-decoration: none;
			color: #74215F;
			margin: 10px 0px 0px 0px;
			padding: 0;

		}
		#content #leftside a:hover,
		#content #leftside .active_menu {
			color: #da3982;
		}
	
		#content #leftside p {
			margin: 0;
			padding: 0;
			font: normal normal 10px Arial,sans-serif;
			color: #74215F;
		}

#bodycontentpad {
	margin-left: 50px;
}

#content #bodycontent {
	margin: 0px 20px 0px 0px;
}

#footer {
	position: relative;
	float: left;
	display: block;
	width: 851px;
	height: 20px;
	background: #ffffff url(../images/content_footer.jpg) no-repeat;
	margin-bottom: 20px;
}
