body {
	
background:#FFF url(images/bg_stripe2159x58.gif) repeat-x;
	margin: 0;
}

/* TYPOGRAPHY */.bread {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #7f7f7f;
}
.info {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #000000;
	/*text-align: justify;*/
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #7f7f7f;
	background-color: #eeeeee;
	text-decoration: none;
}
a:active {
	color: #7f7f7f;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}

#home a:hover { background: url(images/pixels/px_invis.gif); }

/* STRUCTURE */



#biggie {
	background:#fff url(images/bg_stripe2159x58.gif) repeat-x;
	width:100%;
	/*height: 500px;*/
	height:100%;
	/*border: 1px solid green;*/
}

#left {
	background: #fff no-repeat url(images/bg_logo_ill.gif);
	width: 660px;
	float: left;
}

#menu {
	width: 650px;
	float: left;
	background: #fff;
	margin-top: 8px;
	margin-left: 15px;
	display: inline;
}

#pikkie {
	width: 625px;
	float: left;
	/*background: teal; */
	margin-left: 15px;
	margin-top:  20px;
	display: inline;
	/*border: 1px dotted #090; */
}

#rightOLD {
	background: no-repeat url(images/bg_fellow219x102.gif) 10px 0px;
	width: 217px;
	height: 350px;
	float: right;
	/*border:  1px solid #ff0;*/	
}
#right {
	background: #fff no-repeat url(images/bg_fellow219x102.gif) 0px 0px;
	/*width: 247px;*/
	width:180px;
	font-size: 11px;
	float: right;
	padding-right: 10px;
	display: inline;
	border:  0px solid #ff0;
}

#thumbs {
	/* background: red; */
	margin-top: 95px;
}

.tnail {
	display: inline;
	margin-right: 9px;
	float: left;
	margin-bottom: 9px;
	border: 1px solid #ffffff
}
.tnail:hover {
	border: 1px solid #cccccc;
}

#bigpic {
	border: 1px solid #ffffff;
}

#bigpic:hover {
	border: 1px solid #cccccc;
}

/* THE MENU */
ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	/*width: 10em;*/
	/*width: 100px;*/
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background: #fff;
	width:400px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

