/* CSS Document */

body {
	font-size: 14px;
	font-family: font-family: Georgia, Times New Roman, Times, serif;;
	background-color: #66CC33;
	color: #02A1C8;
	font-weight: bold;
	position: absolute; top: 50px;
	}
	
#shadow {
	width: 762px;
	background-color:#009900;
	border-top: solid 0px #009900;
	border-right: solid 1px #009900;
	border-bottom: solid 1px#009900;
	border-left: solid 0px #009900;
	margin: 0 auto;
	border-left-color: #009900;
	border-bottom-color: #009900;
	
	}

#page {
	margin: 0 auto;
	
	width: 760px;
	background-color:#FFFFFF;
	border-top: solid 6px white;
	border-right: solid 6px white;
	border-bottom: solid 6px white;
	border-left: solid 6px white;
	}
#column1 ul {
	margin-left: 5px;
	padding-left: 0px;
}
#column1 li {
	padding: 3px;
	margin-bottom: 4px;
	border: 1px solid #efefef;
}
#column1 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#column1 a:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFF33;
	text-decoration: none;
}
#column1 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFF33;
	text-decoration: none;
	background-color: none;
}
#column1 a:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFF33;
	text-decoration: underline;
}
#column1, #column2, #column3 {
	margin-right: 5px;
	float: left
	}

#column1 {
	background-color: #02A1C8;
	width: 200px;
	padding-right:5px;
	
	/*border: solid 2px black*/
	}

#column2 {
	background-color: #FFFFFF;
	width: 420px;
	/*border: solid 2px black*/
	}

#column3 {
	/*background-color: #FEC93F;*/
	width: 120px;
	/*border: solid 2px black*/
	}

#header {
	background: /images/larrythelamblogo.jpg;
	display: block;
	height:90px;
	margin: 0px 0;
	padding: 5px;
	width: 760px;
	clear: both;
	background-image: url(/images/larrythelamblogo.jpg);
	background-color: #0099CC;
	font-size: 12px;
	font-family: verdana, arial, helvetica, Geneva, Swiss, sans-serif;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	}
	
	#footer {
	background-color:  #02A1C8;
	display: block;
	height:25px;
	margin: 0px 0;
	padding: 5px;
	width: 760px;
	clear: both;
	font-size: 12px;
	font-family: verdana, arial, helvetica, Geneva, Swiss, sans-serif;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	/*border: solid 2px black*/
	}
	
	
	

p {
	padding: 10px
	}

h1 {
	font-size: 1.5em;
	padding: 5px
	}

h2 {
	font-size: 1.20em;
	padding: 5px;
	color: #FFFFFF;
	}

.chapter {
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 14px;
	color:#339900;
	font-weight: bold;
	}
.fontbold{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #00CC00;
}
.fontplain{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
}
.fontsmall{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	
	color: #0099CC;
}
