/********** GLOBALS **********/
* {
	margin: 0px; border: none; padding: 0px; }

/********** INLINE ELEMENTS **********/
* {
	font-family: arial, sans-serif; }

h1 {
	font-size: 1.3em;
	font-variant: small-caps; }

h2 {
	font-size: 0.9em;
	font-variant: small-caps; }

p,
ul {
	font-size: 0.7em; }

p {
	padding-bottom: 10px; }

ul {
	padding-left: 25px; }

/********** BLOCK ELEMENTS AND THEIR CLASS DESCENDANTS **********/
/***** CONTENT *****/
#content {
	position: relative; left: 50%;
	width: 760px;
	margin: 50px 0px 0px -380px; }

	/***** TITLE *****/
	#title_grp {
		position: relative; top: 0px; left: 0px;
		width: 100%;
		margin-bottom: 20px; }

		#title {
			position: relative; top: 0px; left: 0px;
			width: 564px; height: 40px;
			z-index: 0; }

		#title_text {
			position: absolute; top: 8px; left: 96px; }

		#title_accent {
			position: absolute; top: 0px; left: 564px;
			width: 16px; height: 40px;
			z-index: 0; }

	/***** BANNER *****/
	#banner {
		position: absolute; top: 45px; left: 0px;
		width: 120px; height: 480px;
		z-index: 1; }

	/***** NAV *****/
	#nav {
		position: absolute; top: 45px; left: 580px;
		width: 180px; height: 120px;
		z-index: 1; }

	.nav_item {
		position: absolute; left: 20px;
		width: 85px; height: 15px;
		display: block;
		background-color: transparent;
		background-repeat: no-repeat; }

	.nav_item:hover {
		visibility: visible; }

	.nav_item:hover img {
		visibility: hidden; }

	#nav_home {
		top: 10px; }

	#nav_gall {
		top: 28px; }

	#nav_bio {
		top: 46px; }

	#nav_cont {
		top: 64px; }

	/***** STAGE TOP *****/
	#stage_top {
		position: relative;
		width: 430px; height: 105px;
		margin-left: 130px; }

	/***** STAGE *****/
	.stageframe {
		height: 2px;
		margin-left: 135px; }

	#stage {
		position: relative;
		width: 400px;
		margin-left: 130px; padding: 2px 130px 8px 20px;
		z-index: 0; }

	.quoter {
		padding-left: 30px;
		font-weight: bold;
		font-style: italic; }

		/***** COPYRIGHT *****/
		.copyright {
			font-size: 0.7em;
			font-style: italic;
			text-align: right;
			margin-right: 20px; }