* {
	margin: 0;
	padding: 0;
}
html {

}
body  {
	color: #000000;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff
}
a {
	color: #ccc;
	text-decoration: none;
}
a img  { background-color: transparent; border: 0 }
input, textarea {
	padding: 2px;
}
#logo {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 33;
}
#logo a   { background-image: url(../images/logo.png); background-repeat: no-repeat; text-indent: -9999px; display: block; width: 550px; height: 80px; overflow: hidden }
#stuff {
	position: relative;
	padding-top: 100px;
}
#nav  { margin-top: 20px; padding-top: 60px; width: 250px; float: left }
#nav p {
	font-size: .92em;
}
#menu {
	padding-top: 20px;
	margin-bottom: 2em;
}
#menu li {
	list-style: none;
	font-size: 18px;
}
#menu li a {
	display: block;
	margin-left: -120px;
	width: 120px;
	padding: 4px 30px 4px 4px;
	background-image: url(../images/b_right.png);
	background-position: right;
	background-repeat: no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
#menu li.current a, #menu li a:hover {
	margin-left: 0;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#nav p {
	color: #999;
	padding: 15px 30px 0 6px;
	line-height: 1.1em;
}
#nav ul#other {
	padding: 12px 0 0 6px;
	list-style: none;
}
#nav ul#other li {
	font-size: .92em;
	padding: 0 0 9px 0;
}
#nav ul#other li a#blog {
	color: #ccc;
	padding: 3px 3px 3px 24px;
	background-image: url(../images/b_blog.png);
	background-position: left;
	background-repeat: no-repeat;
}
#nav ul#other li a#email {
	color: #999;
	padding: 3px 3px 3px 24px;
	background-image: url(../images/b_contact.png);
	background-position: left;
	background-repeat: no-repeat;
}
#nav ul#other li a#blog:hover, #nav ul#other li a#email:hover  { color: #606 }
#nav p a#prints:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#content  { background-color: transparent; padding-top: 30px; padding-bottom: 30px; position: absolute; left: 260px }
.tool-tip  { color: #330; z-index: 13000; width: 189px }
.tool-title  { color: #c0c; font-size: 11px; font-weight: bold; background: url(../images/bubble.png) left top; margin: 0; padding: 8px 8px 4px }
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
/*
#footer {
	position: relative;
	color: #666;
	margin-top: -20px;
	padding-right: 10px;
	height: 20px;
	font-size: 10px;
	text-align: right;
}
*/
#footer {
	position: fixed;
	bottom: 12px;
	right: 20px;
	height: 12px;
	padding: 0px;
	overflow: none;
	font-size: 10px;
	text-align: right;
	color: #666;
	z-index: 0;
}
#footer a {
	color: #888;
}
#footer a:hover {
	color: #ccc;
}
#footer abbr {
	color: #666;
	border-bottom: dotted 1px #333;
}
div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

div#myElement {
	width: 10px;
	height: 10px;
	border: 1px solid black;
	background-color: #FFFFFF;
	float: left;
}

div#myOtherElement {
	width: 200px;
	height: 20px;
	overflow: hidden;
	background-color: #f9f9f9;
}

div#myOtherElement span, div#myOtherElement a {
	display: block;
	padding: 0 3px;
}

div#myOtherElement a:hover {
	background: #f5f5f5;
}

