@charset "utf-8";
/* CSS Document */

body {
	background-color: #CCC;
	margin: 100px 0;
	color: #CCC;
}
img {
	border-style: none;
}
#header, #content, #navigation {
	width: 730px;
	margin: 0 auto;
}
h1, h2 ,h3 ,h4 ,h5 ,h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
	text-align: right;
}
h3.job, h2.job {
	font-weight: normal;
	line-height: 1.4em;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-indent: 40px;
}
a {
	background: #333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	color: #FFF;
}
a:hover {
	color: #333;
	background: #CCC;
}
p.job {
	text-indent: 0;
}
#content {
}
#navigation {
}
.container {
	background-color: #333;
	padding: 10px;
	margin-bottom: 10px;
}
.containerLight {
	background-color: #444;
	padding: 5px;
	margin-bottom: 5px;
}
.galleryImg {
	float: left;
	margin: 5px;
	border: 0;
	padding: 0;
}
.galleryTitle h1 {
	font-size: 26px;
	padding: 0;
	margin: 0;
}
.booklist li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	list-style: square;
}
.author {
	font-size: 75%;
}
/* Navigation */

div#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#navigation li {
	float: left;
}
div#navigation a {
	font: bold 16px Tahoma, Geneva, sans-serif;
	color: #333;
	display: block;
	text-decoration: none;
	padding: 0 15px;
	line-height: 16px;
	background: url(../_images/sprites.png) 0px 0px;
	border: none;
}
#navigation a:hover {
	background-color: #333;
	color: #CCC;
}
#navigation a.current {
	background-color: #333;
	color: #CCC;
	cursor: default;
}

/* Misc. */

p.clear {clear:both; }
dl {
	padding: 10px;
	list-style: none;
}
dl li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
dl dd {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
