* {
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 0;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size:   12px;
	  color: #151313;
}

span.bold {
	font-weight: bold;
}

body {
 background-color: #d9dccb;
 text-align: center;
}

body * {
	text-align: left;
}

a {
	text-decoration: none;
	color: #5088a0;
}

p {
    margin-bottom: 1em;
}

a:hover {
	text-decoration: underline;
}

div.stage {
	margin: auto;
	position: relative;
}

/*
	Classes for specific behaviour
*/

#navigation a {
font-family: "Eras Light ITC", "Century Gothic", "Helvetica", "sans-serif";
font-size:   16px;
color:#A0A0A0;
text-decoration:none;
}
#navigation a:hover {
text-decoration:underline;
}

/* Use the accent color and font */
.accent {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size:   12px;
	  color: #151313;
}
a.accent {
	color: #70a8c0;
}

a.thumbnail {
	padding: 0;
	margin: 0;
}
img.thumbnail {
	/* border: 1px solid #999999; */
	margin: 0;
	padding: 0;
	margin-right: 4px;
	margin-bottom: 4px;
	width: 100px;
	height: 100px;
}

/* scroll on overflow */
div.autoscroll {
	overflow: auto;
	padding-right: 6px;
}

#need_flash b {
	font-size: 18px;
	color: #777777;
}
#need_flash {
	font-size: 16px;
	color: #888888;
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	padding: 4px;
	text-align: center;
	overflow: hidden;
}
#need_flash a {
	font-size: 14px;
	color: #6666FF;
}

/*
	CSS for the artwork menu
*/
#menu {
	position: absolute;
}
#menu, #menu * {
	z-index:  999;
}
#menu div.menu_row {
	margin: 0;
	padding: 0;
	clear: both;
}
#menu div.menu_item {
	padding: 3px 10px;
	/*border: 1px solid #f1eeee;*/
	background-color: #120c0c;
	float: left;
}
#menu a {
	text-decoration: none;
	color: #f1eeee;
	font-family: "Tahoma", "Geneva", "sans-serif";
	font-size:   11px;
	  }
#menu div.menu_item_hover, #menu div.menu_item_selected {
	background-color: #f1eeee;
}
#menu div.menu_item_hover a, #menu div.menu_item_selected a {
	color: #120c0c;
}
#menu a:hover {
	text-decoration: none;
}



/*
	Home Page
*/

#home_stage {
	max-width:  987px;
	height: 576px;
	background-image: url(stages/home.jpg);
	background-color: #FFFFFF;
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#home_stage #title {
	position: absolute;
	left:     33px;
	top:      8px;
	width:    863px;
	height:   38px;
 }

#home_stage #navigation {
	position: absolute;
	left:     33px;
	top:      52px;
	width:    863px;
	height:   14px;
 }

#home_stage #menu {
	left:  33px;
	top:   66px;
}

#home_stage #lightbox {
	position: absolute;
	left:     33px;
	top:      76px;
	width:    450px;
	height:   480px;
 }

#home_stage #copyright {
	position: absolute;
	left:     19px;
	top:      76px;
	width:    9px;
	height:   480px;
 }

#home_stage #opp_logo {
	position: absolute;
	left:     947px;
	top:      8px;
	width:    33px;
	height:   24px;
 }

#home_stage #info_and_description {
	position: absolute;
	left:     580px;
	top:      76px;
	min-width:    10em;
	max-width:    32em;
}
 /*
	Artwork Page
*/

#artwork_stage {
	max-width:  987px;
	height: 576px;
	background-image: url(stages/home.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#artwork_stage #title {
	position: absolute;
	left:     33px;
	top:      8px;
	width:    863px;
	height:   38px;
 }

#artwork_stage #navigation {
	position: absolute;
	left:     33px;
	top:      52px;
	width:    863px;
	height:   14px;
 }

#artwork_stage #menu {
	left:  33px;
	top:   66px;
}

#artwork_stage #lightbox {
	position: absolute;
	left:     33px;
	top:      76px;
	width:    450px;
	height:   480px;
 }

#artwork_stage #lightbox_overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

#artwork_stage #thumbnails {
	position: absolute;
	left:     33px;
	top:      76px;
	width:    656px;
	max-height:   700px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	 }

