body {
  text-align:center;
  margin: 0px;
  padding: 0px;
  background: #33cc33;
  background: #000000 url('images/back2.png');
}
#main_body {
  position: relative;
  margin-top:10px;
  width:800px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff url('images/jigsaw.jpg') no-repeat bottom right;
  border: 1px solid #000000;
}
body.index #main_body {
	height: 620px;
}
body.bookings #main_body {
	height: 620px;
}
body.membership #main_body {
	height: 620px;
}
body.toys #main_body {
	height: 650px;
}
body.findus #main_body {
	height: 620px;
}
body.resources #main_body {
	height: 620px;
}
body.display #main_body {
	height: 1350px;
}
body.cart #main_body {
	height: 650px;
}
body.checkout #main_body {
	height: 800px;
}
body.details #main_body {
	height: 600px;
}
body.aims #main_body {
	height: 600px;
}
body.users #main_body {
	height: 600px;
}
body.signup #main_body {
	height: 620px;
}
body.conditions #main_body {
	height: 800px;
}
body.admin #main_body {
	height: 700px;
	background: #99ff33;
}
body.admin_display #main_body {
	height: 1200px;
	background: #ffff00;
}
#main_space {
  padding-top: 160px;
  width: 800px;
}
body.display #main_space, body.admin #main_space {
  padding-top: 180px;
}

#nav_bar, body.admin #nav_bar, body.admin_display #nav_bar  {
  position: absolute;
  top: 138px;
  left: 135px;
  z-index: 2;
}
body.admin #nav_bar, body.admin_display #nav_bar  {
  left: 300px;
}
#nav_bar li {
  display: inline;
  list-style-type:none;
}
#nav_bar li a {
  height:20px;
  line-height:20px;
  width:85px;
  text-decoration:none;
  float:left;
  color:#336633;
  border: 1px solid #336633;
}
#nav_bar li a:hover {
  color:#336633;
  text-decoration:underline;
}
#nav_bar li a.selected {
  color:#ffffff;
  background:#336633;
}

#maintext {
  text-align: left;
  margin-top: 20px;
  padding-left: 60px;
  width: 690px;
}
#right_text {
  position: absolute;
  top:80px;
  left:360px;
  width: 300px;
  z-index: 2;
}
#lowtext {
  margin-top: 20px;
  padding-left: 0px;
  width: 540px;
}
#main_body_toys{
  position: relative;
  top:10px;
  width:800px;
  height: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff url(images/jigsaw.jpg) no-repeat bottom right;
}
#cart_text {
  display: block;
  margin: 30px 0 0 100px;
  width: 580px;
  padding: 0px;
}
div.toy_entry {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  height: 85px;
  width: 600px;
  background: #ffffff;
  border: 2px solid #336633;
}
div.toy_entry a {
	float: left;
	display: block;
	margin: -5px 0 0 10px;
	color: #0000ff;
}

body.resources p.lower_text {
	margin-top: 270px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.1em;
	color:#336633;
	width: 500px;
	
}
ul#footer {
	width: 800px;
	display: block;
	margin: 2px auto 0 auto;
}
ul#footer li {
	width: 33%;
	list-style-type: none;
	float: left;
}
ul#footer li.copy {
	text-align: left;
	font-size: 90%;
}
ul#footer li.raff {
	text-align: right;
}
ul#footer li a {
	color: #336633;
	text-decoration: none;
	font-size: 90%;
}
ul#footer li a:hover {
	color: #336633;
	text-decoration: underline;
}
#photDetails {
  position: relative;
  top: 10px;
  left: 0px;
  width: 800px;
}
#photLeft{
  position: absolute;
  top: 10px;
  left: 0px;
  width: 280px;
  height: 150px;
}
#photRight{
  position: absolute;
  top: -10px;
  left: 320px;
  width: 330px;
  height: 150px;
}
#admin_buttons{
  float:left;
  padding: 50px 0 0 100px;
  width: 600px;
  height: 150px;
}
div.clear {
	clear: both;
}
