html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 110%;
background-color:#3399CC;
color:#3399CC;
} 
 
#wholepagewidth{ 
 width:820px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
background-color:#3399CC;
} 
 
#header{ 
 height:85px; 
 width:100%; 
 background-color:#3399CC; 
} 

#header1{ 
 height:260px; 
 width:100%; 
 background-color:#FFFFFF; 
} 
 

#leftcolumn{
 width:200px; 
 float:left; 
 position:relative; 
 margin-left:-200px; 
 margin-right:1px;
 text-align:left; 
 font-weight:bold;
 color:#333333 }
 
#outer{ 
 border:solid white 5px; 
  /*/*/ border-left-width: 200px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #FFFFFF;   /* left column colour */ 
border-left-style: solid; 
 /*/*/ border-right-width: 5px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #FFFFFF;  /* right column colour */ 
border-right-style: solid; 
  background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#rightcolumn{
 /*/*/ width:5px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-5px; 
 margin-left:1px; 
} 
 
#foot_mission{
 height:30px; 
 width:100%; 
 background-color:#FFFFFF; 
} 
 
#footer{
 height:10px; 
 width:100%; 
 background-color:#FFFFFF; 
} 
 
#footer1{
 height:140px; 
 width:100%; 
 background-color:#3399CC; 
 color:#FFFFFF;
 text-align:center;
} 
 
#footer2{
 height:35px; 
 width:100%; 
 background-color:#3399CC; 
 color:#FFFFFF;
 text-align:center; 
 font-size: 80%;
} 
  
#inner{margin:0; width:100%;}
 
#maincolumn{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
color:#3399CC;
 background-image: url(http://www.thesuccessdiary.com.au/images/web_background.jpg);
 background-repeat:no-repeat;
}
 
#outer>#inner { border-bottom: 0px solid #3399CC;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 

.underline {text-decoration:underline} 
.mission {font-family:Times New Roman, Times, serif; font-size: 180%; font-style:italic; color: #999999;} 
.title {font-family:Tahoma; font-weight:bold; font-size: 180%; color: #3399CC; } 

.menu {font-family:Tahoma; font-weight:bold; font-size: 180%; color: #3399CC; text-decoration: none; } 
.menu:hover {text-decoration:underline}

.links ,links:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #FFFFFF; text-decoration: none; }
.links:hover {color: #003366;}

.gallerylinks ,gallerylinks:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #3399CC; text-decoration: none; }
.gallerylinks:hover {color: #FF9900;}

.pagelinks ,pagelinks:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #3399CC; text-decoration: none; font-weight:bold;}
.pagelinks:hover {color: #003366;font-weight:bold;}

.linksgrey ,linksgrey:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #FFFFFF; text-decoration: none; }
.linksgrey:hover {color: #003366;}

.footerdiv {color: #FFFFFF; font-weight:bold;}


