#page{
float: auto;
}

body{
background: #ffffdd;
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 14px
}

:link{
font-color: #000000;
font-weight: bolder;
}

#leftbar{
position: absolute;
float: left;
font: 14px "Trebuchet MS", Helvetica, sans-serif;
background: #ffc900;
top: 0px;
left: 0;
padding: 10px;
width: 200px;
border-left: 8px solid #333399;
}

#contents{
 position: relative;
 margin-left: 230px;
 background: #ffffff;
 max-width: 700px;
 min-width: 500px;
 padding: 10px;
 top: 0px; 
 left: 0px;
 margin-bottom: 100px;
 font: 14px, "Trebuchet MS", Helvetica, sans-serif;
 min-height: 500px
}

/* Fix a bug with IE :( */
* html #contents {
    height: 500px;
		width: 500px;
}


#centre{
float: none;
}

#footer{
  text-align: center;
	clear: both;
margin-left: 230px;
max-width: 700px;
min-width: 500px;
  width: 100%;
	font: 12px, "Trebuchet MS", Helvetica, sans-serif
}

/* Fix a bug with IE :( */
* html #footer {
    height: 500px;
	width: 500px;
}

#note{
	float: right;
	width: 100px;
	padding: 10px;
	margin: 10px;
	font: times new roman, serif;
	font-style: italic;
	background: #ccccff;
	border: 1px dashed;
} 

#note2{
	float: left;
	width: 100px;
	padding: 10px;
	margin: 10px;
	font: times new roman, serif;
	font-style: italic;
	background: #ccccff;
	border: 1px dashed;
} 

#note3{
	float: right;
	width: 200px;
	padding: 10px;
	margin: 10px;
	font: times new roman, serif;
	font-style: italic;
	background: #ccccff;
	border: 1px dashed;
} 

#note4{
	float: left;
	width: 200px;
	padding: 10px;
	margin: 10px;
	font: times new roman, serif;
	font-style: italic;
	background: #ccccff;
	border: 1px dashed;
}

#twks{
	background-image:url(trawksp_files/image326.gif);
	background-repeat:no-repeat;
}


#emphasis{
font: Times New Roman, serif;
font-style: italic;
font-size: large;
font-weight: bolder;
}

#quote{
margin: 40px;
font-family: "Comic Sans MS", cursive, sans-serif;
font-style: italic;

#italics{
font-style: italic;
font-weight: bolder;
}

#underline{
text-decoration: underline;
}

.book{
  float: left;
	margin: 10px;
}

h1{
  font-size: 28px;
}

h2{
  font-size: 24px;
}

h3{
  font-size: 20px;
}

h4{
  font-size: 16px;
}

h5{
  font-size: 14px;
}

h6{
  font-size: 12px;
}	

ul{
	font-weight: bolder;
}


P.nav {text-align: center}
