*{
margin: 0;
padding: 0;
border: 0;
}

html { 
height:100%;
}

body {
	height:100%;
	background-color: #787669;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

p { 
margin-bottom:15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

table { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#mainTable {
height: 100%; 
width: 770px; 
position: relative; 
border-collapse: collapse; 
margin-left: auto; 
margin-right: auto;
}

#middleCell {
	background-image: url(../_images/bckgrndtile.jpg);
	background-repeat: repeat;
	vertical-align:top;
	width: 750px;
}

#leftCell {
	background-image: url(../_images/shadow_left.gif);
	width: 10px;
}
#rightCell {
	background-image: url(../_images/shadow_right.gif);
	width: 10px;
}

#topbar {
	background-color: #000000;
	height: 5px;
	width: 750px;
}

#masthead {
	background-image: url(../_images/masthead.jpg);
	height: 116px;
	width: 750px;
}

#navArea {
height: 26px;
width: 750px;
display:block;
}

#navArea img {
float:left;
height:26px;
}

#bookArea {
	width: 750px;
	height: 240px;
	position: relative;
}
#bookArea img {
	float: left;
}

.bookBackground {
	position: absolute;
	top:0;
	left:541px;
	z-index: 1;
}

#contentArea {
	width: 750px;
	position: relative;
	background-image: url(../_images/bckgrndtile.jpg);
}

#contentArea h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#contentArea h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#rightColumn {
	float: left;
	width: 200px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #406373;
	z-index: 5;
	position: relative;
	margin-top: 30px;
}

#rightColumn a {
	text-decoration: none;
	color: #d32320; 
}

#rightColumn a:hover {
		color: #57879d;

}

#rightColumn p.borderSep {
	border-bottom-style: dotted; 
	border-bottom-color: #6C5F42; 
	border-bottom-width: thin; 
	padding-bottom: 10px;
}

#leftColumn {
	float: left;
	width: 470px;
	margin-right: 20px;
	margin-left: 30px;
	z-index: 4;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 30px;
}

/* For Bio Sidebar */

#leftColumnBio {
	float: left;
	width: 460px;
	margin-right: 20px;
	margin-left: 30px;
	z-index: 4;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 30px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
}



.smallCap {
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
}

.smallText {
	font-size: 9px;
	text-align: center;
}
.dottedLine {
	border-top: 1px dotted #6C5F42;
width: 275px;
}

#bottomBar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 750px;
	text-align:center;
	margin-top: 25px;
	margin-bottom: 35px;
}

#bottomBar a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #d32320;
}

#bottomBar a:hover {
	color: #57879d;
}

.separator {
	margin-left: 7px;
	margin-right: 7px;
}


/* For Subpages */

#contentAreaSub {
	height: 100%;
	width: 650px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 45px;
	padding-right: 50px;
	padding-left: 50px;
}

#contentAreaSub h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#contentAreaSub h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
