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

body {
	background-image:url('/04/images/bg.jpg');
	background-repeat:repeat-x;
	font-size: 62.5%;
	margin-top:40px;
}

/* content divs */

#contentwall {
	width:930px;
	background-color:#FFFFFF;
	padding:10px;
	text-align:center;
	margin:0 auto;
}

#contentclear {
	width:930px;
	background-color:#FFFFFF;
}

#contentleft {
	width:190px;
	margin:0px;
	padding:0px;
	float:left;
	text-align:left;
}

#contentright {
	width:730px;
	margin-left:10px;
	padding:0px;
	float:left;
	text-align:left;
}

#content {
	width:730px;
	margin:0;
	padding:0;
}

#legal {
	width:930px;
	padding:0px;
	font-family:Trebuchet MS;
	color:#efefef;
	font-size:1em;
	margin-top:10px;
}

/* typography */

.description {
	font-family:georgia;
	font-size:1.2em;
	color:#333333;
	line-height:1.5em;
	width:445px;
}

.footer {
	font-family:Trebuchet MS;
	color:#CCCCCC;
	font-size:1em;
	padding:5px;
	border-top:1px dashed #CCCCCC;
}

.subject {
	font-family: Trebuchet MS;
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
}

.extrainfo {
	display:inline;
	font-family:Trebuchet MS;
	color:#666666;
	font-size:1em;
	padding:0px;
	margin:0px;
}

#navhead {
	font-family: Trebuchet MS;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px;
	padding-bottom:2px;
}
.navbooks {
	color:#D9EBEB;
}

.navphoto {
	color:#EBCDC7;
}

.navmixed {
	color:#DFF4D5;
}

.navetc {
	color:#efefef;
}

#navlinks {
	font-family:georgia;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;
	padding-left:10px;
}

.books {
	background-color:#D9EBEB;
}

.photo {
	background-color:#EBCDC7;
}

.mixed {
	background-color:#DFF4D5;
}

.etc {
	background-color:#efefef;
}

/*links */

#navlinks a {
	text-decoration:none;
	color:#000000;
}

#navlinks a:hover {
	text-decoration:none;
	color:#000000;
	background-color:#FFFFFF;
}

/* lists */

ul {
	list-style-type:none;
	padding:0px;
	margin:0px 0px 0px 10px;
}

ul.gallerynav li {
	display:inline;
	font-family:Trebuchet MS;
	color:#666666;
	font-size:1em;
	text-transform:uppercase;
	padding:0px 5px 0px 5px;
}

/* links */

a {
	text-decoration:none;
	color:#0099FF;
}

a:hover {
	text-decoration:none;
	color:#000000;
}

li a {
	text-decoration:none;
	color:#000000;
}

li a:hover {
	text-decoration:none;
	color:#333333;
}