body,td,th {
	font-family: Century Gothic, Arial;
	font-size: 12px;
	color: #CCCCFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 3px;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF337A;
}

/* HEAD */
.head {
	background-image:url(logo_bg.gif);
	background-repeat:repeat-x;
}
.head_logo {
	background-image:url(logo.gif);
	width:900px;
	height:100px;
}
.head_page_title {
	height:73px;
	padding:27px 0px 0px 600px;
	text-align:right;
	font-size:1.4em;
}
.subhead {
	width:900px;
	padding:2em 0em;
	text-align:justify;
	font-size:0.9em;
}
.subhead_header {
	font-size:1.75em;
	padding:.2em 0em;
	font-weight:bold;
	color:#FF337A;
}

/* BODY */
.body {
	width:900px;
	clear:both;
}
.body img {
	border:1px solid #FFFFFF;
	margin:2px;
}
.body img:hover {
	border:1px solid #FF0000;
	margin:2px;
}
.promo {
	width:900px;
	padding:1em 0em;
}

/* main col */
.main_col {
	float:left;
	width:600px;
}
.main_cell {
	margin-top:1em;
	margin-bottom:3em;
	font-size:1.2em;
	text-align:left;
}
.main_cell_head {
	font-size:1.9em;
	line-height:1.7em;
	text-align:left;
	font-variant:small-caps;
	color:#FF337A;
}
.main_cell ul {
	margin:.3em;
	padding:.3em 0em 0em 1em;
}
.main_cell li {
	padding-bottom:.5em;
}
.cover_cell {
	float:left;
	width:400px;
	height:600px;
}
.linklist a {
	display:block;
	font-size:1.05em;
	margin-top:.7em;
	font-weight:bold;
}
.linklist a.tag {
	display:inline;
	font-size:1em;
	margin-top:0em;
	font-weight:normal;
}
.tourline {
	font-size:2em;
}

/* side col */
.side_col {
	float:right;
	width:300px;
}
.side_cell {
	margin-top:2em;
	margin-bottom:2em;
	padding-left:3em;
	font-size:1.1em;
	text-align:left;
}
.side_cell_head {
	font-size:1.6em;
	line-height:1.3em;
	text-align:left;
	font-variant:small-caps;
	color:#FF337A;
}
.side_cell ul {
	margin:.3em;
	padding:.3em 0em 0em 1em;
}
.side_cell li {
	padding-bottom:.5em;
}

/* FOOT */
.foot {
	clear:both;
}

/* COPY */
.copy {
	padding-top:1.5em;
}

/* dimension sets */
.w100h150 {width:100px;height:150px;font-size:1em;}
.w150h200 {width:150px;height:200px;font-size:1.2em;}
.w200h300 {width:200px;height:300px;font-size:1.5em;}

/* floats */
.fl {float:left;}
.fr {float:right;}

/* hover thumb cell */
.hoverthumb {
	position:relative;
	z-index:1;
	font-size:.8em;
}
.hoverthumb:hover {
	z-index:2;
	background-color:#FFFFFF;
}
.hoverthumb img {
	margin:2px;
	border:1px solid #FFFFFF;
}
.hoverthumb:hover img {
	position:relative;
	top:0px;
	left:-9px;
	margin:0px;
	border-top:3px solid #FF9900;
	border-right:3px solid #FF9900;
	border-bottom:0px solid #FF9900;
	border-left:3px solid #FF9900;
	filter:alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}
.hoverthumb .h2 {
	display:block;
}
.hoverthumb .info {
	visibility:hidden;
	margin:0px;
}
.hoverthumb:hover .info {
	visibility:visible;
	margin:0px;
	border-top:0px solid #FF9900;
	border-right:3px solid #FF9900;
	border-bottom:3px solid #FF9900;
	border-left:3px solid #FF9900;
	background-color:#FFFFFF;
	padding:0px 6px 6px 6px;
}
.hoverthumb .info img {
	visibility:visible;
	margin:2px;
	border:1px solid #CC0000;
}
.hoverthumb .info:hover img {
	position:relative;
	top:0px;
	left:-9px;
	margin:0px;
	border-top:3px solid #FF9900;
	border-right:3px solid #FF9900;
	border-bottom:0px;
	border-left:3px solid #FF9900;
	filter:alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}

/* etc */
.clear {clear:both;}
