* {padding:0; margin:0; font-weight:normal;}
html {
	text-align:center;
	font-family:"Arial", "Helvetica", sans-serif;
}
h1, h2
{
	font-family:"Georgia","Tahoma",serif;
}
h2 > a
{
	color:#333;
}
h1 {
	margin-bottom:8px;
}
h2 {
	margin-bottom:15px;
	font-size:1em;
}
html, body { height:100%; }
#scribd_object
{
	height:85%;
}
/*h2 > p
{
	margin-top:20px;
}*/
#wrapper
{
	width:450px;
	margin:0 auto;
	text-align:justify;
}
#pageheader
{
	width:450px;
	border-bottom:1px dashed #CCC;	
}
.section { clear:left; }
.section p
{
	margin-bottom:10px;
	margin-left:24px;
	font-size:.9em;
	line-height:1.5em;
}
img { border:1px solid #000; }
/** For archive page **/
.document
{
	margin-top:30px;
	margin-bottom:60px;
	border-bottom:1px dotted #000;
}

.thumbnail {
	float:left;
}
.description {
	float:left;
	margin-left:15px;
}
div.thumbnail img { float:left; }/** required for some reason **/
.description p {
	width:300px;
}
.clear {
	clear:both;
}

#linkband {
	margin-top:30px;
	margin-bottom:7px;
	text-align:center;
}
#linkband ul
{
	list-style-type:none;
}
#linkband li
{
	border-right:1px solid #000;
	padding-right:5px;
	padding-left:5px;
	display:inline;
}
#linkband li.last
{
	border:none;
}
.scribd
{
	width:100%;
}
#documentoptions
{
	position:absolute;
	top:0;
	right:0;
	border-left:2px solid #000;
	border-bottom:2px solid #000;
}
.pageheader.scribd
{
	height:20%;
}

.bigthumb
{
	position:absolute;
	margin-top:-30px;
	margin-left:-30px;
	display:none;
}

.superdropdown
{
	list-style-type:none;
}
ul.superdropdown
{
	padding-right:2px;
}
.superdropdown li
{
	float:right;
	width:90px;
	height:30px;
	vertical-align:middle;
	display:table-cell;
}
.superdropdown li ul
{
	display:none;
	position:absolute;
	list-style-type:none;
	margin-top:13px;
}
.superdropdown li ul li
{
	float:none;
	border-left:2px solid #000;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	display:list-item;
	background:#FFF;
	margin-left:-2px;
	z-index:1000;
}
.superdropdown li:hover ul
{
	display:block;
}

a { color:#227; }