body, div, td, th, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ccc;
}
body {
	margin: 0px;
	background-color: #000;
}

a {
	font-weight: bold;
	color: #99f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h3, h2, h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
h3 	{ font-size: 12px; }
h2 	{ font-size: 14px; }
h1 	{ font-size: 16px; }

hr {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	border: none;
	background-color: #000;
	color: #000;
	border-bottom: dotted 1px #99f;
}

/* ---	IDs --- */
#main_container {
	 position: relative;
	 width: 900px;
	 height: 750px;
	 text-align: left;
}
#hdr {
	position: absolute;
	left: 30px;
	top: 8px;
}
#hdr #display {
	position: absolute;
	left: 99px;
	top: 46px;
	width: 500px;
}
#ftr {
	position: relative;
	right: 0px;
	bottom: 0px;
	text-align: right;
}
#g_nav {
	position: absolute;
	left: 0px;
	top: 75px;
	z-index: 100;
	width: 110px;
	height: 675px;
	text-align: center;
}
#flash_container {
	position: absolute;
	left: 110px;
	top: 75px;
	z-index: 80;
	width: 600px;
	height: 675px;
	text-align: center;
	display: none;
}
#img_container {
	position: absolute;
	left: 110px;
	top: 75px;
	z-index: 70;
	width: 600px;
	height: 675px;
	text-align: center;
	overflow: hidden;
}
#thumbs {
	position: absolute;
	left: 710px;
	top: 65px;
	width: 190px;
	height: 685px;
	text-align: center;
}
#thumbs #thumbs_content {
	position: relative;
	width: 190px;
	padding-top: 55px;
	text-align: left;
	background-image: url(/img/galleries/scroll_bkgd.gif);
	background-repeat: no-repeat;
}
.thumb_row {
	position: relative;
	left: 52px;
	width: 110px;
	height: 52px;
	text-align: left;
}
.thumb {
	position: relative;
	width: 52px;
	display: inline;
}
.thumb img {
	border: none;
	margin: 0px;
	padding: 0px;
}
.thumb a {
	margin: 0px;
	padding: 0px;
}
.thumb_off img {
	filter: alpha(opacity=40);
	opacity:.40;
	border: none;
}
.thumb_on img {
	width: 48px;
	height: 48px;
	border: solid 1px #666;
}
#thumbs #thumbs_content #description {
	position: relative;
	left: 52px;
	width: 105px;
	padding-top: 5px;
	margin-bottom: -5px;
	text-align: left;
	font-size: 10px;
	color: #333;
}
#thumbs #thumbs_content #description p {
	text-align: left;
	font-size: 10px;
	color: #333;
}


/* ---	TOOLTIPS ---*/
#tooltip {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	display: none;
}
#tooltip #home_tip_text, 
#tooltip #home_tip_shadow1, 
#tooltip #home_tip_shadow2, 
#tooltip #home_tip_shadow3, 
#tooltip #home_tip_shadow4 {
	position: absolute;
	width: 300px;
	color: #000;
	font-size: 10px;
}

#tooltip #home_tip_text {
	top: 0px;
	left: -150px;
	z-index: 100;
	color: #fff;
}
#tooltip #home_tip_shadow1 {
	top: 0px;
	left: -151px;
	z-index: 90;
}
#tooltip #home_tip_shadow2 {
	top: -1px;
	left: -150px;
	z-index: 80;
}
#tooltip #home_tip_shadow3 {
	top: 0px;
	left: -149px;
	z-index: 70;
}
#tooltip #home_tip_shadow4 {
	top: 1px;
	left: -150px;
	z-index: 60;
}

#tooltip #g_tip_text, 
#tooltip #g_tip_shadow1, 
#tooltip #g_tip_shadow2, 
#tooltip #g_tip_shadow3, 
#tooltip #g_tip_shadow4 {
	position: absolute;
	width: 300px;
	color: #000;
	font-size: 10px;
	text-align: left;
}
#tooltip #g_tip_text {
	top: 0px;
	left: 0px;
	z-index: 100;
	color: #ccc;
}
#tooltip #g_tip_shadow1 {
	top: 0px;
	left: -1px;
	z-index: 90;
}
#tooltip #g_tip_shadow2 {
	top: -1px;
	left: 0px;
	z-index: 80;
}
#tooltip #g_tip_shadow3 {
	top: 0px;
	left: 1px;
	z-index: 70;
}
#tooltip #g_tip_shadow4 {
	top: 1px;
	left: 0px;
	z-index: 60;
}
