html {
	padding: 0;
	margin: 0;
}

body {
	background-color: #000000;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

a, a:visited, a:active {
	color: #ffff00;
}

a:hover {
	color: #ff6600;
}

span.seniorassociate {
	color: #ff6600;
}

span.emphasis {
	color: #ff6600;
	font-weight: bold;
}

ul {
	padding: 0;
	list-style-type: none;
}

ul.spacedlist li {
	padding: 0.5em 0 0.5em 0;
}

ul.bulletlist {
	padding-left: 1em;
	list-style-type: disc;
}

div#container {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#banner {
	position: absolute;
	width: 800px;
	height: 150px;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
	background-image: url(../images/logo.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

	div#banner span.slogan {
		position: absolute;
		bottom: 0;
		right: 140px;
		font-size: 0.8em;
		font-style: italic;
		color: #c0c0c0;
	}
	
	div#banner img {
		position: absolute;
		bottom: 0;
		right: 40px;
	}

div#menu {
	position: absolute;
	width: 144px;
	top: 206px;
	left: 0;
	padding: 0;
	text-align: right;
	font-variant: small-caps;
}
	
	div#menu h3 {
		margin: 0;
		padding: 20px 7px 0 0;
		font-size: 1.1em;
		line-height: 1.04em;
		border-right: 1px solid #c0c0c0;
		background-image: url(../images/linkbg1.gif);
		background-position: right;
		background-repeat: repeat-y;
	}
	
	div#menu a, div#menu a:visited, div#menu a:active {
		display: block;
		margin: 0;
		padding: 1px 7px 1px 0;
		font-size: 0.8em;
		text-decoration: none;
		border-right: 1px solid #c0c0c0;
		background-image: url(../images/linkbg1.gif);
		background-position: right;
		background-repeat: repeat-y;
	}
	
	
	div#menu a.speciallink {
		color: #ff6600;
	}
	
	div#menu a.bottomlink {
		border-bottom: 1px solid #c0c0c0;
	}
	
	div#menu a:hover {
		padding: 0 7px 0 0;
		background-image: url(../images/linkbg2.gif);
		background-position: right;
		background-repeat: repeat-y;
		border-top: 1px dotted #ff6600;
		border-right: 1px solid #ff6600;
		border-bottom: 1px dotted #ff6600;
		border-left: 1px dotted #ff6600;
	}

div#header {
	position: absolute;
	width: 569px;
	top: 134px;
	left: 144px;
	padding: 0;
	margin: 0;
	border: 0;
	font-variant: small-caps;
}

	div#header h1 {
		padding: 35px 0 0 0;
		margin: 0;
		font-size: 2em;
		font-weight: bold;
		border-bottom: 1px solid #c0c0c0;
		line-height: 1.15em;
	}

