* {
	margin:0;
	padding:0;
}
body {
	background:#f3ece6 url(../images/bg.jpg) repeat-x center fixed;
	font: normal 62.5% "Lucida Sans Unicode", sans-serif;
	background-color: #F3ECE6;
	margin-left: -430px;
	margin-top: -190px;

}
.container {
	width:860px;
	height: 372px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -430px;
	margin-top: -190px;
	background-color: #F3ECE6;
	border-bottom:solid 8px #D2382F;
}
.header {
	width:860px;
	height:55px;
	background: url(../images/header.jpg) left no-repeat;
}
.header-home {
	width:860px;
	height:55px;
	background: url(../images/header.jpg) left no-repeat;
}
.navigation {
	float: right;
	height: 55px;
	padding: 0;
	width:400px;;
}
.navigation a {
	color: #AB9543;
	float: right;
	font: 1.5em "Tahoma", sans-serif;
	margin-top: 0px;
	padding: 19px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	color:#D2382F;
	background-color: #f8f8f8;
}
.clearer {
	clear: both;
}
.home {
	clear:both;
	width:860px;
	height:282px;
	background: url(../images/home.jpg) left no-repeat;
}
.content {
	clear:both;
	width:860px;
	height:282px;
	background: url(../images/content.jpg) left no-repeat;
}
.contact-content {
	clear:both;
	width:860px;
	height:282px;
	background: url(../images/contact-bg.jpg) left no-repeat;
}

.boundary {
	padding:30px 0 30px 50px;
}
#box {
	width:470px;
	height:210px;
	padding: 10px 0 0 0;
	overflow:scroll;
	float:left;
	text-align: left;
	font-weight: normal;
}
#contact {
	width:470px;
	height:210px;
	padding: 10px 0 0 0;
	float:left;
}
#box img.right {
	float:right;
	padding:0 8px 8px 8px;
}
#box p {
	font-family:"Trebuchet MS";
	font-size:1.2em;
	line-height:1.5;
	color:#613D16;
}
#box a {
	color:#900;
	text-decoration:none;
	border-bottom:none;
}
#box a:hover {
	text-decoration:none;
	border-bottom:dotted 1px;
}
#box img.gallery {
	float:right;
	border:solid 4px #fff;
	margin:10px;
}
.footer {
	width:860px;
	height:35px;
	background: url(../images/footer.jpg);
}
.copyright {
	width:860px;
	height:35px;
	background: url(../images/copyright.png) bottom no-repeat;
}
.physio {
	width:217px;
	height:42px;
}
.physio a {
	color: #F3ECE6;
	float: right;
	margin-top: 0px;
	text-align: center;
	text-decoration: none;
	padding: 0;
}

h1 {
	font:normal 2.7em "Tahoma", sans-serif;
	color:#D2382F;
	width:150px;
	display:block;
	text-align:right;
	display:block;
	width:98%;
	padding-bottom:4px;
	letter-spacing: 6px;
}
h2 {
	font:normal 1.8em "Tahoma", sans-serif;
	color:#D2382F;
	width:150px;
	display:block;
	text-align:right;
	display:block;
	width:98%;
	padding-bottom:4px;
	letter-spacing: 2px;
}
h3 {
	font:bold 1.2em "Trebuchet MS", sans-serif;
	color:#D2382F;
	width:100%;
	display:block;
	text-align:right;
	display:block;
	padding-bottom:4px;
}
.line {
	width:98%;
	margin:10px 0 5px;
	border-bottom:1px dotted #930;
}
.theform {
	float:right;
	margin:0;
	padding:0 10px;
	border-left:1px dotted #930;
}
.theform p {
	margin:0 0 5px 0; 
}
.theform fieldset {
	padding:5px 0 5px 0;
	margin:0 0 5px 0;
}
.theform label.left {
	float:left;
	width:60px;
	margin:0;
	padding:2px;
	font-size:1.1em;
	color:#613D16;
}
.theform input.required {
	width:175px;
	padding:2px;
	border:solid 1px #886523;
	background:none;
	font-family:"Trebuchet MS";
	font-size:1.2em;

}
.theform textarea {
	width:175px;
	height:70px;
	padding:2px;
	border:solid 1px #886523;
	background:none;
	font-family:"Trebuchet MS";
	font-size:1.2em;
	overflow:auto;
}
.theform input.button {
	margin-left:65px;
}
.othercontact {
	float:left;
	width:190px;
}
.othercontact p{
	text-align:right;
	font-weight:bold;
	padding:0 0 5px 0;
	font-family:"Trebuchet MS";
	font-size:1.2em;
	color:#613D16;
}

