/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #420000;
}
#menuBar
{
	margin-left: 0px;
	width: 125px;
	float: left;
	top: 0px;
	position: absolute;
}
#adBar
{
	margin-left: 1000px;
	top: 0px;
	float: none;
	position: absolute;
	padding-left: 20px;
	width: 300px;
}
#content
{
	margin-left: 125px;
	width: 875px;
	top: 0px;
	position: absolute;
	background: #420000 url(gradient2.jpg) repeat-x;
}
.style3 {
	font-size: 21px;
	color: #FFFFFF;
}
.style2 {
	font-size: 14px;
	color: #000000;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {
	color: #FFFFFF;
	font-size: 16px;
}
.style5 {
	font-size: 16px;
	background-color: #420000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style6 {
    color: #FFFFFF;
	font-size: 16px;
}
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
}
.rollover1 {
	display: block;
	height: 32px;
	width: 74px;
	background-image: url(Home.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;  /* <-- this is key #1 */
}
.rollover1:hover {
	background-position: 0 -32px; /* <-- this is key #2 */
}
.rollover2 {
	display: block;
	height: 33px;
	width: 80px;
	background-image: url(Artist.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;  /* <-- this is key #1 */
}
.rollover2:hover {
	background-position: 0 -33px; /* <-- this is key #2 */
}
.rollover3 {
	display: block;
	height: 37px;
	width: 97px;
	background-image: url(Gallery.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;  /* <-- this is key #1 */
}
.rollover3:hover {
	background-position: 0 -37px; /* <-- this is key #2 */
}
.rollover4 {
	display: block;
	height: 31px;
	width: 97px;
	background-image: url(Contact.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;  /* <-- this is key #1 */
}
.rollover4:hover {
	background-position: 0 -31px; /* <-- this is key #2 */
}
.rollover5 {
	display: block;
	height: 32px;
	width: 109px;
	background-image: url(Fountains.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;  /* <-- this is key #1 */
}
.rollover5:hover {
	background-position: 0 -32px; /* <-- this is key #2 */
}
.rollover6 {
	display: block;
	height: 32px;
	width: 115px;
	background-image: url(Stoneware.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;  /* <-- this is key #1 */
}
.rollover6:hover {
	background-position: 0 -32px; /* <-- this is key #2 */
}
.rollover7 {
	display: block;
	height: 38px;
	width: 107px;
	background-image: url(Sculpture.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;  /* <-- this is key #1 */
}
.rollover7:hover {
	background-position: 0 -38px; /* <-- this is key #2 */
}
