

html, body{ 
 margin:0; 
 padding:0; 

 background-color:#FFFFFF; 
 
 font-family:Arial, Helvetica, sans-serif;

 font-size:1.0em;
} 

.clearB{
	width:100%;
	height:0.1em;
	clear:both;
    }


#page{
position:relative;
width:100%;

background-color:#FFFFFF;
color:#000000;
margin-top:20px;
margin-left:20px;
/*margin-right:auto;*/
/*
border-style:ridge;
border-width:thin;
border-color:#999999;
*/
}

#header{
position:relative;
float:left;
width:100%;
max-width:780px;
background-color:#FFFFFF;
height:50px;
text-align:left;
padding-left:20px;
}
#main{
position:relative;
float:left;
width:98%;

height:100%;
padding-left:1%;
/*
border:thin;
border-color:red;
border-style:solid;
*/
}

#left_nav{
position:relative;
float:left;
width:150px;

font-size: 1.5em;
	text-align:left;
	padding-left:10px;
}

#left_nav a {
text-decoration:none;
color:#000000;

}

h1 {
	/*font-family: "MS Serif", "New York", serif;*/
	/*font-weight: lighter;*/
	font-size: 1.8em;
	
}

#thumbnails{
position:relative;
float:left;
width:118px;
height:460px;
overflow:auto;
/*
border:thin;
border-color:blue;
border-style:solid;
*/
}
.thumb_cell{
position:relative;
float:left;
width:100px;
margin-bottom:3px;
}
#big_pics{
position:relative;
float:left;

padding-left:20px;
/*
border-style:solid;
border-color:orange;
*/
}
#bio{
position:relative;
float:left;
height:90%;
max-height:800px;
padding-left:20px;
overflow:auto;
/*
border-style:solid;
border-color:orange;
*/
}

#news_sign_up{
position:relative;
float:left;
width:400px;
margin-left:20px;
margin-top:20px;
font-size:1.0em;
}

.small_form{
position:relative;
float:left;
width:200px;

}
.form_label{
position:relative;
float:left;
width:50px;
}
.form_input{
position:relative;
float:left;
width:148px;
}
.submit{
position:relative;
float:left;
width:100%;
text-align:right;
}


.newSlider{
    padding:0px;
    margin:0px;
    list-style-type:none;
    position:relative;
}
#slideHolder{
    overflow:hidden;
}
.newSlider li a{
    border:0px;
    text-decoration:none;
}
.newSlider li a img{
    border:0px;
    text-decoration:none;
}

.newSlider li{
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

