/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
/*end reset*/

/*begin main page stuff*/
body{
font-family:Verdana, Geneva, Arial, Sans-Serif; font-size:80%; }
h1{font-size: 100%;}
.thumb {border: none;}
#wrapper {width: 570px; margin: 10px 0px 0px 270px ; }
.highslide-gallery{
padding-left: 20px;
}
/*end main page stuff*/


/*SIDEBAR SHTUFF*/
	#sidebar {width:191px;
	float: left;
	padding: 10px 0px 10px 10px; 
	position: fixed;
	top: 20px; left: 50px;
	color: #000000;}

	#header {margin-bottom:5px;}


	#sidebar a{text-decoration: none;}
	#sidebar p{padding-top: 10px;}

	/* navbar dropdown*/
	#sidebar ul {
	list-style: none;
	text-decoration: none;}
	/* List items in the navbar */
	#sidebar li{
	/* Required for drop-down menus */
	position:relative;
	}
	/* Applies to drop-down menus in navbar */
	#sidebar li ul {
	  position:absolute;
	  z-index:100;
	  visibility:hidden;
	  height: 0px;}
	/* Make drop-down visible on navbar hover */
	#sidebar li:hover ul{
	position:relative;
	top: 20px;
	visibility:visible;}
  /*END SIDEBAR SHTUFF*/
