body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	text-align: left;
	}

#gbookWrap {
	position: relative;
	width: 880px;
	clear: both;
	}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

td.upper {
	color : #8bb658;
	background : #8bb658;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.smaller {
	font-size: 10px;
}

a {
	color : #000000;
	text-decoration : underline;
}

a:hover {
	color : #8bb658;
	text-decoration : none;
}

a.smaller {
	font-size: 10px;
	color : #000000;
	text-decoration : underline;
}

a.smaller:hover {
	font-size: 10px;
	color : #8bb658;
	text-decoration : none;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

div.centered {
	text-align: left;
}

/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color : #000000;
   border-right: 2px solid #8bb658;
   border-left: 2px solid #8bb658;
   border-top: 2px solid #8bb658;
   border-bottom: 2px solid #8bb658;
   margin: 0px auto 10px auto; /* margin: top right bottom left; */
}

h3 {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold; 	
   color: #000000;
}

table.gbookMenu {
	border-top: 2px solid #8bb658;
}

/* Styles from main style sheet */

#wrapperOuter {
	postition: absolute;
	width: 950px;
	margin: 0px auto 20px auto;
	background-color: #f2f2f2;
	}

#wrapperInner {
	postition: relative;
	width: 880px;
	margin: 0px auto;
	}

#wrapperContent {
	position: relative;
	width: 880px;
	margin: 0px;
	border-right: 2px solid #8bb658;
	border-bottom: 2px solid #8bb658;
	}
/* To create right border in Firefox */


/* Navigation */
#navigation {
	position: relative;
	width: 880px;
	height: 30px;
	margin: 0px auto;
	background-color: #f2f2f2;
	}

#navigationLeft {
	float: left;
	width: 400px;
	margin: 0px;
	}

#navigationRight {
	float: right;
	width: 400px;
	margin: 0px;
	}
	
	
/* Header */
#header {
	position: relative;
	width: 880px;
	margin: 0px;
	background-color: #f2f2f2;
	clear: both;
	}

#headerLeft {
	float: left;
	width: 300px;
	margin: 0px;
	}
	
#headerRight {
	float: left;
	width: 580px;
	margin: 0px;
	}

#movieBox {
	position: relative;
	width: 494px;
	margin: 30px 43px 0px;
	}

/* Links */
#linksTop {
	clear: both;
	position: relative;
	width: 880px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.rupertread.net/layout/box_links_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#links {
	position: relative;
	width: 880px;
	margin: 0px;
	padding: 0px;
	background-color: #8bb658;
	}

#googleSearchWrap {
	position: relative;
	width: 880px;
	margin: 0;
	padding: 0;
	background-color: #8bb658;
	}

#googleSearchLeft {
	float: left;
	margin: 0px;
	background-color: #8bb658;
	}

#googleSearchRight {
	float: left;
	margin-top: 0px;
	background-color: #8bb658;
	}


/* Footer */
#footer {
	position: relative;
	width: 880px;
	clear: both;
	}


/* Styles */
p {
	margin: 10px 10px 10px 0px;
	}

p.box {
	margin: 0px 10px 0px 10px;
	padding-bottom: 15px; /* Firefox fix */
	}

h1 {
	font-size: 20px;
	color: #8bb658;
	margin: 20px 0px 0px 0px;
	text-align: right;
	}

h2 {
	font-size: 20px;
	color: #8bb658;
	margin: 20px 0px 0px 0px;
	text-align: left;
	}

p.navSubLeft {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	color: #8bb658;
	padding: 7px 0px 0px 0px;
	}

p.navSubRight {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	color: #8bb658;
	text-align: right;
	padding: 7px 0px 0px 0px;
	}

p.footer {
	font-size: 10px;
	color: #000000;
	text-align: right;
	margin: 0px;
	}

a.bold:link {color: #8bb658; font-weight: bold; text-decoration: none;}
a.bold:visited {color: #8bb658; font-weight: bold; text-decoration: none;}
a.bold:hover {color: #8bb658; font-weight: bold; text-decoration: underline;}
a.bold:active {color: #8bb658; font-weight: bold; text-decoration: none;}

ul.listFloatA {
	margin: 0 10px 10px 10px;
	padding: 0 10px 10px 10px;
	float: left;
	width: 110px;
	}

ul.listFloatB {
	margin: 0 10px 10px 10px;
	padding: 0 10px 10px 10px;
	float: left;
	width: 200px;
	}

li.noBullet {
	list-style-type: none;
	}