body {
	margin: 10px;
	padding: 0px;
}

#main {
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
}

#header {
	position: relative;
	background-color: #efe618;	
	width: 100%;
	height: 100px;
}

#booklink {
	position: absolute; 
	top: 0px; 
	left: 0px;
	font-size: 70%;
}

#logotext {
	margin-left: 500px;
	margin-top: 15px;
}


#logopic_left {
	position: absolute;
	margin-left: 0px;
	margin-top:  40px;
}

#logopic_right {
	position: absolute;
	margin-left: 145px;
	margin-top:  -13px;
}

#content {
	background-color: #FFF;
	width: 100%;
}

#bodytext {
	font-size: 100%;
}

#footer {
	background-color: #000;	
	width: 100%;
	height: 130px;
	font-size: 10px;
}

#share {
	width: 100%;
	background-color: #EEEEEE;
	border: 1px dashed #AAAAAA;
	text-align: left;
	font-size: 10px;
	padding: 4px;
	margin-top: 20px;
	margin-bottom: 4px;
}

.headshot_labels {
	color: #FFF;
}

.tochead {
	font-size: 125%;
	font-weight: bold;
	color: #C00;
}

.toclink {
	color: black;
	text-decoration: none;
	font-size: 110%;
}

#col_right {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
}

#col_middle {
	margin-top: 30px;
	text-align: center;	
}

#title {
	color: #C00;
	padding: 0px;
	font-size: 200%;
	font-variant: small-caps;
	font-weight: bold;

}

#caption {
	color: #900;
	padding: 5px;
	font-size: 110%;
}

#artcaption {
	color: #900;
	padding: 5px;
	font-size: 100%;
	text-align: left;
}

#arttitle {
	color: #C00;
	padding: 0px;
	font-size: 150%;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 1px solid #C00;
}

#artcredit {
	color: #C00;
	font-size: 125%;
	font-style: italic;
}

#groancomment {
	font-size: 100%;
	font-style: italic;
}

#groancredit {
	font-size: 95%;
	font-weight: bold;
}

#linkstitle {
	font-size: 110%;
}

#linkscaption {
	font-size: 100%;
}

#createcaption {
	font-size: 14pt;
	border: 1px dotted #000;
}

#gallerytitle {
	font-size: 150%;
	text-decoration: underline;
}

#gallerycaption {
	font-size: 125%;
	font-style: italic;
}

.gallerythumb {
	padding: 15px;	
}

.brd {
	padding: 0px;
	margin: 0px;
	max-width: 600px;
	min-width: 600px;
}

