* {
	font-family:"Century Gothic";
}
body {
	margin:20px;
	background-color: #002B2B;
}

#container {
	clear:both;
	width:900px;
	height:450px!important;
	height:480px;
	min-height:480px;
	border:1px solid #fff;
	margin:0 auto 0 auto;
	background-color: #336666;
	background-repeat: repeat-x;
	background-position: left top;
}

#header {
	width:900px;
	margin:0 auto 0 auto;
}

#header h1 {
	margin:0;
	font-size:36px;
	color:#fff;
	font-weight:normal;
	width:500px;
	float:left;
	padding-right: 0px;
	padding-bottom: 15px;
}

#nav {
	float:right;
	display:inline;
	padding-top:30px;
}

#nav a {
	margin:0 10px 0 10px;
	padding:0 2px 0 2px;
	border-top:2px solid #555;
	color:#fff;
	text-decoration:none;
	font-size:10pt;
	text-transform:lowercase;
}

#nav a:hover {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006666;
}

#left {
	width:460px;
	height:450px!important;
	height:480px;
	min-height:450px;
	float:left;
	font-size: 12px;
	color: #333333;
	overflow: scroll;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	background-position: center;
	padding-top: 6px;
}

#left img {
	padding-bottom: 10px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

#right {
	float:right;
	width:420px;
	font-family: "century gothic";
	color: #FFFFFF;
	text-transform: lowercase;
}

#right box {
	width:420px;
	height:300px;
	top: 100px;
	clear: both;
	float: right;
	text-align: center;
	font-family: "century gothic";
	color: #FFFFFF;
}

#right h1 {
	background:#fff;
	font-size:16pt;
	font-weight:normal;
	height:60px;
	line-height:60px;
	text-transform:lowercase;
	color:#006666;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 15px;
}

#right h1 .info {
	text-align:right;
	font-size:7pt;
	color:#333333;
	text-transform:uppercase;
	padding-left:50px;
}

#right .thumb {
	display:inline;
	width:110px;
	height:85px;
	padding:15px;
	float:left;
}

#right .thumb img {
	padding:5px;
	background:#fff;
	border:0;
}

#copyright {
	clear:both;
	height:18px;
	border-top:1px solid #fff;
	color:#fff;
	font-size:8pt;
	text-align:center;
	background-color: #006666;
	background-position: center;
	vertical-align: middle;
	padding-top: 5px;
}

a {
	color:#006666;
	text-decoration:none;
}

a:hover {
	color:#99CCCC;
}

td.page-header {
display:none;
}
td.page-column-right {
display:none
}
td.page-column-left {
display:none
}

table.category-list{margin-left: auto; margin-right: auto;}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 4px solid #FFFFFF;
}
.highslide:hover img {
	border: 4px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border: 5px solid white;
	border-top: none;
	padding: 5px;
	background-color: white;
	color: #666666;
	font-size: 12px;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

