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

/*********** BODY ***********/
body {
	background: #000 url(images/bgi.gif) no-repeat;
	background-position: bottom left; }

/*********** INLINE ELEMENTS ***********/
h3, h4, p, li {
	font-family: arial, helvetica, sans-serif;
	color: #fff; }

h3 {
	color: #a33; }

p, li {
	font-size: 0.8em; }

ul {
	padding-left: 20px; }

p a:link,
p a:visited,
li a:link,
li a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #a80c0c; }

p a:hover,
li a:hover {
	color: #d32;
	border-top: 1px solid #a80c0c; border-bottom: 1px solid #a80c0c; background-color: #fff; }

/*********** BLOCK ELEMENTS AND THEIR CLASS DESCENDANTS ***********/
/*********** BAN ***********/
#ban {
	position: relative;
	padding: 15px 0px 15px 10px; }

.subtitle {
	padding: 0px 0px 12px 18px; }

/*********** CONTENT ***********/
#content {
	position: relative; width: 100%; }

/*********** NAV ***********/
#nav {
	position: absolute; top: 0px; left: 30px; }

/*********** SUBNAV ***********/
#subnav {
	position: absolute; top: 5px; left: 242px;
	z-index: 1; }

.subnav_grp {
	position: absolute;
	display: none; }

.subnav_grp img {}

/*********** STAGE ***********/
#stage {
	position: relative;
	width: 500px;
	height: 480px;
	margin-left: 280px;
	z-index: 0; }

.vincepic {
	float: right;
	margin: 0px 4px 4px 8px; border: 2px solid #722; }

.vince {
	font-style: italic;
	font-weight: bold;
	text-align: right; }

.subhome p,
.subhome li {
	font-size: 1.0em;
	padding-bottom: 10px; }

.printable {
	margin-top: 8px;
	font-style: italic;
	font-weight: bold;
	text-align: right; }

/*********** IFRAME ***********/
/*********** iframe content styles contained in styles_c.css ***********/
iframe {
	width: 100%; height: 100%;
	background-color: transparent; }

/*********** BLUEANT ***********/
#blueant {
	position: absolute; bottom: 10px; left: 30px; }

#blueant p {
	font-style: italic;
	font-size: 0.7em;
	color: #d32; }

#blueant a:link,
#blueant a:visited {
	color: #d32;
	border: none; }

#blueant a:hover {
	color: #87cefa;
	border: none;
	background-color: #000; }

/*********** EXCEPTIONS ***********/
/*********** 08_link_index.php ***********/
#exc_link {
	padding-top: 80px; }

#exc_link h3,
#exc_link p {
	font-size: 0.8em; }