/*
CSS for Meta Change Therapies site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: white;
  line-height: 125%;
  padding: 0;
  margin: 0;
}
p {
  font-size: small;
  color: #677182;

13:59 13/04/2008
}
td {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: medium;
   color: #677182
} 
#tagline p {
  font-style: italic;
  font-size: xx-small;
  font-family: Georgia, Times, serif;
  color: #482b2b;
  background-color: #482b2b;
  border-top: 3px solid #7da5d8;
  border-bottom: 5px solid #482b2b;
  padding-left: .8em;
  margin: 0;
}
#contactme p {
  colour: black;
  padding-left: 0.4em;
  font-size: small;
  padding-top:  .1em;
  padding-right:  .1em;
  padding-bottom: .4em;
} 
h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  
}
h1 {
  font-size: x-large;
  background-color: white;
  color: purple;
  padding-top: 3.5em;
  padding-bottom: 1em;
  padding-left: 1em;
  margin: 0;
}

h2 {
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

li {
  font-size: small;
  colour: #677182;
  list-style-type: none;
  
}
.bullet {
  list-style-type: disc;
}
em {
  text-transform: uppercase;
}


a {   
  font-weight: bold; 
}

a:link {
  color: black;
}

a:visited {
  color: #677182;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}

.fun {
  color: #339999;

13:33 24/04/2008
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}
blockquote.fun {
  font-style: italic;
}
#navigation{
  width: 185px;
  background-color: white;
  padding-top: 10px;  
}
#header {
  border-top: 3px solid #7da5d8;
}
h2, u1 {
  margin-top:  0px;
  }
/* Styles added to demonstrate margins 
#header, #sitebranding, #tagline, #navigation, #bodycontent {
  border: 1px solid red;
  padding: 2px;
  margin-bottom: 2px;
}
*/
/*
This section deals with the position of items on the screen. It uses absolute positioning - fixed x and y coordinates measured from the top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header,#contactme, #image1,  #image0 {
  position:absolute;
}
#navigation, #bodycontent, image1 {
  top:170px;
}
#contactme {
  top:134px;
  left:820px;
  width:25%;
}
#bodycontent {
  left:200px;right:220px
}
#header {
  width: 100%;
}
#image0 {
  top:0px; left: 200px;
}
#image1 {
  top:170px; left:840px;
 }
#image2 {
  top:165; left:1040px;
}
#contactform {
  top:165; left:1040px;
  
}
#contactform p{
  border: 3px solid #7da5d8;
}
.rightalignplus {
  float: right;
  margin-top:175px;
  margin-left:790px;
}
.rightaligntop {
  float: right;
  margin: 9px;
  margin-left:500px;
}
.rightalign {
  float: right;
  margin: 10px;
  margin-top:175px
  margin-left:790px;
}
.sonichealing {
  float:left;
  margin-top: 175px;
  margin-left:15px;
}
.centred {
  margin-top:24em;
  margin-left:475px;
} 
#button {
margin-left:50px;
}