body {
  margin:0;
  padding:0;
  width:100%; 
  font-family:tahoma,arial, helvetica, sans-serif;
  font-size:80%;  
  
}

#header {
  height:120px;
  background: #FFF url("/template/images/header1.jpg") top left no-repeat;     
}
#menu {  
  position:absolute;
  top:120px;
  left:0px;
  font-family:verdana;
  height:600px;
  width:170px; 
  margin-left: 10px;
}

#menu ul {  
  list-style-type:none;
  list-style-position:outside;
  list-style-image: none;
  margin: 0;
  padding:0;
}
#menu ul ul {
  margin-top:3px;
}

#menu li {
  margin-bottom:3px;  
}


#menu li a {
  color:#FFFFFF;  
  text-decoration: none;	
  display: block;
  text-indent:8px;
  font-size:1em;
  border-top:1px solid #8C0800;
  border-bottom:1px solid #8C0800;  

  background:#A98A58;
  padding:2px 0px;  
}

#menu li li a {
  text-indent:16px;
  font-size:0.8em; 
  background:#CFBD8C;
  color:black;
}

#menu a:hover {
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;  
  color:white;
  background:#235323;
  

}

#content {  
  margin-left:190px;
  margin-right:2px;
  font-size:1.1em;
  border:1px solid #000;
  background: #EEE;
  padding:5px;
}
#minheight {
  border:1px solid #C2A7A6;
  background:#fff  url("/template/images/back2.jpg") top center no-repeat;
  min-height:525px;
  height:auto !important;
  height:525px;   
  padding:8px 5px 5px 5px;

}

h1 {
  font-size:1.4em;
  background: url("/template/images/h1.gif") bottom left no-repeat;

  line-height:1.4em;
}

h2 {
  font-size:1.1em;
  padding-left:20px;
  background: url("/template/images/h2.gif") center left no-repeat;
  line-height:1.4em;
}


#footer {
  clear:both;
  text-align:center;
  font-size:0.8em;
} 

a {
  color:#8C0800;
}
a:hover {
  color:blue;
}

#content ul {
list-style: square outside url('/template/images/dot.gif')
}

#minheight img {
  border:1px solid #000;
  padding:4px;
  margin:4px;
}
#sydney-img {
  clear:both;
}
#sydney-img img {
  border:none;
}
#sydney-img div {
  float:left;
  border:1px solid #000;

  margin:4px;
  text-align:center;
}
.thumb {
  float:left;
}

.error {
  text-indent:5px;
  font-weight:bold;
  color:#500;
}

.form {
  font-weight:bold;

}
.formtitle {
  text-align:center;
  background:#CFBD8C;
}
