*{
	margin:0px;
	paddng:0px;
}

@font-face {
    font-family: 'OSPDIN';
    src: url('../fonts/osp-din-webfont.eot');
    src: url('../fonts/osp-din-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/osp-din-webfont.woff') format('woff'),
         url('../fonts/osp-din-webfont.ttf') format('truetype'),
         url('../fonts/osp-din-webfont.svg#OSPDIN') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-size: 85%;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #999;
}



/* ===== container ===== 
	Outer container for the whole page
*/

div#container {
	border: 0;
	position: relative;
	z-index: 1;
	top: 0;
	width: 900px;
	margin: 10px auto 10px auto;
	padding: 10px;
	
	background-color: #fff;
}

/* ===== outer content ===== 
	Container for two columns
*/
div#outerContent{
	position: relative;
}



/* ===== content ===== */

div#content {
	float: right;
	width: 737px;
	padding: 20px 20px 0px 20px;
	/*background-color: #eee;*/
}
#content p {
	margin: 0 0 1.8ex 0;
}
#content h1 {
font-size: 1.3em;
	margin-bottom: 1em;
	/*margin-top: 0.5em;*/
	font-style: italic;
	color: #7E3D37;
}
#content h2 {
font-size: 1.3em;
	/*margin-bottom: -0.8em;
	margin-top: 0.5em;*/
	font-style: italic;
	color: #7E3D37;
}
#content h3 {
font-size: 1.2em;
	margin-bottom: .3em;
	/*margin-top: 0.5em;*/
	font-style: italic;
	color: #7E3D37;
}
#content h4 {
font-size: 1.3em;
	/*margin-bottom: -0.8em;
	margin-top: 0.5em;*/
	font-style: italic;
	color: #7E3D37;
}
#content .attrib {
	text-align: left;
	font-style: italic;
	margin: -1.5ex 3em 3ex 3em;
	color: #666;
	/*margin-top: -2ex;*/
}
.photoLeft {
	margin-right: 15px;
}

.newSection {
	clear: both;
	margin: 20px 50px 30px 0;
}

/* ===== collectionMenu ===== */

div#collectionMenu {
	/*background-color: #99F;*/
	
}

/* ===== header ===== */

div#pageheader {
	/*width: 900px;*/
	margin-bottom: 20px;
	background-color: #FFF;
	border-bottom: 1px #999 solid;
}
#pageheader h1 {
	color: #000;
	font-style: normal;
	text-align: center;
	font-weight: normal;
	font-size:200%;
	padding: 0ex 0 0px 0;
}

/* ===== footer ===== */

div#footer {
	clear: both;
	background-color: #CCC;
}

#footer p {
	text-align: center;
}


a:link {
	font-weight: bolder;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	font-weight: bolder;
	color: #0066CC;
	text-decoration: underline;
}
a:active {
	font-weight: bolder;
	color: #CA2217;
	text-decoration: none;
}
a:visited {
	font-weight: bolder;
	color: #318BE1;
	text-decoration: none;
}

/* ===== nav ===== */

div#nav {
	position:relative;
	float:left;	
	width: 100px;
	text-align: center;
	padding: 0 10px;
	/*background-color: #6F9; 6F9*/
	background-image:url(../../images/brown%20paper.jpg);
	background-repeat: repeat-y;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 0 0;
}

#nav li {
	margin: 0;
	padding: 0;	
}
#nav li a:link, #nav li a:visited {
	font-family: "OSPDIN", sans-serif;
	font-size:110%;
	font-weight:300;
	display: block;
	color: #000;
	text-decoration: none;
	margin: -.5ex 0 1.3ex 0;
	padding: 0 0 0 0;
}

#nav li a:hover, #nav li a:active {
	color: #fff;
}

#nav li a.current {
	/* menu style when at current page 
	margin-top: -5px;
	height: 30px;
	background: url(../images/currentimage.jpg) no-repeat;
	color: #fff;
	line-height: 25px;*/
}

.booktitle {
	font-variant: small-caps;
}

/* ===== miscellaneous styles ===== */
.clear {clear:both}
.red {color: #F00}