div#content {
	position: absolute;
	width: 539px;
	top: 223px;
	left: 144px;
	padding: 10px 15px 0 15px;
	margin: 0;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	div#content h1 {
		font-size: 1.5em;
		font-weight: bold;
	}
	
	div#content h2 {
		font-size: 1.2em;
		font-weight: bold;
	}
	
	div#content h3 {
		font-size: 1em;
		font-weight: normal;
	}
	
	div#content table#news {
		padding: 0;
		margin: 0;
	}
	
	div#content table#news th {
		font-weight: bold;
		text-align: center;
		background-color: #333333;
	}
	
	div#content table#news td.dateeven, div#content table#news td.dateodd {
		width: 100px;
		padding: 0;
		margin: 0;
		line-height: 2em;
		text-align: center;
		font-weight: bold;
		border: 1px dashed #333333;
		border-width: 0 1px 1px 0;
	}
	
	div#content table#news td.descriptioneven, div#content table#news td.descriptionodd {
		text-align: left;
		padding: 2px 2px 2px 1em;
		margin: 0;
		border-bottom: 1px dashed #333333;
	}
	
	div#content ol.charter {
		list-style-type: upper-roman;
	}
	
	div#content ol.charter li {
		padding: 5px 0;
	}
	
	div#content ol.charter ol {
		list-style-type: upper-alpha;
	}
	
	div#content h2.contactheader {
		margin-top: 3em;
	}
	
	div#content table#contacttable {
		border: 0;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	div#content table#contacttable th {
		font-weight: bold;
		text-align: center;
		border-bottom: 1px dotted #333333;
	}
	
	div#content a.contactlink {
		font-weight: bold;
	}
	
	div#content table#contacttable td.membername {
		font-weight: bold;
		
	}
	
	div#content table#contacttable td.memberdesc {
		color: #ff0000;
	}
	
	div#content p#contactdisclaimer {
		padding-top: 20px;
		font-weight: bold;
	}
	
	div#content div.centeredheading {
		text-align: center;
	}
	
	div#content table#stafflisttable {
		border: 0;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
		padding: 0;
		width: 75%;
		text-align: center;
	}
	
	div#content table#stafflisttable th {
		font-weight: bold;
		text-align: center;
		border-bottom: 1px dotted #333333;
	}
	
	div#content table#stafflisttable th#stafflisttablehead {
		font-size: 1.2em;
		color: #ff6600;
		border-bottom-width: 0;
	}
	
	div#content table#stafflisttable td.stafflistname {
		font-weight: bold;
		color: #FFCC00;
		text-align: right;
		padding: 5px 1em 5px 0;
	}
	
	div#content table#stafflisttable td.stafflistjobs {
		text-align: left;
	}
	
	div#content table#associatelisttable {
		border: 0;
		margin: 20px 0 0 0;
		padding: 0;
		width: 100%;
		text-align: center;
	}
	
	div#content table#associatelisttable th, div#content table#supportinglisttable th {
		font-size: 1.2em;
		color: #ff6600;
		border-bottom: 1px dotted #333333;
		text-align: center;
		font-weight: bold;
	}
	
	div#content table#supportinglisttable {
		border: 0;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		padding: 0;
		width: 75%;
		text-align: center;
	}
	
	div#content table#portraittable {
		border: 0;
		margin: 0;
		padding: 2px;
		text-align: center;
	}
	
	div#content h3.linkspagetitles {
		padding-top: 20px;
		font-size: 1.2em;
		font-weight: bold;
	}
	
	div#content ul#textslist {
		text-align: center;
	}
	
	div#content ul#textslist li {
		display: block;
		padding-bottom: 10px;
		margin-bottom: 30px;
		border-bottom: 1px solid #808080;
	}
	
	div#content ul#textslist li a {
		display: block;
		margin-bottom: 10px;
	}
	
	div#content ul#textslist li img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		border: 0;
	}
	
	div#content ul#linkslist li {
		padding: 0.5em 0;
	}
	
	div#content table#performtable1, div#content table#performtable2, div#content table#pricetable1, div#content table#pricetable2 {
		border: 1px solid #808080;
		border-width: 1px 0 0 1px;
		padding: 0;
		margin: 0;
	}
	
	div#content table#performtable1 td, div#content table#performtable2 td, div#content table#performtable1 th, div#content table#performtable2 th, div#content table#pricetable1 td, div#content table#pricetable2 td, div#content table#pricetable1 th, div#content table#pricetable2 th {
		border: 1px solid #808080;
		border-width: 0 1px 1px 0;
		padding: 5px;
	}
	
	div#content table#performtable1 th, div#content table#performtable2 th, div#content table#pricetable1 th, div#content table#pricetable2 th {
		font-weight: bold;
		text-align: center;
		background-color: #666666;
	}
	
	div#content span.performemphasis {
		font-weight: bold;
		font-style: italic;
		color: #ff6600;
	}
	
	div#content p.performemphasis {
		font-weight: bold;
		color: #ff6600;
	}
	
	div#content table.rightgalleries {
		border: 0;
		margin: 0;
		padding: 2px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

div#rightside {
	position: absolute;
	width: 87px;
	top: 206px;
	right: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	font-variant: small-caps;
}

	div#rightside a {
		display: block;
		height: 85px;
		font-size: 0.8em;
		text-decoration: none;
		border: 1px dotted #c0c0c0;
		border-bottom-width: 0;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	
	div#rightside a:hover {
		border: 1px solid #c0c0c0;
		border-bottom-width: 0;
		color: #999900;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	
	div#rightside a:hover span.rightlink {
		display: none;
	}
	
	div#rightside a#swordfighting {
		background-image: url(../images/rightside/swordfighting2.jpg);
	}
	div#rightside a:hover#swordfighting {
		background-image: url(../images/rightside/swordfighting.jpg);
	}
	
	div#rightside a#stageacts {
		background-image: url(../images/rightside/stageacts2.jpg);
	}
	div#rightside a:hover#stageacts {
		background-image: url(../images/rightside/stageacts.jpg);
	}
	
	div#rightside a#fireacts {
		background-image: url(../images/rightside/fireacts2.jpg);
	}
	div#rightside a:hover#fireacts {
		background-image: url(../images/rightside/fireacts.jpg);
	}
	
	div#rightside a#games {
		background-image: url(../images/rightside/games2.jpg);
	}
	div#rightside a:hover#games {
		background-image: url(../images/rightside/games.jpg);
	}
	
	div#rightside a#party {
		background-image: url(../images/rightside/party2.jpg);
		
	}
	div#rightside a:hover#party {
		background-image: url(../images/rightside/party.jpg);
		
	}
	
div#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 539px;
	padding: 10px;
	color: #808080;
	font-size: 0.75em;
	font-style: italic;
}
	div#footer a, div#footer a:visited, div#footer a:active {
		color: #666600;
	}
	
	div#footer a:hover {
		color: #ffff00;
	}

	div#footer table {
		padding: 0;
		margin: 0;
		border: 0;
		width: 539px;
	}
	
	
	div#footer table tr td#footer1 {
		text-align: left;
	}
	
	div#footer table tr td#footer2 {
		text-align: center;
	}
	
	div#footer table tr td#footer3 {
		text-align: right;
	}