#artwork_stage #copyright {
	position: absolute;
	left:     19px;
	top:      76px;
	width:    9px;
	height:   480px;
 }

#artwork_stage #opp_logo {
	position: absolute;
	left:     947px;
	top:      8px;
	width:    33px;
	height:   24px;
 }

#artwork_stage #info_and_description {
	position: absolute;
	left:     694px;
	top:      76px;
	min-width:    10em;
	max-width:    38em;
}

#artwork_stage #artwork_info {
	margin-bottom: 1em;
}

#artwork_stage #prev_next_back {
	position: absolute;
	left: 694px;
	top:  516px;
	width: 257px;
}
 #artwork_stage #prev_next_back * {
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}




/*
	Contact Page
*/

#contact_stage {
	width:  987px;
	height: 576px;
	background-image: url(stages/home.jpg);
	background-color: #FFFFFF;
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#contact_stage #title {
	position: absolute;
	left:     33px;
	top:      8px;
	width:    863px;
	height:   38px;
 }

#contact_stage #navigation {
	position: absolute;
	left:     33px;
	top:      52px;
	width:    863px;
	height:   14px;
 }

#contact_stage #menu {
	left:  33px;
	top:   66px;
}

#contact_stage #copyright {
	position: absolute;
	left:     19px;
	top:      76px;
	width:    9px;
	height:   480px;
 }

#contact_stage #opp_logo {
	position: absolute;
	left:     947px;
	top:      8px;
	width:    33px;
	height:   24px;
 }

#contact_stage #contact_info {
	position: absolute;
	left:     694px;
	top:      126px;
	width:    253px;
	height:   430px;
 overflow: auto;
}

#contact_stage #contact_form {
	position: absolute;
	left:     33px;
	top:      76px;
	width:    640px;
	height:   480px;
 padding: 10px 20px;
}

#contact_form div.form_row {
	margin-bottom: 10px;
}

#contact_form div.form_label {
	margin-bottom: 3px;
}

#contact_form input.txt, #contact_form textarea {
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width: 300px;
}
#contact_form textarea {
	height: 100px;
}
#contact_form #submit_button {
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #666677;
}




/*
	News Page
*/

#news_stage {
	width:  987px;
	height: 576px;
	background-image: url(stages/links-news.jpg);
	background-color: #FFFFFF;
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#news_stage #title {
	position: absolute;
	left:     33px;
	top:      8px;
	width:    863px;
	height:   38px;
 }

#news_stage #navigation {
	position: absolute;
	left:     33px;
	top:      52px;
	width:    863px;
	height:   14px;
 }

#news_stage #menu {
	left:  33px;
	top:   66px;
}

#news_stage #copyright {
	position: absolute;
	left:     19px;
	top:      76px;
	width:    9px;
	height:   480px;
 }

#news_stage #opp_logo {
	position: absolute;
	left:     947px;
	top:      8px;
	width:    33px;
	height:   24px;
 }

#news_stage #text_stage {
	position: absolute;
	left:     98px;
	top:      151px;
	width:    505px;
	height:   324px;
 overflow: auto;
}

#news_stage div.news_item {
	margin-bottom: 2em;
}






/*
	Links Page
*/

#links_stage {
	width:  987px;
	height: 576px;
	background-image: url(stages/links-news.jpg);
	background-color: #FFFFFF;
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#links_stage #title {
	position: absolute;
	left:     33px;
	top:      8px;
	width:    863px;
	height:   38px;
 }

#links_stage #navigation {
	position: absolute;
	left:     33px;
	top:      52px;
	width:    863px;
	height:   14px;
 }

#links_stage #menu {
	left:  33px;
	top:   66px;
}

#links_stage #copyright {
	position: absolute;
	left:     19px;
	top:      76px;
	width:    9px;
	height:   480px;
 }

#links_stage #opp_logo {
	position: absolute;
	left:     947px;
	top:      8px;
	width:    33px;
	height:   24px;
 }

#links_stage #text_stage {
	position: absolute;
	left:     98px;
	top:      151px;
	width:    505px;
	height:   324px;
 overflow: auto;
}

#links_stage div.link {
	margin-bottom: 1em;
}






 
