
/*Begin structure, typography and main colours*/
body {
  margin: 0;
  background-color: #ddd;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%;
  color: #333;
}

#container {
  width: 780px;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #fff;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

#header {
  width: 780px;
  height: 100px;
/*  background: url('/images/header.jpg') #ccc;*/
}

#navbar {
  margin: -11px auto 0;
  height: 36px;
  background: url('/images/navback.gif') repeat-x #fff;
}

#centre {
  width: 780px;
}

#left-centre {
  width: 50%;
  float: left;
}

#right-centre {
  width: 50%;
  float: right;
}

.centre {
  width: 780px;
}

.left-centre {
  width: 49%;
  padding-right: 5px;
  float: left;
  text-align: justify;
}

#searchbox {
	width: 290px;
	margin-left: 25px;
	padding: 10px 10px 26px;
	background: url('/images/searchbg.png') no-repeat;
}

.right-centre {
  width: 49%;
  padding-left: 5px;
  float: right;
}

.wld_badge {
  text-align: center;
}

#footer {
  margin: 10px 0 0;
  padding: 0 0 10px;
  border-top: 2px solid #c03;
  font-size: 0.83em;
}
/*End structure, typography and main colours*/


/*Begin headings*/
h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em;
}
/*End headings*/


/*Begin tables*/
td.searchform {
  padding: 3px;
  font-size: 0.92em;
}
/*End tables*/


/*Begin lists*/
/*#navbar ul li {
  margin-left: -40px;
  padding: 0 40px 0 0;
  display: inline;
}*/
ul.navbar {
  padding-top:10px;
  list-style-type: none;
}
li.navbar {
  margin-left:-25px;
  margin-right: 25px;
	border-right: 1px solid #ff0000;
  display: inline;
}

#footer ul {
  margin-left: -30px;
  list-style-type: none;
}
/*End lists*/


/*Begin links*/
a img {
  border: none;
}

a:link, a:visited {
  color: #c03;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.register {
  margin-right: 10px;
  padding: 5px;
  background-color: #c03;
  color: #fff;
  border: 2px #eee outset;
}

a.login {
  margin-right: 10px;
  padding: 5px 13px;
  background-color: #c03;
  color: #fff;
  border: 2px #eee outset;
}

#navbar ul li a:link, #navbar ul li a:visited {
  padding: 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#navbar ul li a:hover {
	text-decoration: underline;
}
/*End links*/


/*Start buttons*/
input.register {
  margin-right: 29px;
  padding: 5px;
  font-size: 1em;
  background-color: #c03;
  color: #fff;
}
input.login {
  padding: 5px 13px;
  font-size: 1em;
  background-color: #c03;
  color: #fff;
}
.button {
  margin-right: 10px;
  padding: 5px;
  background-color: #c03;
  color: #fff;
  border: 2px #eee outset;
}
/*End buttons*/


/*Begin misc styles*/
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.center {
  text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.big {
	font-size: 1.3em;
	font-weight: bold;
}
.small {
  font-size: 0.92em;
}
.bold {
	font-weight: bold;
}
/*End misc styles*/


/*Begin WLD styles*/
.wld_badge_item {
  width: 100px;
  height: 110px;
  margin: 5px;
  padding: 5px 8px 5px 2px;
  background: url('/images/polaroid-sm.png') no-repeat;
  float: left;
}
.wld_badge_item_detail {
display: none;
  font-size: 0.92em;
  padding-bottom: 5px;
}
.dropdownage {
  width: 66px;
}
.options {
	width: 160px;
}
/*End WLD styles*/