body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#search {
	float: right;
	width: 300px;
	margin-bottom: -20px;
	position: relative;
	z-index: 2;
	margin-right: -80px;
}

	#submit {
		background:url(../grfx/buttons/go.jpg) no-repeat;
		width: 36px;
		height: 20px;
		border: 0;
		cursor: pointer;
	}
	
	#search-input {
		background:url(../grfx/search-field.jpg) no-repeat;
		width: 108px;
		height: 18px;
		border: 0;
		padding: 4px 2px 2px 2px;
		font-size: 11px;
		color: #666666;
	}

#header {
	float: left;
	width: 960px;
}

	#logo {
		float: left;
	}
	
	.title {
		float: right;
		margin: 10px 20px 10px 0;
	}
	
	#internal-title {
		float: left;
		padding: 35px 0 0 10px;
		width: 724px;
		height: 51px;
		background:url(../grfx/background-header.gif) no-repeat;
	}
	
#banners {
	margin: 20px 0 20px 0;
}

#content-wrapper {
	line-height: 150%;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding: 1px 0 25px 0;
	text-align: justify;
}

#internal-wrapper {
	width: 710px;
	margin-left:auto;
	margin-right:auto;
	line-height: 150%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	text-align: justify;
}

	#right-col {
		width: 340px;
		float: left;
	}
	
	#left-col {
		width: 300px;
		float: left;
		padding-right: 60px;
	}
	
		.image-table {
			padding: 5px;
			width: 700px;
		}
		
		.image-table td {
			padding: 0 7px 0 7px;
			vertical-align: top;
			color: #325d85;
		}

.treatment-table {
	width: 730px;
}

	.treatment-table td {
		vertical-align: bottom;
		text-align: center;
	}
	
.ct-table td {
	padding: 5px;
	text-align: justify;
	vertical-align: top;
}

	.ct-table ul {
		margin-left: -25px;
	}	
	
		.ct-table li {
			padding-left: 10px;
		}
		
.table-div {
	width: 	445px;
}

.image-table-wrapper {
	float: left;
}

	.image-wrapper {
		width: 300px;
		float: left;
	}
	
	.table-wrapper {
		width: 380px;
		float: left;
		padding-left: 20px;
	}

#footer {
	clear: both;
	width: 960px;
	height: 41px;
	background:url(../grfx/backgrounds/footer.jpg) no-repeat;
	text-align: center;
	font-size: 10px;
	padding-top: 18px;
	color: #fff;
	margin-bottom: 5px;
}

	#footer img {
		vertical-align: middle;
		padding: 0 0 0 3px;
	}

	.ftcopy {
		margin-left: 90px;
	}

	#footer a {
		color: #fff;
		font-weight: bold;
		padding: 0 8px 0 8px;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #000;
	}
