/* --- elements--- */

html,body,div {
  padding: 0;
  margin: 0;
}
a, link, hover, visited, active {
	text-decoration: none;
}
body {
  background: #000 url(body_bg.gif) repeat-x top;
  margin: 0;
}
.footer {
	font: 11px/18px "Trebuchet MS";
	color: #595757;
}

/* --- body --- */

.circles {
	background: url(circle_bg.gif) no-repeat top right; 
	height: 130px;
}
.headings1 {
	font: 24px "Georgia";
	color: #104b84;
}
.headings2 {
	font: 18px "Georgia";
	color: #000;
}
.content1 {
	font: 11px/18px "Trebuchet MS";
	color: #3e4043;
}
.content2 {
	font: 11px/16px "Trebuchet MS";
	color: #3e4043;
}
.index_bg {
	background: url(index_tile.jpg) repeat-x top;
	height: 237px;
}

/* --- form --- */

form {
	padding: 0;
	margin: 0;
}

input {
   font: 11px "Trebuchet MS";
	padding: 5px 5px 0 5px;;
	background-color: #ebebeb;
	border: solid 1px #dad7d7;
	width: 243px;
	height: 25px;

}
textarea {
   font: 11px "Trebuchet MS";
	padding: 5px 5px 0 5px;;
	background-color: #ebebeb;
	border: solid 1px #dad7d7;
	width: 243px;
	height: 95px;
	overflow-y: scroll ;
}
