/* CSS Document */

body
	{ font-family: Helvetica, Arial;}

A:link {
color: Blue;
}
A:visited {
 color: Blue;
}
A:active {
 color: Blue;
}
A:hover {
 color: red;
} 
h1 {font-size: 40px;}

/* Top Banner */

.banner {
	border: none; 
	float:left;
	width:100%;
	height:126px;
	position:relative;
	z-index: 1;
	background-image:url(images/banner.jpg);
	background-position:right center;

}
.banner2 {
	border: none; 
	float:left;
	width:100%;
	height:auto;
	position:relative;
	z-index: 1;
	background-image:url(images/biglookbanner.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	height:129px;

}
.list li{
	font-size:24px;
	height:65px;


}
