html, body{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	height: 100%;
	
}

body{
	background: url('../images/bg.jpg');
}

img{
	border: none;
	
}

.float_l{
	float: left;
}

#links_btn{
	float: right;
	margin-right: 50px;
	margin-top: 20px;
}

a:visited#links_btn{
	color: black;
}

#container{
	width: 850px;
	background: #ffffff;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 50px;
	overflow: auto;
	margin-bottom: 25px;
}

#left_col{
	width: 650px;
	float: left;
}

#right_col{
	width: 130px;
	float: left;
	padding-left: 20px;
	margin-top: 15px;
}
	#right_col p{
		padding-top: 0;
		margin-top: 10px;
	}

#header{
	position: relative;
	overflow: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}
	#header a img{
		display: inline;
	}
	
	#header #home_link{
		color: #000000;
		text-decoration: none;
		font-size: 15px;
		line-height: 20px;
		vertical-align: bottom;
	}

#header h1{
	display: inline;
	float: left;
	text-indent: -9999px;
	width: 180px;
	margin-right: 15px;
	height: 20px;
	margin-top: 0;
	background: url('../images/nick_paparone.gif') no-repeat;
}

h2{
	text-transform: lowercase;
	font-size: 13px;
	background: #d1d3d4;
	padding-top: 7px;
	padding-left: 14px;
	padding-bottom: 7px;
	margin-top: 25px;
	margin-bottom: 0;
}

ul#top_nav{
	list-style: none;
	float:right;
	padding: 0;
	margin: 0px 0px 0px 0px;
	display: inline;
}
	ul#top_nav li{
		float: left;
		text-align: right;
		border-right: 1px solid #000000;
		padding-right: 8px;
		padding-left: 8px;
		padding-top: 0px;
		height: 20px;
		padding-bottom: 0px;
	}
	
	ul#top_nav li.last{
		border-right: none;
	}
	
	ul#top_nav li a{
		text-indent: -9999px;
		text-align: left;
		display: block;
		height: 20px;
		background-position: 0px 0px;
	}
	
	ul#top_nav li a:hover, a.active{
		background-position: 0px -20px !important;
	}
	
	ul#top_nav li a#nav_bio{
		width: 19px;
		background-image: url('../images/nav_bio.gif');
	}
	
	ul#top_nav li a#nav_contact{
		width: 47px;
		background-image: url('../images/nav_contact.gif');
	}
	
	ul#top_nav li a#nav_news{
		width: 31px;
		background-image: url('../images/nav_news.gif');
	}	
#slideshow{
	overflow: hidden;
	width: 650px;
	height: 650px;
	background: #ffffff;
}	

#slideshow_inner{
	width: 1000000px;
	height: 650px;
}

#slide{
	width: 650px;
	height: 500px;
	text-align: center;
	clear: both;
}

#slide_nav a{
	color: #000000;
	text-decoration: none;
	padding: 2px;
}

#slide_nav a:hover {
	background: #000000;
	color: #ffffff;
}

.side_header {
	padding-bottom: 3px;
	margin-bottom: 2px;
	padding-top: 0;
}

.side_header strong{
	border-bottom: 1px solid #000000;
	margin-bottom: 2px;
	padding-bottom: 3px;
	display: block;
	width: 100%;
}

a.year_link{
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
	clear: both !important;
	color: #000000;
	text-decoration: none;
	font-size: 14px !important;
	line-height: normal !important;
}

a.year_link:hover, a.selected {
	background: #000000;
	color: #ffffff;
}

.loading{
	background: url('../images/ajax-loader.gif') center center no-repeat;
}
	#slide .info{
		font-size: 12px;
		float: left;
		display: block;
		text-align: left;
		padding-top: 8px;
		padding-bottom: 5px;
		clear: both;
		width: 580px;
	}

#slide img, #slide div, #slide object{
	margin-left: auto;
	margin-right: auto;
}

.thumb_wrapper{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	display: inline-block;
	background: #000000;
}

.endrow{
	margin-right: 0px;
	clear: right;
}

.thumb_wrapper img{
	/*position: relative;
	left: -30px;*/
}

#videos, #images{
	overflow: auto;
	background: #ffffff;
	clear: both;
}

.news{
	border-bottom: 1px dashed #000000;
	margin-top: 15px;
}

span.select {
   position: absolute;
   width: 88px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
   height: 21px;
   padding: 0 24px 0 8px;
   color: #000;
   font: 12px/21px arial,sans-serif;
   background: url('../images/select.gif') no-repeat right #d1d3d4;
   overflow: hidden;
 }

#contact textarea{
	width: 400px;
	height: 200px;
}

#contact input, #contact textarea{
	border: 1px solid #000000;
	background: #cccccc;
}

#contact label {
	display: block;
}

.error{
	color: #990000;
	font-size: 11px;
}
	
