html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
}

body {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	
	font-size:1em; 
	font-family: georgia, palatino linotype, times new roman, serif;
	font-family: trebuchet ms, tahoma, verdana, arial, sans-serif;

	display:block;

	background:white;
}

body#Home_Page a#Home, 
body#Books_Page a#Books, 
body#Classes_Page a#Classes, 
body#About_Page a#About, 
body#Contact_Page a#Contact,
body#Resources_Page a#Resources
{ 
	color:white; 
	background:black;
} 

#canvas {
	position:relative;
	width:780px;
	height:auto;

	margin:auto;
	padding-bottom:50px;

	color:black;
	background:white;
}

#logo {
	position:relative;
	top:0px;
	left:0px;
	width:780px;
	height:110px;
}

#columnLeft {
	position:absolute;
	top:110px;
	left:0px;
	width:135px;
}

.menuBlock {
	position:relative;

	width:100%;

	/* top right bot left */
	padding:15px 0px 30px 5px;
}

.menuBlock a {
	text-decoration:none;
	color:black;
}

.menuBlock a:hover {
	background:#AAAAAA;
	color:black;
}

#columnCenter {
	position:relative;
	left:145px;
	width:600px;
	height:auto;
	/* top right bot left */
	padding:10px 0px 0px 0px;
}

#columnCenter h1 {
	font-size:150%;
	/* top right bot left */
	margin:20px 0px 10px 0px;
}

#columnCenter h2 {
	font-size:130%;
	margin:18px 0px 0px 0px;
}

#columnCenter h3 {
	font-size:120%;
	margin:16px 0px 0px 0px;
}

#columnCenter h4 {
	font-size:100%;
	margin:10px 0px 0px 0px;
}

#columnCenter p {
	font-size:95%;
	line-height:120%;
	/* top right bot left */
	margin:10px 0px 0px 0px;
}

.listBlockBorder {
	position:relative;
	width:600px;
	height:auto;
	border:1px solid black;
	/* top right bot left */
	margin:10px 0px 10px 0px;
	padding:10px 10px 10px 10px;
	text-decoration: none;
}

.imageBlockFloatRight {
	position:relative;
	width:auto;
	height:auto;
	float:right;
	/* top right bot left */
	margin:0px 0px 10px 10px;
	font-size:75%;
}

.imageBlockFloatLeft {
	position:relative;
	width:auto;
	height:auto;
	float:left;
	/* top right bot left */
	margin:0px 10px 10px 0px;
	font-size:75%;
}

.bookTitle {
	color:#008800;
}

.imageBlock500px {
	position:relative;
	width:500px;
	height:auto;
	/* top right bot left */
	margin:10px 0px 30px 0px;
	font-size:80%;
}

.imageBlock600px {
	position:relative;
	width:600px;
	height:auto;
	/* top right bot left */
	margin:30px 0px 10px 0px;
	font-size:80%;
}

.imageBlockFloatRight300px {
	position:relative;
	width:300px;
	height:auto;
	float:right;
	/* top right bot left */
	margin:10px 0px 10px 10px;
	font-size:80%;
}

#columnWideTable {
	width:1024px;
	font-size:90%;
}

#flash_demo {
	position:relative;
	width:550px;
	height:510px;
	/* top right bot left */
	margin:30px 0px 10px 0px;
}

#flash_container {
	position:fixed;
	top:0;
	left:0;
	width:550px;
	height:510px;
}



