/*----- 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;
	text-align: left;
}
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;
}
#Sbnav td {
	vertical-align: top;
}
#PgHdr {
	position: absolute; left: 517px; top: 0px;
}
#GallPanel {
	position: absolute; left: 545px; top: 90px;
}
#GallPanel td {
	font: 10px/13px Helvetica, sans-serif;
	color: #cccc66;
}
#StageBox {
	width: 943px;
	text-align: left;
	position: absolute; left: 0px; top: 336px;
}
#leftColBox {
	width: 516px;
	float: left;
}
#ContentLeft {
	width: 386px;
	float: left;
	margin-left: 130px;
	display: inline;
}
#ContentLeft td {
	width 386px;
	font: 13px/17px Helvetica, sans-serif;
	color: #666600;
}
#RightColBox {
	width: 427px;
	float: right;
}
#ContentRight {
	width: 386px;
	float: left;
	margin-left: 41px;
	display: inline;
}
#ContentRight td {
	width 386px;
	font: 13px/17px Helvetica, sans-serif;
	color: #666600;
}
.PgalleryBegin {
	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-top: 50px;
	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 -----*/

.MainBold {
	font: bold 13px/17px Helvetica, sans-serif;
	font-color: #666600;
}
.MainOblique {
	font: italic 13px/17px Helvetica, sans-serif;
	font-color: #666600;
}
