body
{
	position: relative;
	color: #5B3D23;
	width: 700px;
	margin: 0;
	padding: 0;
	background-color: #fdffbe;
	behavior: url(../csshover.htc);
	/* WinIE behavior call */
	font-size: medium;
}

body#members, body#aegis, body#links, body#sitemap, body#shows
{
	background-image: url(graphics/background2.jpg);
	background-repeat: no-repeat;
}

body#home
{
	background-image: url(graphics/background.jpg);
	background-repeat: no-repeat;
}

body#members
{
	background-image: url(graphics/backgroundartists.jpg);
	background-repeat: no-repeat;
}

body#showsnew
{
	background-image: url(graphics/backgroundshow.jpg);
	background-repeat: no-repeat;
}

h1
{
	margin-left: 2em;
	font-size: 1.6em;
}

div#main
{
	margin-left: 230px;
	margin-top: 140px;
	width: 600px;
}

p#copyright
{
	margin: 0 1em;
	width: 600px;
}

div#identity
{
	clear: both;
	margin: 20px 0;
	border-style: none;
	background-color: #C96;
}

address
{
	border-style: none;
	margin: .8em;
	padding: .5em;
}

.caption
{
	width: 280px;
	color: #F60;
	font-family: arial, sans-serif;
	font-size: .8em;
	padding: 25px;margin:20px;
}
p .caption {margin-left:5px; margin-right:5px;}
.art { width: 210px; }
.artwork{width:450px;}
div#main img.left
{
	float: left;
	margin: 20px;
}

div#main p.right { text-align: right; }

div#main img.right
{
	float: right;
	margin: 20px;
}

img#logo { margin: 3em 0; }

div#show1
{
	position: absolute;
	left: 291px;
	top: 121px;
	height: 95px;
	color: black;
	font-family: Arial, 'LucidaGrande' , Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 0.75em;
	width: 238px;
}

div#show2
{
	position: absolute;
	top: 279px;
	left: 250px;
	height: 60px;
	color: black;
	font-family: Arial, 'LucidaGrande' , Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 0.75em;
}

img#showart
{
	position: absolute;
	top: -130px;
	left: 300px;
}

#artists
{
	position: absolute;
	font: bold 1em 'Gill Sans' , Verdana, arial, helvetica, sans-serif;
}

#artists a
{
	display: block;
	text-align: left;
	text-decoration: none;
	width: 15em;
}

#artists a:hover { background-color: #CCC; }

#artists a img
{
	height: 0;
	width: 0;
}

div#artist_news
{
	position: absolute;
	top: 525px;
	left: 250px;
	width: 600px;
	border-color: #FFBF00;
	border-width: 2px 6px 6px 2px;
	border-style: solid;
	margin: 5px;
	background-color: #FF9;
}

div#artist_news p { margin-left: 15px; }
div#artist_news h2 { margin-left: 15px; }

#artists a:hover img
{
	position: absolute;
	top: 5px;
	left: 200px;
	height: 200px;
	width: auto;
	display: block;
	border-style: none;
}

a:link, a:visited { text-decoration: none; }
ul { list-style-type: none; }

/* MENU SYSTEM */
/* supports mutiple layers of menus */
/* */
div#menu
{
	margin-left: 10px;
	position: absolute;
	width: 184px;
	top: 120px;
}


div#menu ul { }

div#menu li
{
	color: #FFBF00;
	font-family: Arial, 'LucidaGrande' , Helvetica, Geneva, SunSans-Regular, sans-serif;
	list-style: none;
	margin: 1em 0em 2em 0em;
	width: 10em;
	line-height: 2em;
	font-size: .9em;
	position: relative;
	font-weight: bold;
}

div#menu li:hover { background-color: #963; }

div#menu li a
{
	color: #FFBF00;
	font-family: Arial, 'LucidaGrande' , Helvetica, Geneva, SunSans-Regular, sans-serif;
	display: block;
	text-decoration: none;
	width: 9em;
	font-size: 1em;
	font-weight: bold;
}

div#menu>ul a { width: auto; }

#home div#menu li.home a,
#members div#menu li.artistsroster a,
#shows div#menu li.showschedule a,
#aegis div#menu li.aboutaegis a,
#sitemap div#menu li.sitemap a,
#links div#menu li.artlinks a
{
	color: #5B3D23;
	cursor: default;
}
