body {
	background-color: #7E4B77;
	background-image: url('../images/treatment/bg_gradient.png');
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Verdana, arial, sans-serif;
	font-size: 12px;
}

h2, h3 {
	padding-left: 10px;
}

#center_panel_inner p {
	margin: .5em;
}

#center_panel_inner ol {
	margin-right: 1.5em;
}

#center_panel_inner a {
	border-bottom: 1px dotted #CA0878;
	color: #CA0878;
	text-decoration: none;
}

#center_panel_inner a:hover {
	border-bottom: 1px dotted #333333;
	color: #333333;
	text-decoration: none;
}

#content {
	background: url('../images/treatment/home_body_bg-trans.png') repeat-y top center;
	margin: 0 auto;
	padding: 0;
}

#header {
	background: #0F0F0F url('../images/treatment/header.jpg') no-repeat center center;
	height: 215px;
	margin: 0 auto;
	padding: 0;
}

#content_body	{
	margin: 0 auto;
	width: 950px;
}

a {
	color: #CA0878;
	border-bottom: 1px dotted #CA0878;
	text-decoration: none;
}

a:hover {
	color: #333333;
	border-bottom: 1px dotted #333333;
	text-decoration: none;
}
	#content_body #left_panel {
		width: 180px;
		float: left;
		margin: 0 0 0 10px;
		display: inline;
	}
	
		#content_body #left_panel p a {
			color: #333333;
			border-bottom: 1px dotted #333333;
		}
	
		#content_body #left_panel p a:hover {
			color: #CA0878;
			border-bottom: 1px dotted #CA0878;
		}

		#content_body #left_panel p {
			padding: 5px;
		}

		#content_body #left_panel #navigation {	
			background-color: #ffffff;
			margin: 0;
			padding: 10px 0;
		}

			#content_body #left_panel #navigation ul {	
				background-image: url('../images/treatment/menu_bg.jpg');
				background-position: top center;
				background-repeat: repeat-x;
				margin: 0;
				padding: 0;
				list-style: none;
			}

			#content_body #left_panel #navigation ul li {	
				margin: 0;
				padding: 0;
				list-style: none;
			}

					#navigation ul li a {	
						border-top: 1px solid #CCCCCC;
						color: #333333;
						display: block;
						font-weight: 700;
						margin: 0 5px;
						padding: 10px 0 10px 10px;
						text-decoration: none;
						border-bottom: 0;
						text-transform: uppercase;
						font-size: 90%;
					}

					#navigation ul li a:hover {	
						color: #ffffff;
						background-color: #B2127F;
					}
					
					#navigation ul li a.current {	
						color: #ffffff;
						background-color: #b2127f;
					}
					#navigation ul li a.last {	
						border: 0;
					}
					
					#content_body #left_panel #navigation ul li ul {	
						padding: 0;
						background: transparent;
						border: 0;
					}

						#content_body #left_panel #navigation ul li ul li {	
							margin: 0;
							padding: 2px 0 0 30px;
							list-style: none;
						}

								#navigation ul li ul li a {	
									border: 0;
									color: #333333;
									display: block;
									font-weight: 500;
									margin: 0 10px;
									padding: 0;
									text-decoration: none;
									text-transform: uppercase;
								}

								#navigation ul li ul li a:hover {	
									color: #CA0878;
								}

								#navigation ul li ul li a.current {	
									color: #CA0878;
								}

		#content_body #left_panel #newsletter_signup {
			background: #ffffff;
		}

		#content_body #left_panel #newsletter_signup h1, #content_body #right_panel h1 {
			background: #AA1279 url('../images/treatment/section_heading_background.png') repeat-x top center;
			border: 0;
			text-align: center;
			color: #ffffff;
			padding: 5px 0 5px;
			margin: 10px 0;
			text-transform: uppercase;
			font-weight: 500;
		}

		#content_body #left_panel #newsletter_signup p, #showMessage {
			padding: 0 10px;
		}

		#content_body #left_panel #newsletter_signup form {
			padding: 0 0 10px;
		}

		#content_body #left_panel #newsletter_signup form input {
			padding: 5px 5px 5px;
			font-size: 12px;
			border: 1px solid #ececec;
			width: 150px;
			background: #ffffff url('../images/treatment/input_background.png') no-repeat top left;
		}

		#content_body #left_panel #newsletter_signup form input.no_embelish {
			padding: 0;
			font-size: 12px;
			border: 0;
			background: none;
		}

	#footer	{
		margin: 0 auto;
		width: 950px;
		padding: 0;
	}
	
	#footer_inner {
		border-top: 1px solid #ffffff;
		margin: 0 12px 0px 12px;
		height: 35px;
	}

	#footer_inner p	{
		padding: 10px 15px 0 15px;
		color: #ffffff;
		text-align: center;
	}

	#footer_inner p a	{
		color: #ffffff;
		text-decoration: none;
		border-bottom: 1px dotted #ffffff;
	}

	#footer_inner p a:hover	{
		color: #333333;
		text-decoration: none;
		border-bottom: 1px dotted #333333;
	}
