/* Specifies base text size and font for all pages */
body {
	color: #5573A9;
	background: url(images/bkgd_gradientblue.jpg) repeat-x;
	font-family: Verdana, sans-serif;
	margin: 0px;
	font-size: 70%;
	background-color: #000000;
}

a img {height: 350px; width: 225px; border-width: 0; background: top left no-repeat;}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-variant: small-caps;
}
h2 {
	font-family: "Bell MT", Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: italic;
	color: #666666;
}
h3 {
	font-family: "Bell MT", Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-variant: small-caps;
	color: #666666;
}


a#first img {background-image: url(images/splash-1.jpg);}
a#second img {background-image: url(images/splash-2.jpg);}
a#third img {background-image: url(images/splash-3.jpg);}
a#fourth img {background-image: url(images/splash-4.jpg);}

a#first:hover img {background-position: 0 -350px;}
a#second:hover img {background-position: 0 -350px;}
a#third:hover img {background-position: 0 -350px;}
a#fourth:hover img {background-position: 0 -350px;}
