body {
	text-align:center;
	background: #ffffff;
	margin: 10px 10px 10px 20px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:8.5pt;
	color:#555555;
	}

dl { margin: 0; }

dd, dv { margin: 0;
	padding: 0 0 0 0px;
	 }

a { 
	outline: none; 
	text-decoration: none;	
	color:#555555;
	font-size:8.5pt
	}

a:hover {
	text-decoration: underline;
	}

.seriesname {
	font-weight:light;
	font-size:10pt;
	text-align:left;
	}

.error {
	color: #FF0000;
	}
	

#list {
	margin: 0;
	padding: 0 0 0 15px;
	}
	

#frame {
	width:852px;
	float:left;
	margin-top:10px;
	padding:0px;
	text-align:left;
	}
	

#contentheader {
	background:#fff;
	padding: 0 0 20px 0;
	}
	
#contentheader h1 {
	font-size:10pt;
	font-weight:100;
	padding: 0;
	}

#nav {
	width:200px;
	padding:20px 0 0 0;
	float:left;
	background:#fff;
	}

#thumbs {
	width:120px;
	padding:0px;
	float:left;
	background:#fff;
	}
	
#thumbs img {
	border: none;
	margin-bottom: 10px;
}

#series_images {
	width:530px;
	padding:0px;
	float:left;
	background:#fff;
	text-align: left;
	font-size:8.5pt
	}

#home_images {
	width:650px;
	padding:0px;
	float:left;
	background:#fff;
	text-align: center;
	}

#textbox {
	width:650px;
	padding:0px;
	float:left;
	background:#fff;
	text-align: left;
	}
	
#textbox h3 {
	padding: 0 0 0 10px;
	}

#textbox p.indent {
	margin: 0 0 -12px 0;
	padding: 0 0 0 15px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:8.5pt;
	font-weight: normal;
	color:#555555;
	}

#contact_form {
	padding: 0 0 0 7px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:8.5pt;
	}

#eventcage td {
	font-size:8.5pt
	}
#mycustomscroll {

/* Typical fixed height and fixed width example */

width: 60px;

height: 300px;

overflow: auto;

/* IE overflow fix, position must be relative or absolute*/

position: relative;

background-color: #FFFFFF;

margin: 0;

padding: 5px;

}


#mytextscroll {

/* Typical fixed height and fixed width example */

width: 500px;

height: 215px;

overflow: auto;

/* IE overflow fix, position must be relative or absolute*/

position: relative;

background-color: #FFFFFF;

margin: 0;

padding: 10px;

}





