/*----- LINKS -----*/

a {
	font: 13px/17px Georgia, serif;
	text-decoration: none;
}
a:link {
	color: #0099cc;
}
a:visited {
	color: #cccc66;
}
a:hover {
	color: #ffcc00;
}
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;
}
div {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
img {
	border: 0px;
}


/*----- STRUCTURE CONTROL -----*/

#Logo {
	width: 359px;
	position: absolute; left: 33px; top: 94px;
}
#Navmain {
	width: 398px;
	position: absolute; left: 97px; top: 169px;
}
#Sbnav {
	position: absolute; left: 77px; top: 290px;
}
#ArtPanelR {
	width: 200px;
	position: absolute; left: 665px; top: 41px;
}
#PhotoBox {
	width: 198px;
	height: 266px;
	border: 1px solid #ccc;
}
#PhotoBox img {
	padding: 7px;
}
#Captions {
	width: 197px;
	padding: 8px 3px 0px 0px;
	font: 9px/12px Verdana, sans-serif;
	color: #cc9900;
	text-align: right;
}
#StageBox {
	width: 649px;
	text-align: left;
	position: absolute; left: 0px; top: 336px;
}
#ContentMain {
	width: 495px;
	float: left;
	padding-left: 154px;
	font: 13px/17px Helvetica, sans-serif;
	color: #666600;
}
.Ptopbutton {
	padding: 20px 0px 40px 0px;
	text-align: center;
}
#Footer {
	width: 647px;
	float: left;
	text-align: right;
	font: 9px/12px Verdana, sans-serif;
	color: #cc9900;
	padding-bottom: 25px;
}
#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;
}


/*----- TEXT STYLES -----*/

.MainOblique {
	font: italic 13px/17px Helvetica, sans-serif;
	font-color: #666600;
}
