/* ------------------------------------------
playtherapy.com.au screen stylesheet - September 26, 2007
W3C Validity - CSS1 Valid
Author - Karlee Barnes (karleebarnes.com.au)
------------------------------------------ */

/* setup page basics */
html, body {
margin:0; 
padding:0; 
width:100%; 
height:100%; 
color:#cccccc;
background-color:#456852;
}

a:link{
color:#87C3FF;
}

a:visited{
color:#D1A6F9;
}

img{
border-style:none;
}

p.blocktext, h2, h3, h4 {
text-align: center;
line-height:1.8em;
}

img.header{
display:block;
margin-left:auto;
margin-right:auto;
}

body {
font-family:verdana, arial, sans-serif; 
font-size:76%;
}

/* setup module for the background image*/
#background{
display:none;
}

#wrapper{
padding-top:30px;
padding-left:40px;
}

/*setup the module to scroll the content*/
#scroller {
width:100%; 
height:85%; 
} 

/*setup the module for the content*/
#content {

padding:5px 20px 20px 300px;
}

/*setup the module to hold the left hand content*/
#fixed {
width:344px; 
}

/*setup the module for the logo image*/
#logo{
width:354px;
height:120px;
}

acronym {
  border-bottom: 1px dotted black;
}

