body {
	width :790px;
	margin : 0px auto;
	padding : 0px;
	background-image: url('images/backing.gif');
	background-repeat: repeat-x ;
	background-color : white;
	color : black;
	font-family: Trebuchet MS, Verdana, Arial, Serif;
	font-size : 90%;
}
#banner {
	width : 730px;
	height : 100px;
	background-color : white;
	color : black;
	padding : 10px;
	text-align : left;
}	
#backing {
	background-image: url('images/band.gif');
	background-repeat: repeat-y ;
	padding-left : 20px;
	width : 770px;
	height : 810px;
}
#menu {
	width : 735px;
	background-color : #404040;
	padding: 8px ;
	color: white;
	text-align : left;
}
#menu a:hover {
	color : #FF0000;
}
#menu a {
	color : white;
	text-decoration : none;
}
#detail {
	overflow: auto;
	background-color : white;
	float : left;
	width : 470px;
	height : 600px;
	text-align : justify;
	padding-left : 15px;
	padding-right : 15px;
	padding-bottom : 0px;
	padding-top : 0px;
}		
#rightcol {
	width : 250px;
	height : 620px;
	float : left;
	padding : 0px;
	margin : 0px;
	color : black;
	background-color : #BBBBAA;
	text-align : right;
	font-size : 16px;
	font-family: Trebuchet MS, Verdana, Arial, Serif;
}
#footer {
	width : 740px;
	background-color : #F1F1F1;
	text-align : center;
	padding : 5px;
	font-size : 11px;
	margin-bottom : 10px;
	clear : both;
}
.heading {
	color : black ;
	font-size : 26px;
	margin : 0px;
}
.address {
	margin : 0px;
	padding : 15px 10px 0px 0px;
	font-weight : bold;
}
.small {
	color : black;
	padding-top : 0px;
	padding-bottom : 0px;
	text-align : right;
	font-size : 11px;
	font-family : Trebuchet MS;
	font-weight : normal;
}
.results {
	color : black;
	padding-top : 0px;
	padding-bottom : 0px;
	text-align : left;
	font-size : 14px;
	font-family : Trebuchet MS;
	font-weight : normal;
}
.list {
	color : black;
	margin-left : 12px;
	padding-top : 0px;
	padding-bottom : 0px;
	text-align: left;
	font-size : 15px;
	font-family : Trebuchet MS;
	font-weight: bold;
}
.contact {
	color : black;
	margin-left : 0px;
	padding-top : 3px;
	padding-bottom : 3px;
	text-align: right;
	font-size : 15px;
	font-family : Trebuchet MS;
	font-weight: bold;
}
.footer {
	margin : 0px;
	color : black;
	text-align : center;
	font-family : Trebuchet MS;
	font-size : 12px;
	font-weight : normal;
}
.footer a:hover {
	color : red;
	text-align : center;
	font-family : Trebuchet MS;
	font-size : 12px;
	font-weight : normal;
}
.footer a {
	color : black;
	text-decoration : none;
}
