body {
	font-family: Arial, Helvetica, sans-serif;
	background: white;
}

#container {
	padding: 0;
	margin: 0;
	width: 50.5em;
}

.container {
	padding: 0;
	margin: 0;
	width: 50.5em;
}

#header {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #BB8;
	color: white;
	text-align: center;
}

#title {
	padding: 1em 1em 1em 1em;
}

.title {
	font-size: 200%;
	font-weight: bold;
}

.subtitle {
	font-size: 100%;
	font-weight: bold;
	color: #930;
}

#titleImage
{
	float: left;
	margin: 0.7em 0em 0em 0.5em;
	margin /**/ : /**/ 0.7em 0em 0em 1em;
}

#titleImage img
{
	height: 3em;
}

#bottomCorners {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #000;
}

#spacer {
  clear: both;
}

#navcontainer
{
	padding: 0;
	margin: 0;
	width: 11.0em;
	width /**/ : /**/11.8em;
	float: left;
	background: #BB8;
}


#navcontainer ul
{
	padding: 0;
	margin: 0 0.4em 0.4em 0.4em;
	width: 100%;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
	margin: 0 0 1px 0;
	display: block;
	padding: 0.2em;
	border: none;
	width: 12.8em;
	background-color: #EEC;
}

#navcontainer a:link,
#navcontainer a:visited
{
	color: #930;
	text-decoration: none;
}

#navcontainer a:hover,
#navcontainer a:focus
{
	text-decoration: underline;
}

#home a.home,
#acupuncture a.acupuncture,
#pain a.pain,
#fertility a.fertility,
#facial a.facial,
#stopSmoking a.stopSmoking,
#profile a.profile,
#testimonials a.testimonials,
#contact a.contact,
#digestive a.digestive
{
	text-decoration: none;
	border: none;
	color: white;
	background-color: #BB8;
}

#main_content
{
	width: 41em;
	width /**/: /**/ 42em;
	float: right;
	margin: 0.5em 0.5em 0.5em 0;
	padding: 0;
	color: #930;
	font-size: 90%;
	text-align: justify;
	background: #F7F7E6 url('dragon-watermark.png') fixed;
	background-position: -12.8em -5em;
	background-position /**/ : /**/ 0em 0em;
}

#testimonials #main_content
{
	background /**/ : /**/ none;
}


#main_content p
{
	margin-left: 1em;
}

#main_content table
{
	border-collapse: collapse;
	margin-left: 1em;
}


#inlinePic
{
	margin: 0 0 1em 1em;
	float: right;
}

#inlinePic img
{
	border: 1px solid #930;
}

#address {
	text-align: right;
	font-size: 90%;
        width: 18em;
	margin-bottom: 2em;
}

#homeClinic_map,
#ttc_map,
#westoe_map,
#medic_map {
        width: 24em;
        width /**/ : /**/ 25em;
        height: 20em;
	border: 1px solid #930;
        float: right;
}

#edin_map {
        width: 24em;
        width /**/ : /**/ 25em;
        height: 30em;
	border: 1px solid #930;
        float: right;
}

.clinic_title {
        font-size: 166%;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

#tableContainer {
	text-align: center;
}

#tableContainer tr.headings
{
	font-weight: bold;
}

#tableContainer td
{
	border: 1px solid #930;
	padding: 0.2em 0.5em 0.2em 0.5em;
}

#main_content a:link,
#main_content a:visited
{
	color: #930;
	font-weight: bold;
}


.emphasis
{
	font-weight: bold;
}

.quote {
	background: white;
	border: solid 1px #930;
	margin: 1em;
	padding: 0.25em;
	background /**/ : /**/ #EEC url('dragon-watermark.png') fixed;
	background-position /**/ : /**/ 0em 0em;
}

.quoteQuote
{
	font-style: italic;
}

.quoteAuthor
{
	font-weight: bold;
	text-align: right;
	margin-top: 0.5em;
}


#contactBox {
	padding: 0.3em;
	margin: 1em 0em 1em 0em;
	width: 13.12em;
	width /**/ : /**/ 13.25em;
	float: left;
	color: #930;
	border: 1px solid #930;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #EEC;
}

#contactBox ul
{
	margin: 0em 0.5em 0.5em 2em;
	padding: 0;
	list-style-type: none;
}

#contactBox a,
#contactBox a:visited {
	text-decoration: none;
	color: #930;
	font-weight: bold;
}

#contactBox a:hover,
#contactBox a:focus {
	text-decoration: underline;
}	

.borderTL, .borderTR, .borderBL, .borderBR {
    width: 14px; height: 14px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -14px 0px 0px 0px; }
.borderBR { margin: -14px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}

#footer {
	clear: both;
	margin: 0;
	padding: 20px;
	height: 60px;
}

#footer p {
	color: #930;
	font-size: 60%;
	text-align: center;
	top: 50%;
}

.update
{
	width: 40em;
	width /**/: /**/ 41em;
	float: right;
	margin: 0.5em 0.5em 0.5em 0;
	font-size: 90%;
	text-align: justify;

	border: 1px solid #930;
        padding: 0.5em;
        background-color: #930;
        color: white;
}

.update a:link,
.update a:visited,
.update a:hover,
.update a:focus
{
        color: white;
}


.update h3
{
	margin: 0;
}

.update p
{
	margin: 0.5em 0 0 0.5em;
}

.smallprint 
{
	font-size: 90%;
        font-style: italic;
}

.notice
{
	background-color: #E7E7D6;
        padding: 5;
        border: solid thin black;
}