/*

CSS Document

Developed by Steve Fitzgerald of Monsoon Web Services - www.monsoonweb.com.au

and Mandi Whitten of Weensyweb Designs - www.weensyweb.com

Created expressly for Dianne Pratt - www.dianneprattpilates.com.au

May 2008

*/

body {
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #904a2c;
   font-size: 1em;
   margin:0;
   padding:0;
}

#wrapper {
   width: 819px;
   margin:0;
   padding:0;
   margin-left: auto;
   margin-right: auto;
   border: none;
   background-image: url(../images/shadow.gif);
   background-repeat: repeat-y;
}

#backgroundImg {
   width:800px;
   background: url(../images/bg4.gif) top left no-repeat;
   padding:0;
   margin-left:9px;
}

#homepage {
   width:800px;
   padding:0;
   margin:auto;
}

#content {
   width:690px;
   margin:0;
   margin-left:100px;
   padding:0;
   min-height:600px;
}

#footer{
   border-top: 1px solid #999;
   font-size : 0.8em;
   color: #999;
   width : 788px;
   height: 100px;
   margin:0;
   padding: 10px 0px 10px 10px;
   background-color: #FFFFFF;
}

img {
   border:0;
}

h1 {
   color: #3c878b;
   font-size: 1.3em;
}

h2 {
   color: #3c878b;
   font-size: 1.2em;
   font-style: italic;
}

h3 {
   color: #3c878b;
   font-size: 1em;
   font-weight: bold;
}

a {
   color: #3c878b;
   text-decoration: none;
}

a:hover {
   color: #FFF;
   text-decoration: none;
   background-color: #3c878b;
}

a.foot {
   color: #999;
   text-decoration: underline;
}

a.plain {
   background-color: #FFF;
   border: 0;
}

a.foot:hover {
   color: #FFF;
   text-decoration: none;
   background-color: #999;
   font-weight: normal;
}

ul {
   list-style-type: circle;
}


.timetable{
   font-size : 0.7em;
   background-color: #FFFFFF;
}

.textimageleft {
   float: left;
   padding-right: 20px;
}

.textimageright {
   float: right;
   padding-left: 1em;
}

.textimagecenter {
   text-align: center;
   padding-left: 1em;
}

.current {
   color: #904a2c;
   font-weight: bold;
}

.points {
	font-weight: bold;
}

.points2 {
	font-weight: bold;
	font-size:18px;
}

.personal {
   color: #F07528;
   font-weight: bold;
}

.secondarycurrent {
   color: #F07528;
}

