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

body {
	padding: 0px;
	margin: 0px;
	background:url(../images/bodyBackground.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color: #fff;
}

h1 {
	color:#384b62;
}

#wrapper {
	width: 850px;
	height: auto;
	margin: 0 auto;
}

#site_top {
	width: 850px;
	height: 50px;
	float: left;
	background:url(../images/navBackground.gif);
	background-repeat:no-repeat;
}

#navbar {
	width: 800px;
	height: 40px;
	float: left;
	margin-top: 5px;
	margin-left: 25px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

#navbar ul {
	padding: 0px;
	margin: 0px;
	list-style:none;
	
	
}

#navbar li {
	display:inline;
	line-height: 40px;
	text-indent: 5px;
	
}

a.navbut {
	width: auto;
	height: 40px;
	display:block;
	float:left;
	text-decoration:none;
	color: #000033;
	padding-left: 5px;
	padding-right: 5px;
	
}

a.navbut:hover {
	color: #ff6600;
	text-decoration:none;
}

#header {
	width: 850px;
	height: 200px;
	float: left;
	background:url(../images/header1.png);
	background-repeat:no-repeat;
}

#header2 {
	width: 850px;
	height: 200px;
	float: left;
	background: url(../images/meetMattMain.jpg);
	background-repeat:no-repeat;
}

#header3 {
	width: 850px;
	height: 200px;
	float: left;
	background: url(../images/treatmentsMain.jpg);
	background-repeat:no-repeat;
}

#header4 {
	width: 850px;
	height: 200px;
	float: left;
	background: url(../images/whyPhysioMain.jpg);
	background-repeat:no-repeat;
}

#header5 {
	width: 850px;
	height: 200px;
	float: left;
	background: url(../images/contactMain.jpg);
	background-repeat:no-repeat;
}

#header6 {
	width: 850px;
	height: 200px;
	float: left;
	background: url(../images/linksMain.jpg);
	background-repeat:no-repeat;
}


#header7 {
	width: 850px;
	height: 200px;
	float: left;
	background: url(../images/physioMain.jpg);
	background-repeat:no-repeat;
}

#header8 {
	width: 850px;
	height: 200px;
	float: left;
	background: url(../images/sportsMassageMain.jpg);
	background-repeat:no-repeat;
}

#header9 {
	width: 850px;
	height: 200px;
	float: left;
	background: url(../images/holisticMain.jpg);
	background-repeat:no-repeat;
}

#contactBox {
	width: 180px;
	height: 80px;
	background: url(../images/contactBoxBackground.jpg);
	background-repeat:no-repeat;
	margin-left: 15px;
	margin-top: 100px;
	padding: 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	}

#grey_box {
	width: 850px;
	height: 20px;
	float: left;
	background-color: #5e6471;
}

#text {
	width: 810px;
	height: auto;
	float: left;
	background-color: #FFF;
	padding: 20px;
	font-size: 12px;
	color: #384b62;
	font-family:Verdana, Geneva, sans-serif;
}
#text a {
	color: #384b62;
	text-decoration:none;
}
#text a:hover {
	color: #ff6600;
	text-decoration:none;
}

#site_bot {
	width: 850px;
	height: 100px;
	float: left;
	background: url(../images/bottomBackground.gif);
	background-repeat:no-repeat;
}

#footer {
	width: 800px;
	height: 40px;
	float: left;
	color:#FFF;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	margin-top: 5px;
	margin-left:20px;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	color:#ff6600;
	text-decoration:none;
}
