#wrap {
	width: 750px;
	margin: 0 auto -4em;
	background:#666699;
	padding-bottom: 0px;	
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#wrap-lighter {
	width:90%;
	margin: auto;
	background-image:url('images/crinkle.jpg');
}


#wrap-bigger {
	width:900px;
	margin: auto;
	background:#666699;
}

#header {
	padding: 5px 0px;
	width:750px;
	background-image:url('images/crinkle.jpg');
}

#nav {
	padding:5px 10px;
	width:750px;
	background:#c99;
}

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li {
	float: left;
	font: .875em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0px;
}

#menu a {
	background: #333;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 0px 8px;
	text-decoration: none;
}

#menu a:hover {
	background: black;
	color: #fff;
	padding-bottom: 0px;
}

a:link {COLOR: black; text-decoration: none}
a:visited {COLOR: black; text-decoration: none}
a:active {COLOR: black; text-decoration: none}
a:hover {COLOR: white; text-decoration: underline}

html,body {
height: 100%;
font-size:100%;
font-family: Arial,"Arial Narrow",Verdana,"Comic Sans Serif", georgia, serif;  /* Arial,"Arial Narrow",Verdana,"Comic Sans Serif","Times New Roman"; */
line-height:1.125em;
color:#66300;
background-image:url('images/backgroundGradient.jpg');
}

h1 {
font-size: 1.5em;
/*color:#CC0033;*/
color:#663300;
}


h2 {
font-size: 0.7em; 
width: 80%;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
font-weight: bold;
background-color:#ddd;
/*color:#CC0033;*/
margin:auto;
}

h3 {
width: 100%;
background-color:#ddd;
}

h4 {
font-size:0.875em;
font-family: Verdana,"Arial Narrow","Times New Roman";
width: 750px;
color:#000000;
}

#history {
font-size:0.95em;
font-weight: bold;
width: 90%;
/*background-color:#ddd;*/
background-image:url('images/crinkle.jpg');
/*color:#CC0033;*/
color:#663300;
}

#history-text {
font-size: .7em;
width: 90%;
/*background-color:#ddd;*/
background-image:url('images/crinkle.jpg');
color:#000000;
margin: auto;
}

#menutext {
font-size: .7em;
width: 90%;
background-color:#ddd;
color:#000000;
margin: auto;
}

a.h2:visited {COLOR: white}

p {
line-height: .25;}


.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size: .875em;
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
width: 150px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
position: relative;
left:-100px;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #ccc;
text-decoration: none;
padding: 0px 2px;
border-bottom: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #333; /*background of tabs (default state)*/
}

.sidebarmenu ul li {
background-color:black; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #ccc;
}

.sidebarmenu ul li a:hover{
background-color: black;
}

.sidebarmenu ul li {
color: #ccc;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


.footer, .push {
	height: 8em;
	width: 750px;
	margin: 0 auto;
	background:#666699;
	padding-bottom: 0px;	
}



.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.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-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}


</style>


