/* CityDesk default style sheet */


/* Basic HTML Element Style */

*{
margin: 0px;
padding: 0px;}

a, a:hover, a:active, a:visited{
color: #000;
text-decoration: none;
font-weight: bold;}

body {
	background: #fff;
	color: #333;
	font-family: 'Bell MT', Garamond, Times, serif;
	text-align: center;
}

#container{
width: 750px; 
margin: 15px auto;
}

#footer{
background: #bcc5d4 url(../images/footerclouds.jpg) no-repeat bottom center;
border: solid 1px #333;
border-top: none;
padding: 0px 20px 20px 20px;
margin: 0px 30px;}

#branding{
background: #bcc5d4 url(../images/headerclouds.jpg) no-repeat top center;
border: solid 1px #333;
border-bottom: none;
margin: 0px 30px;}

#articlecontent{
background: #fff;
border: solid 1px #333;
padding: 30px;
}

#pagecontent{
background: #bcc5d4 url(../images/bluegoldfade.jpg) top repeat-x;
border: solid 1px #333;
border-width: 0px 1px;
padding: 20px;
margin: 0px 30px;}

p{
padding: 0.7em 0px;
}

a.url{
color: #333;
font-style: italic;
text-decoration:none;}

h1{
font-size: 260%;
padding: 35px 70px;}

h3{
margin-top: 1em;
}

li.navlinks{
display: inline;
padding: 1em;}

#navigation{
background: #d5c9af url(../images/nav.jpg) repeat-x;
border: solid 1px #333;
padding: 20px;}

img{
max-width: 550px;
border: solid 1px #333;}

.centreaddress{
border: double 3px #333;
padding: 20px;
}

.therapist{
width: 100%;
text-align: left;
min-height: 180px;
}

.therapistdetails{
margin-left: 180px;
margin-top: -130px;
}

.therapistname{
margin: 15px 0px;
font-size: 120%;
}

.therapistimage{
margin: 0px 0px 0px 0px;
}

.therapiesoffered{
margin-left: 200px;
}

.articleend{
clear: both;}

.linksheader{
text-align: left;
}

.links{
text-align: left;
padding: 1em;
}

/*blue: bcc5d4
  gold: ded2b8*/