/* CSS Document */
.content {
	left: 250px;
	top: 150px;
	position: absolute;
	visibility: visible;
	z-index: auto;
	height: 430px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	overflow: auto;
}

.background {
	background-image: url(images/BGpage04.png);
	background-repeat: no-repeat;
	position: relative;
	height: 618px;
	width: 816px;
	z-index: auto;
	top: 14px;

}

.menu {
	background-repeat: no-repeat;
	list-style-position: outside;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	left: 130px;
	top: 284px;
	height: 208px;
	width: 108px;
	position: absolute;
	visibility: visible;
	text-decoration: none;
	border: thin none #000000;
	background-image: url(images/NewBG/menu_bg02.png);
	background-position: center;
	text-transform: lowercase;
	z-index: 1;
	font-style: italic;
}
.menu2 {
	background-repeat: no-repeat;
	list-style-position: outside;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	left: 250px;
	top: 150px;
	height: 30px;
	width: 400px;
	position: absolute;
	visibility: visible;
	text-decoration: none;
	border: thin none #000000;
	background-position: center;
	text-transform: lowercase;
	z-index: 1;
	font-style: italic;
}

.contentBottom{
	top: 323px;
	width: 500px;
	position: absolute;
	visibility: visible;
	left: 0px;
	height: 96px;
}

.ArtsGuild{
	top: 635px;
	width: 817px;
	position: absolute;
	visibility: visible;
	height: 96px;
}

.copyright{
	top: 625px;
	left: 350px;
	width: 500px;
	position: absolute;
	visibility: visible;
	height: 10px;
}


.thumbnail {
	left: 650px;
	top: 150px;
	position: absolute;
	visibility: inherit;
	z-index: auto;
	height: 428px;
	width: 26px;
}

.scroll 
{
left: 700px;
clip:  rect(350px auto auto auto);
top:350px;
width:183px;
height:315px;
overflow: auto
}

.white { color: white; font-family: arial; font-size: 20px;}
.red { color: #660000; font-family: arial;}
.green { color: #003300; font-family: arial; font-size: 20px;}
.redBig { color: #660000; font-family: arial; font-size:x-large;}
.redMed { color: #660000; font-family: arial; font-size:20px;}
.purple { color: #996699; font-family: arial; font-size: 20px;}
