html, body {
	height: 100%;
}

body {
	font: 11px/1.6 Arial, sans-serif;
	background: #bcd589 url(images/monkey-bars.gif) top center no-repeat;
	color: #666666;
	overflow: -moz-scrollbars-vertical;
	background-color: #FFFFFF;
}

body, h1, h3, p {
	padding: 0;
	margin: 0;
}

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

#header a:visited {
	color: #9900CC;
}
#header a:hover {
	color: #CCCCCC;
}

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

a:link, a:visited {
	color: #000000;
	font-weight: bold;
	outline: none;
}

a:hover, a:active {
	color: #666666;
}

strong {
	color: #489191;
}

em {
	font-style: normal;
	color: #0033FF;
}

#container {
	background: url(container.png) top center repeat-y !important;
	background: url(container.gif) top center repeat-y; /*stoopid ie*/
	width: 760px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}

#header {
	height: 205px;
	width: 760px;
	margin-bottom: 0 !important;
	background: url(images/header-bars.gif);
	color: #993399;
}


#header h1 {
	background: url(header.gif) top left no-repeat; /*stoopid ie*/
	position: relative;
	cursor: move;
	width: 155px;
	left: 250;
	top: 100;
}

#header h1 span, #footer span {
	display: none;
	width: 760px;
}

#content, #ads {
	width: 760px;
}

h3 {
	padding: 4px 10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	cursor: pointer;
	background-color: 9900CC;
}

h4 {
	margin: 0;
	padding: 5px 10px 0;
	font-size: 12px;
	color: #333300;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}

ol {
	margin: 0;
	padding: 0 10px 5px 35px;
}

h3 a:link, h3 a:visited {
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #666666;
}

h3 a:hover, h3 a:active {
	color: #000000;
}

h3.news, h3.mootools {
	background-color: #241F20;
	color: #999999;
}

h3.gethelp, h3.prototype {
	background-color: #999999;

 /*h3.gethelp, h3.prototype {
	background-color: #FFFFFF;
	width: auto;
	height: 300px;
	background-image: url(images/whale.jpg);
	color: #FF0066;
	background-repeat: no-repeat;
}*/

}
p {
	padding: 5px 10px;
	color: #666666;
}

#footer a {
	display: block;
	height: 60px;
	width: 760px;
	margin-left: 45px;
	padding-bottom: 30px;
	background-image: url(images/footer.gif);
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}


.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: #FFFFFF;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.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;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
#header ul {
	list-style: none;
	color: #0099FF;
	margin: 0px;
	position: relative;
	height: 50px;
	width: 400px;
	top: 155px;
	font-size: 11px;
	font-weight: bold;
	border: none;
	left: -50px;
	text-transform: uppercase;
}
#header li {
	display: inline;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	color: #333333;
}

#container #content .accordion img {
 border: none; 
 } 


