@charset "UTF-8";
/* CSS Document */


body {margin:auto;
	width:960px;
	background-color: white;
	color:#533f3f;
	margin-left: 50px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:18px;
	
	/*background-image: url(images/background_frameCopy.jpg); */
	}

#header {
	margin:auto;
	color: #666;
	float: left;
	text-align: center;
	margin-left: 300px;
	font-size: 14px;
	}
	
#middle {
	margin-top:5px;
}

/*listamatic code horizontal nav starts*/

#navcontainer1
{
	margin: -55px 20px 61px auto;
	padding-top: 20px;
	list-style-type: none;
	text-align: center;
	font-family:"Century Gothic", "Helvetica Neue", Arial, san-serif;
	font-size: 14px;
	height: 10px;
	display:block;
	margin-right:-200px;
/*	margin-left: 350px;*/
}

#navcontainer1 li { display: inline;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}

#navcontainer1 li a
{
text-decoration: none;

color: #999;
background: url(http://www.intwist.com/myPosts/lists/bk.jpg) top left no-repeat;
width: 146px;
height: 82px;
}

#navcontainer1 li a:hover
{
	color: #153164;
	background-position: 0 -82px;
	width: 146px;
	height: 82px;
}
/*listamatic code horizontal nav ends*/

#leftNav {
	float:left;
	/*border: 1px solid magenta;*/
}

/*start vertical nav*/
a:link {
	color:#999; 
	text-decoration: none;
}     
a:visited {
	color: #999; 
	text-decoration: none;
}  
a:hover {
	color: #153164; 
	text-decoration: underline;
}  
a:active {
	text-decoration: none;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 5px;
font-size:16px;
}
/*end vertical nav*/

#content {
	float: right;
	/*background-image:url('images/background_frame211.jpg');*/
	width:770px;
	/*height:554px;*/
	/*border: 1px solid magenta;*/
	}
	
			/*#navcontainer /*number nav*/{
				position:absolute;
				bottom:-362px;
				left:117px;
				width: 589px;
				height: 20px;
			}*/*/
	
			/*iframe {
				width:770px;
				height:473px;
				position:absolute;
				top:-153px;
				left:-6px;
			}*/

.clear {clear:both;}

#footer {
	margin:auto;
	width:960px;
/*	clear:both; */
	font-size: 80%; 
	text-align:center;
	color:#000;
	margin-top:950px;
	float:center;
}



/*START OTHER PAGES CSS*/

div#image {
	float:left;
	font-size: 100%;
	margin-left: 30px;
	text-align: center;
	width: 700px;
	font-family:"Century Gothic", "Helvetica Neue", Arial, san-serif;
	
}

div#image table{
	text-align: left;
	font-family: 'Optima-Regular','Optima','Trebuchet',sans-serif;
	font-size: 90%;
}

div#image table td{
	padding: 0 20px 0 20px;
	font-family: "Century Gothic", "Helvetica Neue", Arial, san-serif;
	font-size: 14px;
	color: #333;
}

div#image img#picture{
	height: 467px;
	border: 1px solid #555;
	margin-bottom: 5px;
}

div#image img.biopic{
/*	//height: 108px;*/
	border: 1px solid #555;
	margin-bottom: 5px;
	float:left;
}

div#image img.aboutpic{
	border: 1px solid #555;
	margin-bottom: 5px;
	float:left;
}
/*END OTHER PAGES CSS*/

/*PIKACHOOSE styles start*/

/* Last updated June 1, 2010. Visit http://www.pikachoose.com for FAQs and general information */

/* to get positioning out of the way */
.pikachoose ul li, .pikachoose ul li div img, .pika_main, .pika_subdiv, .pika_play a {position: relative;}
.pika_caption, .pika_play, .pika_prev_hover, .pika_next_hover {position: absolute;}

/* Begin basic Pikachoose Styles */

.pika_subdiv {
	text-align:center;
}
.pikachoose {
	width: 784px; /* width of your image including borders, padding and margin on .pikachoose ul li */
	height:500px;
	position:relative;
	} 
	
/* This is the ul you have all your images in */
.pikachoose ul {
	padding: 10px 4px 0 4px;
	width: 666px; /*will fill into the width of .pikachoose, unless you want it to be something else */
	margin: 0 auto;
	overflow: hidden;
	position:relative;
	}

/*styles the thumbnails */
.pikachoose ul li {
	float: left;
	margin: 0 6px 4px 0;
	overflow: hidden;
	cursor:pointer;
	/* following is optional */
	padding: 2px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	}

/* this is the surroundner for all your elements. This is also the border around the main img and room for caption */
.pika_main {
	width: 770px; /*width of your image including borders & padding */
	height: 515px; /* height of images including borders & padding*/
	display: block;
	margin:0 auto;
	overflow:hidden;
}

.pika_animationDivs {
	/* must match top/left padding for .pika_subdiv. If no padding - set to 0px. Positions images according to padding. */
	top: 0px; 
	left: 0px;
	} 

.pika_subdiv img, .pika_subdiv a img {border: none;}

/* Caption styles */
.pika_caption {
	color: #f2f2f2;
	padding: 5px;
	height: 15px;
	width: 490px; /* width of your image minus padding */
	bottom: 3px; /*adjust according to padding and borders */
	left: 3px;
	background:url('80-black.png') top left; /*semi-transparent background */
	}

.pika_caption a {color: #f2f2f2;}

/* Image navigation */
.pika_play {
	z-index:1;
	left: 50%;
	top: 50%;
	width: 46px;
	height: 46px;
	margin: -21px 0 0 -21px; /* to officially center button */
	}

.pika_play a {
	margin-left: auto;
	cursor: pointer;
	display: block;
	width:100%;
	height:100%;
	background:url('play.png') top center no-repeat;
	}

.pika_play a.pika_stop_button {background:url('pause.png') top center no-repeat;}

/* if you want to 'hide' these just make their height and width 1px */
.pika_prev_hover{
	top: 3px;
	left: 2px;
	height:100%;
	width:100px;
	background:url('prev.png') 50% left no-repeat;
	cursor: pointer;
	}

.pika_next_hover {
	top: 3px;
	right: 2px;
	height: 100%;
	width:100px;
	background:url('next.png') 50% right no-repeat;
	cursor: pointer;
	}

/* Text Navigation prev next */

.pika_navigation {
	padding-top:0px;
	clear:both;
	text-align: center;
	cursor: pointer;
	margin:0 auto;
	width:300px;
	}
	
.pika_navigation a {
	font-size: 12px; 
	text-decoration: none;
	}

.pika_navigation a:hover {text-decoration: underline;}





/*PIKACHOOSE styles end*/
</style>
#middle #image .bio tr td p {
	font-size: 90%;
}
#construction {
	text-align: center;
}
#top {
	text-align: center;
	margin-left: 300px;
}
#header h3 {
	font-size: 14px;
}
#header a {
	font-size: 14px;
}
#header p em {
	margin-left: 200px;
}
