body {

	background-image: url(bg.gif);

	background-repeat: repeat; 

	font-size: 12px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #35374F;

	line-height: 120%;

	padding: 5px;

	text-align: left;



}



#holder {

	width: 800px;

	background-color: White;

	border: 1px black solid;
	
	text-align: left;



}



.clear {

	clear: both;

}



#main-text-box {

width: 100%;

text-align: left;





}

#footer {

	clear: both;

  background-color: #C9BFB6;

  border-top: 1px black solid;

  border-bottom: 1px black solid;

  padding: 5px;

}




