body{
  background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
  margin: 3px ;
  padding: 0px;
  font-style: normal;
	font-weight: normal;
	font-family: Arial, Trebuchet MS, Trebuchet, Geneva, Helvetica, Verdana;
	font-size: 16px;
	color: #602424;
			
}
p {
     margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
#wrapper{
  width: 821px;
  margin: 0px auto;
}
a, a:visited{
  text-decoration: none;
  color: #5d5d5d;
}

#header{
  width: 821px;
  margin: 0px;
  padding: 0px;
}
#navbar{
  background-image: url(images/navbar.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 26px;
  margin: 0px;
  padding-top: 5px;
  padding-left: 20px;
  text-align: left;
}
h2, h1, h3{
  margin: 0px;
  padding: 0px;
}
.link li{
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  display: inline;
  margin:0px;
  padding-right:15px;
}
#area1{
float: left;
  width: 580px;
}
#area2{
  float: right;
  padding-right: 5px;
  margin: 0;
}
#area3{
  background-color: #e7ebbe;
  height: 325px;
  margin-top: 2px;
  padding: 6px;
}
#reading{
  color: #fff;
  height: 20px;
  background-image: url(images/level.jpg);
  background-repeat: no-repeat;
  font-size: 13px;
}
#area4{
  padding: 2px;
  float:left;
  width: 570px;
  
  text-align: left;
}
#area5{

  padding-right: 6px;
  color: #fff;
  float:right;
  text-align: right;
}
table{
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}


#api{
  position: relative;
  margin-top: 5px;
  float: left;
  padding: 0px;
  width: 48%;
}
#api2{
  position: relative;
  border: 1px solid #e7ebbe;
  margin-top: 5px;
  float: right;
  padding: 0px;
  width: 50%;
  text-align: center;
  height: 225px;
}
#boxcontent{
  float: left;
  background-color: #e7ebbe;
  width:400px;
}
#boxupper{
  background-color: #e7ebbe;
  height: 11px;
  background-image: url(images/LT.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  float: left;
  width: 400px;
}
.boxupper{
  
  height: 11px;
  background-image: url(images/RT.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
#boxbottom{
  background-color: #e7ebbe;
  height: 11px;
  background-image: url(images/LB.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  float: left;
  width: 400px;
}

.boxbottom{
  
  height: 11px;
  background-image: url(images/RB.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
#content{
  width: 821px;
  height: 200px;
  margin: 0px;
  padding:0px;
}
#footer{
  text-align: left;
  background-color: #e7ebbe;
  width: 821px;
}

#footer2{

  background-image: url(images/LT.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
#footer3{
padding: 5px;
  background-image: url(images/RT.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
#footer4{

  background-image: url(images/LB.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
#footer5{

  background-image: url(images/RB.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
#arealist{
  text-align: left;
  background-color: #e7ebbe;
  width: 821px;
  
}
#admin{
  padding: 10px;
  min-height: 300px;
}

/* SuperScripts
Table Design by Muza
----------------------------------------------- */

.table1 {
		border-collapse:collapse;
		background:rgb(231,235,189) url(images/teaser.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font:14px 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
}

.table2 {
		border-collapse:collapse;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font:14px 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
}

td, th {
		padding:5px;
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table a {
		color:#950000;
		text-decoration:none;
}

table a:link {}

table a:visited {
		font-weight:normal;
		color:#950000;
}

table a:hover {
		color:#666;
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
		background:#333 url(images/llsh.gif) repeat-x;
		color:#fff
}

tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
		border-bottom: dotted 1px #333;
}

tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#333;
}

.odd {}

tbody tr:hover {
		background:#fafafa
}

