body {
	background: url("/images/logo-trans.gif") center fixed no-repeat;
}
a:hover {
	text-decoration: underline;
}
a, #sidebar a:hover, #gallery a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
#header a, #header a:visited {
	color: blue;
}
#sidebar a, #sidebar a:visited {
	color: black;
}
#content a, #content a:visited {
	color: blue;
}
#footer a, #footer a:visited {
	color: gray;
}
#sidebar li a:hover {
	font-weight: bold;
}
#links ul, #sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header {
	margin-bottom: 1em;
}
#links {
	float: right;
	font: .8em sans-serif;
}
#links li {
	float: left;
	margin: 0px .75em;
}
#main {
	width: 100%;
}
#sidebar {
	float: left;
	width: 13em;
	max-width: 13em;
/*
	border-right: 1px solid black;
*/
}
#sidebar + ul {
	margin-bottom: 10px;
}
#sidebar li {
	margin-left: .75em;
	font: .9em sans-serif;
}
#sidebar ul li ul {
	margin-left: 0em;
}
#sidebar p:first-child {
	margin-top: 0px;
}
#sidebar input[type=text] {
	margin-left: 1em;
	width: 8em;
}
#content {
/*
	float: left;
*/
	padding: 10px;
	padding-top: 0px;
	margin-left: 13.0001em;
/*
	border: 2px solid red;
	border-left: 1px solid black;
*/
	background: url('/images/black.gif') repeat-y;
}
#gallery {
/*
	clear: right;
	float: left;
	border-left: 1px solid black;
*/
	padding-left: 10px;
	margin-left: -11px;
}
#gallery > div {
	float: left;
	text-align: center;
	font: 1em sans-serif;
	margin-right: 25px;
	margin-bottom: 25px;
	width: 430px;
}
#gallery div.category {
	width: 350px;
	border: 1px solid lightGrey;
}
#gallery div.thumbnail {
	width: 300px;
	height: 244px;
	border: 1px solid lightGrey;
}
#gallery div.thumbnail div {
	height: 2.5em;
}
#gallery div.clear {
	float: none;
}
.clear {
	float: none;
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
#content .title {
	font-weight: bold;
	font: 1.25em sans-serif;
}
#right {
	float: right;
	max-width: 38%;
	margin-left: 10px;
	margin-bottom: 1em;
	font: 0.9em sans-serif;
}
#right table {
	border-collapse: collapse;
	border: 2px solid lightGrey;
	margin-bottom: 1px;
}
#right table td {
	padding: 5px;
	border: 1px solid lightGrey;
}
#right table tr td:first-child {
	padding-top: 5px;
/*
	vertical-align: center;
*/
}
#footer {
	color: gray;
	clear: both;
	padding-top: 10px;
	text-align: center;
	font: .8em sans-serif;
}
div.question {
	font: 1em sans-serif;
}
div.question a, div.question a.visited {
	color: blue;
}
div.answer {
	padding-bottom: 1.5em;
}
div.warn:before {
	content: 'Warning: ';
	color: red;
	font-weight: bold;
}
div.warn {
	margin: 2em;
/*
	border: 1px solid blue;
	background: lightBlue;
*/
}
p#option-img {
	margin-top: 0px;
}
