@charset "utf-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #161819;
	background-image: url(http://www.massageandtreatmentclinic.com/images/old_paper.jpg);
	background-repeat: repeat-x;
	background-color: #E4E0D5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.4em;
}
#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	background-color: #EBE8E0;
	border: 1px solid #000000;
}
#appointment {
	width: 80%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	background-color: #EBE8E0;
	border: 1px solid #000000;
}
#header {
	background-image: url(http://www.massageandtreatmentclinic.com/images/header.jpg);
	background-repeat: no-repeat;
	height: 179px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 900px;
}
#header-appointment {
	width: 900px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

.menu1 {
	margin:0;
	list-style:none;
	height:35px;
	position:relative;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
	background-color: #fff;
	background-image: url(http://www.massageandtreatmentclinic.com/images/button1.gif);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 32px;
}

/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_one */

.menu1 li {float:left;}
.menu1 li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#aaa;
	text-decoration:none;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {
	color:#fff;
	background-image: url(http://www.massageandtreatmentclinic.com/images/button3.gif);
}
.menu1 li.current a b {
	background-image: url(http://www.massageandtreatmentclinic.com/images/button3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu1 li a:hover {color:#fff; background:#000 url(http://www.massageandtreatmentclinic.com/images/button2.gif);}
.menu1 li a:hover b {background:url(http://www.massageandtreatmentclinic.com/images/button2.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(http://www.massageandtreatmentclinic.com/images/button3.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(http://www.massageandtreatmentclinic.com/images/button3.gif) no-repeat right top;}




#mainContent {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #993300;
	font-size: 200%;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #993300;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 130%;
}

h4 {
	font-size: 120%;
}

a, a:link, a:hover, a:visited {
	color: #993300;
}

.red {
	color: #993300;
}


#footer {
	width: 900px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
}
.pic {
	padding: 10px;
	border: 1px solid #333333;
	background-color: #F5F3EF;
}
.picright {
	padding: 10px;
	border: 1px solid #333333;
	background-color: #F5F3EF;
	margin-left: 15px;
}
.picleft {
	padding: 10px;
	border: 1px solid #333333;
	background-color: #F5F3EF;
	margin-right: 15px;
}

