html{
  background: #e9e4ba url('../img/background.gif') 50% 0%;
}
body{
  background: url('../img/background-bubbles.gif') no-repeat 50% 0%;
 
  color: #444;
	font-family: Arial, 'Arial CE', 'Helvetica CE', helvetica, sans-serif;
    font-size: 0.75em;
    line-height: 1.4em;
  margin: 0;
  padding: 0;
}

/*--------globals-------*/
h1{
  color: #000;
  height: 125px;
    width: 340px;
  float: left;
  font-size: 1.5em;
  top: 0px;
  left: 0px;
  line-height: 1.1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

h1 a{
  color: #ec008c;
  background: none;
  display: block;
  height: 125px;
    width: 340px;
  text-decoration: none;
}

h1 span{
  background: url('../img/logo.gif');
  cursor: hand;
  display: block;
  height: 125px;
    width: 340px;
  left: 0;
    top: 0;
  position: absolute;
  z-index: 2;
}

h2, h3, h4{
  color: #000;
  clear: left;
  margin: 0;
  padding: 0 0 0.6em 0;
}

h2{
  background: #b2d234;
  color: #fff;
	font-size: 1.9em;
	padding: 10px;
  margin-bottom: 0.5em;
}

h3{
  font-size: 1.5em;
}

h4{
  font-size: 1.3em;
}

a{
  color: #0099CF;
}

a:visited{
}

a:hover{
  color: #000;
}

img{
  border: 0;
  margin: 0;
  padding: 0 0.7em 0.7em 0.7em;  
}

img.left{
  clear: left;
  float: left;
}

img.right{
  clear: right;
  float: right;
}

p, address{
  margin: 0;
  padding-bottom: 1em;
}

ul{
  margin: 0 0 0 0.7em;
  padding: 0 0 1em 0.7em;
  list-style: square;
}

hr{
  color: #ddd;
  height: 1px;
  border: none;
  border-top: 1px solid #ddd;
  clear: both;
}

hr.cleaner{
  clear: both;
  visibility: hidden;
  margin: 0;
}

table{
  background: #fff;
  margin-bottom: 1em;
  border-collapse: collapse;
}

td.left{
  text-align: left;
}

td.center{
  text-align: center;
}

td.right{
  text-align: right;
}

th, td{
  padding: 0.1em 0.5em 0.1em 0.5em;
  border: 1px solid #B3D334;
}

th{
  background: #B3D334;
  color: #fff;
}

form{
  margin: 0;
  padding: 0;
}

/*-------site-------*/
#site{
  width: 750px;
  margin: auto;
}

/*-------header-------*/
#header{
  background: url('../img/header.gif') no-repeat 0px 0px; 
  height: 242px;
  position: relative;
}

/*-------navbar------*/
#navbar{
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 8px;
    right: 0px;
}

#navbar ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

#navbar li{
  float: left;
  padding-left: 5px;
}

#navbar li a, #navbar li strong{
  background: #00adee;
  color: #fff;
  display: block;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 45px;
  padding: 0 15px 0 15px;
  text-align: center;
  text-decoration: none;
}

#navbar li strong{
  background: #b2d234;
  color: #000;
}

#navbar li a:hover, #navbar li a:focus{
  background: #b2d234;
}

/*-------sidebar-------*/
#sidebar{
  background: #fff;
  float:right;
  width: 200px;
  padding: 10px;
}

#navbar-right ul{
  list-style: none;
  margin: 0 -10px 0 0;
  padding: 0 0 10px 0;
  text-align: right;
}
#navbar-right ul a, #navbar-right ul strong{
  background: #B2D234;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
  padding: 8px 10px 8px 10px;
}
#navbar-right ul strong, #navbar-right ul a:hover{
  background: #00ADEE;
}
#navbar-right ul strong{
  color: #000;
}
/*-------login form-------*/

/*------main-----*/
#main{
  background: url('../img/main.gif') repeat-y;
  margin-bottom: 10px;
}

#main-content{
  background: #fff;
  float: left;
  padding: 10px;
  position: relative;
  width: 500px;
}

/*-----site-bottom-----*/

#bottom-content{
  background: #f7f4d8;
  color: #9b8d00;
  clear: both;
  margin-bottom: 10px;
  padding: 15px 15px 5px 15px;
  text-align: center;
}

/*--------footer--------*/
#footer{
  background: url('../img/footer.gif') no-repeat;
  color: #9b8d00;
	clear: both;
	font-size: 0.85em;
	width: 100%;
  padding-top: 100px;
}

#footer p{
  display: inline;
  font-size: 0.9em;
  line-height: 2.8em;
  margin: 0;
	padding: 0;
  padding-left: 10px;
}

#footer a{
  color: #9b8d00;
}

#footer a:hover{
  color: #444;
}

#footer span{
  font-weight: bold;
}

#footer .right{
	float: right;
	padding-right: 10px;
}

/*------buttons------*/

/*------messages-----*/
.error{
  color: #f00;
  font-weight: bold;
}

/*------listing------*/

/*------other-----*/

