/*	...............................
	. style by Todd Ross Nienkerk .
	.         bigt83.com          .
	...............................
	.  last updated 25 may 2006   .
	............................... */


/* ..... Global ..... */
body {
	margin: 0;
	padding: 0;
	background: white /*url(pictures/clown.cropped.jpg) left bottom no-repeat fixed*/;
	font-size: 62.5%; /* resets 1em to 10px */
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	color: #333;
	letter-spacing: 2px;
	}

a:link, a:visited, a:active, a:hover {
	border-bottom: none;
	color: #333;
	text-decoration: none;
	}
a:hover {
	color: green;
	border-bottom: 1px dashed green;
	}

.off { color: #888; }
/* ..... end Global ..... */

#menu {
	position: absolute;
		bottom: 50px;
		right: 50px;
	margin: 0;
	padding: 10px 15px;
	background: white;
	border: 1px solid green;
	text-align: center;
	font-size: 2em;
	}
	#menu p {
		margin: 0 0 15px 0;
		line-height: 1.25em;
		}
	#menu div.link {
		margin: 0 0 10px 0;
		padding: 0;
		}
		#menu div.link span.about {
			font-size: .5em;
			}

/*	...............................
	. style by Todd Ross Nienkerk .
	............................... */

