/* CSS Document */

html {
	background: #DDD url('images/bluish.jpg') repeat;
	color: #000;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	letter-spacing: normal;
	line-height: 1.2em;
	margin: 0 auto 2em auto;
	min-height: 100%;
	padding: 0.33em 0.66em;
	width: 760px;
	word-spacing: normal;
}

#header_image {
	float: left;
	padding: 0;
	position: relative;
	margin: 0 0 0 1.33em;
	width: auto;
}
#header_text {
	float: left;
	padding: 0;
	position: relative;
	margin: 0 2em;
	width: auto;
}
#header_text #westsidechiro {
	color: #900;
	font-family: Arial;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	height: auto;
	padding: 2px 0;
}
#header_text #drjones {
	color: #009;
	font-size: 1.2em;
	font-style: italic;
	height: auto;
	padding: 2px 0;
}
#header_text #subtext {
	font-family: Monotype Corsiva, URW Chancery, Apple Chancery, Comic Sans MS;
	font-size: 0.9em;
	height: auto;
	padding: 2px 0;
}
#header_text #address {
	float: left;
	font-size: 0.9em;
	height: auto;
	width: 200px;
}
#header_text #phone {
	float: right;
	font-size: 0.9em;
	height: auto;
	text-align: right;
	width: 200px;
}

#text_area {
	clear: both;
	float: left;
	padding: 0;
	position: relative;
	margin: 0.5em 0;
	text-align: justify;
	width: 100%;
}
fieldset {
	margin: 0 auto;
	width: 480px;
}
fieldset p .form_text {
	float: left;
	padding: 0 8px 0 0;
	text-align: right;
	width: 100px;
}

#footer {
	clear: both;
	font-size: 0.8em;
	margin: 1.5em;
	text-align: center;
}
#footer a, #footer a:active, #footer a:visited {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #599BC1;
}

