/* CSS Document */


body	{
	background-color: #99cc99;
	background-image: url('/images/jade.jpg');
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
	color: #333333;
}

iframe {
	display: none !important;
}

a, a:link, a:visited {
	color: #46205b;
	/* padding: 3px; */
	/* border: 1px hidden; */
	text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover {
color: #333399;
text-decoration: underline;
/* background-color: #b7a4b4; */
/* border: 1px solid #46205b; */
}

div#content_wrapper {
	width: 1008px;
    margin-bottom: 0px;
	margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	position: relative;
	z-index: 1;
}
div#top {
position: relative;
/* overflow: auto; */
padding-top: 5px;
height: 108px;
margin-right: 11px;
margin-left: 11px;
}
div#back_top_edge	{
	background-image: url(/images/back-top.png);
	width: 1005px;
	height: 23px;
}
div#back_page	{
	background-image: url(/images/back-page.png);
	width: 1005px;
}
div#back_bottom_edge	{
	background-image: url(/images/back-bottom.png);
	width: 1005px;
	height: 29px;
}

#top_banner_image	{
	position: absolute;
	right: 0;
	top: 7px;
	/* width: 481px; */
	/* height: 101px; */
}
#bio_image {
float: left;
margin: 11px;
}

div.photocorners {
	position: relative;
}

.photo_corner_tl, .photo_corner_tr, .photo_corner_bl, .photo_corner_br {
	background-image: url(/images/photo-corners.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	position: absolute;
}
.photo_corner_tl {
	top: 0;
	left: 0;
	background-position: top left;
}
.photo_corner_tr {
	top: 0;
	right: 0;
	background-position: top right;
}
.photo_corner_bl {
	bottom: 0;
	left: 0;
	background-position: bottom left;
}
.photo_corner_br {
	bottom: 0;
	right: 0;
	background-position: bottom right;
}

.photocorners img	{
	border: 3px solid white;
	margin: 1px;
}

div#bottom_gradient {
	position: absolute;
	z-index: 0;
	left: 0; right: 0;
	height: 700px;
	top: 0px; background: url(/images/fade.png) top center repeat-x;
	width: 100%;
}


div#page	{
	margin-left: 23px;
	margin-right: 23px;
	background-color: #efedc5;
}

div#page_content	{
	background-color: #fefdea;
	border: 1px solid #cccccc;
	margin: 7px 11px 11px 11px;
	/* min-height: 420px; */
	overflow: auto;
	height: 100%;
	padding-bottom: 11px;
}
div#page_margin	{
	margin: 7px;
}

#footer	{
	text-align: center;
}

div#nav_book_bind	{
	background-image: url('/images/nav-bookbind.png');
	height: 22px;
	background-repeat: no-repeat;
	text-align: center;
	margin: 7px 14px 0px 14px;
	color: #ffffcc;
	position: relative;
	padding-top: 2px;
	font-variant: small-caps;
}

#nav_book_bind a, #nav_book_bind a:hover, #nav_book_bind a:visited {
	color: #ffffcc;
	text-decoration: underline;
}

#page_links	{
	width: 300px;
	font-style: italic;
	position: absolute;
	font-size: 12px;
}
#page_links ul {
	margin: 11px;
	list-style: none;
	padding: 0px;
}
#page_links ul li {
	margin-bottom: 11px;
}

.text_box p {
    margin: 12px 13px;
}