/*******************************************************************************
* HTML & BODY
*******************************************************************************/
body {
background-color:	#000000;
text-align:			center;
overflow:			auto;
border:				0px;
margin:				0px;
padding:			0px;
}
div, img {
border:				0px;
margin:				0px;
padding:			0px;
}
/*******************************************************************************
* CONTENT DIV STRUCTURE
*******************************************************************************/
#page_content {
position:			relative;
margin:				auto;
width:				800px;
height:				1971px;
visibility:			hidden;
text-align:			left;
vertical-align:		top;
}
.structure_content{
width:				800px;
height:				1920px;
}
.structure_line-left {
background-image:	url(index-structure-left.gif);
width:				10px;
height:				1920px;
float:				left;
}
.structure_center {
background-image:	url(index-structure-center.gif);
width:				770px;
height:				1920px;
float:				left;
margin-left:		5px;
}
.structure_line-right {
background-image:	url(index-structure-right.gif);
width:				10px;
height:				1920px;
float:				right;
}
.structure_line {
background-image:	url(index-structure-artwork.gif);
width:				100%;
height:				1px;
}
.structure_vspace-25 {
background-color:	#000000;
width:				100%;
height:				25px;
}
.structure_vspace-15 {
background-color:	#000000;
width:				100%;
height:				15px;
}
.structure_image-index {
background-color:	#808080;
width:				770px;
height:				300px;
}
.structure_title {
background-color:	#000000;
height:				25px;
}
.structure_title-name {
width:				300px;
float:				left;
text-align:			left;
}
.structure_title-date {
width:				470px;
float:				right;
text-align:			right;
}
.structure_text {
background-color:	#000000;
text-align:			justify;
line-height:		14px;
padding-bottom:		20px;
}
.structure_artwork {
background-color:	#000000;
background-image:	url(index-structure-artwork.gif);
height:				150px;
}
.structure_image-text {
width:				330px;
height:				150px;
float:				left;
text-align:			justify;
line-height:		14px;
}
.structure_image-1 {
background-color:	#808080;
width:				200px;
height:				150px;
float:				left;
margin-left:		20px;
}
.structure_image-2 {
background-color:	#808080;
width:				200px;
height:				150px;
float:				right;
}
.structure_logo {
background-color:	#000000;
height:				66px;
}
.structure_logo-turbulence {
background-color:	#808080;
width:				158px;
height:				66px;
float:				left;
}
.structure_logo-warhol {
background-color:	#808080;
width:				106px;
height:				66px;
float:				left;
margin-left:		104px;
}
.structure_logo-emerson {
background-color:	#808080;
width:				246px;
height:				66px;
float:				left;
margin-left:		34px;
}
.structure_logo-kings {
background-color:	#808080;
width:				88px;
height:				66px;
float:				right;
}
/*******************************************************************************
* TEXT & IMAGE
*******************************************************************************/
.text, .name, .date, .header {
font-family:		Verdana, Arial, sans-serif;
color:				#808080;
font-size:			10px;
}
.name {
color:				#D00000;
font-size:			18px;
letter-spacing:		6px;
}
.date {
color:				#F0F0F0;
letter-spacing:		1px;
}
.header{
color:				#D0D0D0;
font-size:			11px;
letter-spacing:		4px;
}
.red {
color:				#D00000;
}
.super {
font-size:			8px;
vertical-align:		baseline;
position:			relative;
bottom:				0.3em;
}
.image {
position:			relative;
top:				1px;
left:				1px;
}
/*******************************************************************************
* LINKS
*******************************************************************************/
a {
color:				#808080;
text-decoration:	none;
}
a:hover {
color:				#008000;
text-decoration:	none;
}
a.enter {
color:				#F0F0F0;
letter-spacing:		2px;
text-decoration:	none;
}
a.enter:hover {
color:				#D00000;
letter-spacing:		2px;
text-decoration:	none;
}

/*******************************************************************************
* DOCUMENTATION
*******************************************************************************/
#documentation_content {
position:			relative;
margin:				auto;
width:				802px;
height:				622px;
visibility:			hidden;
text-align:			left;
vertical-align:		top;
}
.documentation_image {
background-color:	#808080;
width:				802px;
height:				602px;
}
.documentation_text {
width:				802px;
height:				20px;
}
.documentation_info {
float:				left;
}
.documentation_navigate {
float:				right;
}
