body {
	font: .93em Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 115%;
	color: #606;
}

marquee {
	padding-top: 1em;
	font: .93em Arial, Helvetica, sans-serif;
}

a {
	color: #606;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.small {
	font-size: 67%;
}

.jigsaw {
	float: right;
	margin-left: 10px;
}

#wrapper {
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	width: 100%;
	top: 0;
	text-align: center;
	margin-bottom: 5px;
}

#content {
	position: relative;
	width: 100%;
}

#main {
	position: relative;
	width: 100%;
	padding-top: 5px;
	clear: both;
}

/* IE bug fix; hide from mac \*/
* html #main { height: 1%; margin-top: 10px ; padding-top: 10px;}
/* end hide */

#menu {
	font-size: 83%;
	padding-bottom: 0;
	margin-bottom: 0;
}

#menu:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#menu ul,
#menu ul ul {
	width: 120px; 
	margin: 0;
	padding: 0;
	background: #d79aff; /* IE6 Bug */
}

#menu ul {
	float: left;
	width: 600px;
}

#menu ul li {
	position: relative;
	list-style: none;
	float: left;
	width: 120px; /* Width of Menu Items */
	border-bottom: #606 solid 1px;
}

#menu ul li a,
#menu ul li li a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 4px 5px;
}

#menu ul li a:hover,
#menu ul li li a:hover {
	background-color: #606;
	color: white;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu ul ul {
	position: absolute;
	display: none;
}

#menu ul ul ul {
	left: 120px;
	top: 0;
}
