@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 32px;
	color: #2a779f;
	margin: 10px 0 0px;
	padding: 0px;
	font-weight: normal;
	text-align: left;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #2a779f;
	margin: 10px 0px -10px;
	padding: 0px;
}
	p.head {
		font-size: 14px;
		font-weight: normal;
		color: #000000;
		font-style: italic;
		text-align: center;
		padding-top: 25px;
		letter-spacing: 1px;
		line-height: 18px;
	}
h3 {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #666666;
	text-align: left;
	margin-bottom: 15px;
}
	h3 a {
		color: #CC0000;
		text-decoration: underline;
	}
	h3 a:hover {
		text-decoration: none;
	}
a {
	color: #CC0000;
}
	a:hover {
		text-decoration: none;
	}
#container {
	margin: 0 auto;
	width: 900px;
	position: relative;
	display: block;
}
	#header {
		width: 1005px;
		position: absolute;
		background: url(../images/header.png) no-repeat top center;
		top: 10px;
		left: -118px;
		height: 165px;
	}
	#content {
		width: 900px;
		background: #fff url(../images/topper.jpg) no-repeat top left;
		min-height: 200px;
		position: absolute;
		top: 165px;
		margin-bottom: 60px;
	}
		#right {
			width: 270px;
			background: url(../images/eating-disorder-treatment.jpg) no-repeat top right;
			float: right;
			padding: 160px 18px 120px;
			border-left: 2px dashed #999999;
		}
		#left {
			width: 510px;
			float: left;
			padding: 40px 40px 120px;
		}
			#left img {
				margin: 5px 10px 5px 0px;
			}
#footer {
	display: block;
	margin: 0 auto;
	width: 900px;
	clear:both;
	position: fixed;
	bottom: 0px;
	background: #333333;
	width: 100%;
	text-align: center;
	padding: 15px 0px;
	color: #CCCCCC;
	font-size: 11px;
}
	#footer a {
		color: #4a9cc7;
	}
 img {
 	border: 0px;
 }

.buttonover { margin: 0px; position:relative; display:block;width: 260px; height: 88px;}
.buttonover span {visibility:hidden;display:none;}
.buttonover:hover span {visibility:visible;display:block; position:absolute; top:0px; left:0px;}

.rightimg {position:absolute; display:block; top:20px; left:740px;}
.rightimg span {visibility:hidden;display:none;}
.rightimg:hover span {visibility:visible;display:block; position:absolute; top:-4px; left:-4px;}
hr {
	height: 10px;
	border: 0px;
	border-bottom: 1px solid #ccc;
	clear: both;
	width: 100%;
}
p {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 22px;
	text-align: left;
}
td {
	font-size: 13px;
	padding: 2px 0px;
	color: #284554;
}
ul {
	list-style-image: url(../images/bullet.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 15px;
}

li {
	margin: 4px 0 3px 0; 

}
fieldset {
	background-color: #f5e2e2;
	border: 1px solid #bababa;
	padding: 5px 20px 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	display: block;
	width: 90%;
}
	fieldset p {
		font-size: 13px;
		font-style: italic;
		text-align: left;
	}
	legend {
		font-weight: normal;
		font-size: 24px;
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		color: #02506a;
	}
input {
	margin: 2px;
	height: 15px;
}