/*----- LINKS -----*/

a {
	font: 10px/12px Verdana, sans-serif;
	text-decoration: none;
}
a:link {
	color: #0099cc;
}
a:visited {
	color: #0099cc;
}
a:hover {
	color: #ffcc00;
}
a:active {
	color: #cccc00;
}
#Footer a {
	font: 10px/12px Georgia, serif;
	text-decoration: none;
}
#Footer a:link {
	color: #0099cc;
}
#Footer a:visited {
	color: #0099cc;
}
#Footer a:hover {
	color: #ffcc00;
}
#Footer a:active {
	color: #cccc00;
}


/*----- COMMON -----*/

body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	color: #666600;
	font: 9px Verdana, sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
td {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
img {
	border: 0px;
}


/*----- STRUCTURE CONTROL -----*/

#Logo {
	width: 359px;
	position: absolute; left: 33px; top: 33px;
}
#Sbnav {
	position: absolute; left: 77px; top: 129px;
}
#PgHdr {
	position: absolute; left: 517px; top: 84px;
}
#PgHdrG3 {
	position: absolute; left: 517px; top: 53px;
}
#ArtNav {
	width: 165px;
	position: absolute; left: 516px; top: 122px;
}
#StageBox {
	width: 100%;
	text-align: center;
}
#ArtBox {
	margin-left: auto;
	margin-right: auto;
	margin-top: 176px;
	text-align: left;
}
#Art {
	border: 1px solid #ccc;
	margin-left: 170px;
	float: left;
	display: inline;
}
#Art img {
	padding: 5px;
}
#Caption {
	width: 155px;
	float: right;
	padding: 12px 0px 0px 15px;
	font: 11px/14px Helvetica, sans-serif;
	color: #cc9900;
}
.Padvance {
	padding-top: 100px;
	text-align: center;
}
#Footer {
	width: 647px;
	float: left;
	text-align: right;
	font: 9px/12px Verdana, sans-serif;
	color: #cc9900;
	padding-top: 50px;
	padding-bottom: 25px;
}


/*----- TEXT STYLES -----*/

.CaptionOblique {
	font: italic 11px/14px Helvetica, sans-serif;
	color: #cc9900;
}

