@charset "utf-8";
/* site wide css */
body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	color: #333333;

}
p, li,  h1, h2, h3 {
	font: 12px/16px Verdana, Helvetica, sans-serif;
}
a {
	color: #d48341;
  text-decoration: underline; 
}
a:hover {
	color: #999999;
	text-decoration: underline; 
}
h1 {
  position: relative;
	color: #d48341;
	line-height: 32px;
	font-size: 32px;
	margin: 10px;
}
h2 {
  position: relative;
	color: #d48341;
	line-height: 20px;
	font-size: 16px;
	margin: 5px;
	font-weight: bold;
}
h3 {
  position: relative;
	color: #000000;
	font-size: 18px;
	margin: 5px;
}
.main {
	vertical-align: top;
	background-image: url(images/background_body.gif);
	background-repeat: repeat-y;
}
.indent { 
	padding: 10px 35px 10px 35px;
	}

.headline {
  position: relative;
	color: #000000;
	font-size: 11px;
	padding: 10px;
}
.headline a {
	color: #000000;
  text-decoration: none; 
}
.headline a:hover {
	color: #999999;
	text-decoration: none; 
}
.center {
  text-align: center;
}
.left {
float: left;
  text-align: left;
}
.right {
float: right;
  text-align: right;
}
.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}
.img{
  border: none;
}



