body{
	padding: 0px;
	margin: 0px;
	font-family: 'Helvetica';
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	background-color: #ffffff;
	background-image: url(img/wood.png);
	background-repeat: repeat;
}
h1{
  margin: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 1.2em;
  font-family: 'Times New Roman';
  font-size: 21px;
  font-weight: normal;
  color: #00AEEF;
}

a.menu{
  color: #ffffff;
  font-size: 9.5px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 0px solid #ffffff;
}
a.menu:hover{
  color: #cccccc;
}
a{
  color: #555555;
  text-decoration: none;
}
a:hover{
  color: #cccccc;
  text-decoration: none;
}
a img{
  border: 0px;
}


.head{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.heads{
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.note{
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: #aaa;
}

div.newsitem{
  padding:10px;
  cursor: pointer;
}

ul.thumbs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.thumbs li{
  float: left;
  background: white url(img/box.png);
  width: 148px;
  height: 148px;
}
ul.thumbs li a img{
  margin-left: 8px;
  margin-top: 8px;
  width: 128px;
  height: 128px;
}



ul.portfolio{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
ul.portfolio li{
  float: left;
  background: white url(img/box3.png);
  width: 172px;
  height: 200px;
  margin-left:17px;
  margin-right:17px;
  margin-top: 10px;
  text-align: center;
}



select{
  background: white url(admin/img/input_textbox.gif) repeat-x;
  border: 1px solid #ccc;
  font: normal 13px Tahoma;
}
select option{
  background: white;
}
input.textbox{
  background: white url(admin/img/input_textbox.gif) repeat-x;
  border: 1px solid #ccc;
  font: normal 13px Tahoma;
}
input.textbox2{
  background: white;
  border: 0px;
  font: normal 11px Tahoma;
}
textarea{
  background: white url(admin/img/input_textbox.gif) repeat-x;
  border: 1px solid #ccc;
  font: normal 13px Tahoma;
}
input.button{
  background: white url(admin/img/input_button.gif) repeat-x;
  margin: 0px;
  padding: 3px;
  border: 1px outset white;
  font: normal 13px Tahoma;
  cursor: pointer;
}

