* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(img/pannerBg.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}

h1, h2, h3 {
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.3em;
}

p, ul, ol {
	margin-top: 1.0em;
	line-height: 160%;
}

ul, ol {
	margin-left: 3em;
}

a {
	color: #02d1f0;
}

a:hover {
	color: #FFFFFF;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 700px;
	height: 80px;
	margin: 0 auto;
	background: url(img/header.jpg);
}

#header img {
	padding: 30px 0 0 20px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 700px;
	height: 60px;
	margin: 0 auto;
	background: url(img/menu.jpg);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 18px 10px 0 20px;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	color: #cccccc;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	padding: 30px 0px 20px 0px;
	background: #000000 url(img/page.jpg) no-repeat;
}

/* Content */

#content {
	padding-left: 5px;
	float: left;
	width: 690px;
}

#contHeader1 {
	width: 690px;
	background: url(img/pannerS.gif) repeat-x bottom;
	padding-bottom: 5px;
}

#contHeader {
	margin-top: 20px;
	width: 690px;
	background: url(img/pannerS.gif) repeat-x bottom;
	padding-bottom: 5px;
}

#contMid {
	margin: 5px;
}

#date {
	font-size: 0.85em;
	width: 690px;
	background: url(img/pannerS.gif) repeat-x top;
}

#dlBlock {
	margin: 5px;
}

#rImg {
	border: 5px solid #000000;
}

#rImg:hover {
	border: 5px solid #02d1f0;
}

.pBlinder {
	margin: 5px;
}

#pClass {
	width: 690px;
	margin: 20px 0px 0px 0px;
	padding-bottom: 10px;
	background: url(img/pannerS.gif) repeat-x bottom;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(img/footer.jpg) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}

#wte {
	background: #f5f5f5;
}

#blk {
	background: #000000;
}

#blu {
	background: #001e23;
	color: #001e23;
}

#car{
	background: url(img/carsThumb.gif) #001e23;
	color: #001e23;
}

#sta{
	background: url(img/starsThumb.gif) #001e23;
	color: #001e23;
}

#tre{
	background: url(img/treesThumb.gif) #001e23;
	color: #001e23;
}

#ora{
	background: #ee9500;
	color: #ee9500;
}

#switch {
	position:fixed;
	bottom:0px;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid #252525;
}

.highslide-wrapper {
	background: #252525;
}
.highslide-image {
    border: 2px solid #252525;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid #252525;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.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;
}