/* ----------defaults---------- */

*
{
        margin: 0;
		padding: 0;
}

body 
{
        background-color: #FFFFFF;
		padding: 8px 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		color: #020202;
		text-transform: none;
		text-align: justify;
		line-height: 1.1em;
}


/* ----------structure---------- */

/* IE5 Mac starts */
#wrapper /* outer container */
{
        width: 800px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -400px;
}

/* Invisible to IE5 Mac \*/
#wrapper
{
        width: 800px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -300px;
		margin-left: -400px;
		background: #FAFAFA;
		overflow: hidden;
}
/* End IE5 Mac hack */

#wrapper-inner1 
{
        width: 800px;
		height: 600px;
		margin: 0;
		padding: 0;
		background: #FAFAFA url(PICTURES/BKD1.jpg) no-repeat;
		overflow: hidden;
}

#wrapper-inner2 /* psychotherapy+counselling */
{
        width: 800px;
		height: 600px;
		margin: 0;
		padding: 0;
		background: #FAFAFA url(PICTURES/BKD2.jpg) no-repeat;
		overflow: hidden;
}

#wrapper-inner2-1
{
        width: 800px;
		height: 600px;
		margin: 0;
		padding: 0;
		background: #FAFAFA url(PICTURES/BKD2-1.jpg) no-repeat;
		overflow: hidden;
}
#wrapper-inner2-2
{
        width: 800px;
		height: 600px;
		margin: 0;
		padding: 0;
		background: #FAFAFA url(PICTURES/BKD2-2.jpg) no-repeat;
		overflow: hidden;
}

#wrapper-inner3 /* about */
{
        width: 800px;
		height: 600px;
        margin: 0;
		padding: 0;
		background: #FAFAFA url(PICTURES/BKD3.jpg) no-repeat;
		overflow: hidden;
}

#wrapper-inner4 /* practicalities */
{
        width: 800px;
		height: 600px;
        margin: 0;
		padding: 0;
		background: #FAFAFA url(PICTURES/BKD4.jpg) no-repeat;
		overflow: hidden;
}

#wrapper-inner5 /* contact */
{
        width: 800px;
		height: 600px;
		margin: 0;
		padding: 0;
		background: #FAFAFA url(PICTURES/BKD5.jpg) no-repeat;
		overflow: hidden;
}

#content
{
        height: 503px;
		margin: 0;
		padding: 0;
}

/* for IE6 and below */
* html #content
{
        height: 493px;
}

#masthead
{
		height: 40px;
		padding: 8px 0 6px 8px;
		margin: 0;
		text-align: left;
		line-height: 1em;
}

#textIndex
{
        width: 559px;
		padding: 145px 0 0 0;
}


#textPsychotherapyCounselling
{
        width: 629px;
		padding: 57px 0 0 0;
}

#textPsychotherapy
{
        width: 630px;
		padding: 236px 0 0 0;
}

#textAbout
{
        width: 631px;
		padding: 42px 0 0 0;
}

#textPracticalities
{
        width: 629px;
		padding: 44px 0 0 0;
}

#textContact
{
        width: 560px;
		padding: 240px 0 0 0;
}

#text-inner
{
        padding: 16px 8px 8px 8px;
		filter: alpha(opacity=80);
		-moz-opacity: .80;
		background-color: #FAFAFA;
}

.transport
{
        width: 586px;
		padding: 0 0 0 0;
	    float: right;
}

.clearFloats
{
        clear: both;
}

#content ul
{
        padding: 0;
		margin: 0 0 1em 0;
}

#content li
{
        list-style-position: inside;
}

#footer
{
        
		padding: 2px 4px 1px 0;
		text-align: right;
} 

p
{
        line-height: 1.1em;
		margin-bottom: 1em;
}

/* ----------links + navigation---------- */

a
{
        color: #0390A5;
		font-style: normal;
		font-weight: bold;
		line-height: 1em;
		text-decoration: none;
		text-transform: none;
}

a:hover
{
        color: #03ACC5;
		font-weight: bold;
		text-decoration: none;
}

#navigation
{
        height: 25px;
		padding: 0;
}

#navigation a
{
        font-size: 10px;
		font-style: normal;
		font-weight: bold;
		line-height: 1em;
		text-transform: uppercase;
		color: #020202;
}

#navigation a:hover
{
		color: #151515;
		font-weight: bold;
		text-decoration: none;
}

#navigation ul
{
        padding: 12px 0 4px 0;
}

#navigation li
{
        padding: 0 8px;
		list-style-type: none;
		display: inline;
        border-right: 1px solid #020202;
}

#navigation #contact
{
        border-right: none;
}


/* ----------fonts---------- */

.contentgrey
{
        font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		color: #393939;
}

.contentblackbold
{
        font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		text-transform: none;
		color: #020202;
}

.contentgreybold
{
        font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		text-transform: none;
		color: #393939;
}

.titleblack
{
        font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		text-transform: none;
		color: #000000;
}

.headerPage
{
        font-family: Helvetica, Arial, sans-serif;
		font-size: 24px;
		font-style: normal;
		font-weight: bold;
		text-transform: none;
		color: #393939;
}

.copyrightwhite
{
        font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		color: #FFFFFF;
}

.copyrightblack
{
        font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		color: #020202;
}