body {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	background: #000000;
	font-size: 0.8em;
	font-family: Arial, Verdana, sans-serif;
}

div, p {
	margin: 0px;
	padding: 0px;
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a img {
	border: 0px;
}

noscript {
	color: white;
	background: red;
	font-weight: bold;
	text-align: center;
}

/* page */

#page {
	color: #ffffff;
	background: #191919 url(../images/logo-bg.png) center top repeat-x;
}

#cont {
	width: 770px;
	margin: 0px auto 0px auto;
}

#main, #main-noside {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	clear: both;
}

#main {
	background: #191919 url(../images/cont-bg.png) center top repeat-y;
}

#main-noside {
	background: #191919 url(../images/cont-bg-noside.png) center top repeat-y;
}

/* menu */

#menu {
	display: inline; /* hack to fix ie6 */
	float: right;
	width: 440px;
	margin-top: 50px;
	margin-right: 10px;
	color: #666666;
	font-size: 1.25em;
	font-weight: bold;
	text-align: right;
}

#menu span {
	margin-left: 5px;
	margin-right: 5px;
}

#menu a {
	color: #ffffff;
}

#menu a:hover {
	color: #ff6600;
	text-decoration: none;
}

/* text */

#main #text {
	width: 500px;
}

#main-noside #text {
	margin-right: 25px;
}

#text {
	margin-left: 25px;
	margin-top: 15px;
}

#text h1, #text p, #text li {
	margin-bottom: 15px;
	font-size: 1.1em;
	text-align: justify;
}

#text p img {
	vertical-align: middle;
}

#text .footnote {
	font-size: 0.9em;
	text-align: right;
}

#text .pagenav {
	border-top: 1px solid #999999;
	padding-top: 15px;
	text-align: center;
}

#text .l {
	font-size: 2.0em;
}

#text .m {
	font-size: 1.4em;
}

#text .mimage {
	width: 400px;
	border: 50px solid #222222;
	margin-bottom: 15px;
}

#text .rimage {
	float: right;
	margin-left: 4px;
	margin-bottom: 4px;
}

#text #doodlelongfo {
	width: 500px;
	height: 340px;
	margin-bottom: 15px;
	text-align: center;
	background: #000000;
}

#text #flashrequired {
	padding: 15px;
}

#text #galnav {
	float: right;
	font-weight: bold;
}

#text #galnav label {
	margin-right: 15px;
}

#text #galnav select {
	width: 200px;
}

#text #galpreviews {
	margin-top: 15px;
}

#text .preview {
	float: left;
	width: 180px;
	height: 140px;
}

#text #galpagenav {
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
}

#text #lionowl,
#text #ytmix {
	margin-bottom: 15px;
}

/* side */

#side {
	display: inline; /* hack to fix ie6 */
	float: right;
	width: 180px;
	margin-right: 29px;
	margin-top: 15px;
	font-size: 0.9em;
}

#side h1, #side p {
	margin-bottom: 15px;
	font-size: 1.0em;
}

#side p {
	text-align: justify;
}

#side .sidetitle {
	margin-bottom: 10px;
}

#side .more {
	text-align: right;
}

/* side highlights */

#highlights {
}

#highlights .hlinfo {
	margin-bottom: 10px;
}

#highlights .hlimage {
	margin-bottom: 10px;
	background: #ffffff;
}

#highlights .hlimage:hover {
	background: #999999;
}

#highlights #hlpages {
	margin-bottom: 15px;
	font-family: "Courier New", Courier, monospace;
}

/* foot */

#cred {
	padding: 40px 0px;
	text-align: center;
}

#foot {
	margin-top: 1px;
	border-top: 1px solid #191919;
	padding: 10px;
	font-size: 0px;
	text-align: right;
}

/* mootools tool tips */

.tool-tip {
	color: #fff;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: black;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: black;
}

/* global */

.noscreen {
	display: none;
}