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

body {
	margin:0;
	font-family:"Courier New", Courier, monospace;
	color:#CCCCCC;
	height:100%;
	background:url(../images/plaid_fade_bkg2.gif) repeat-x;
	background-color:#000000;
	}

ul, li, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

#page {
	margin:0 auto;
	padding: 0;
	width:1000px;
	}

#header {
	margin: 0 0 0 0px;
	padding: 0;
	height: 150px;
	width: 100%;
	}

		#headerimg {
			background:url(../images/k_ryanhkatz.png) no-repeat top left;
			height: 150px;
			width: 115px;
		}
		
		#headerimg a {display:block;
					  width:100%;
					  height:100%;
					  }

/*Rollovers*/


#screen{
	width:100%;
	height:100%;
	background-color:#666666;
	overflow: hidden;
	background:url(../images/horizontal_bkg.gif) repeat-x;}
	
#body-container {height:330px;
				 width:100%;
				 float:left;
				 display:inline;
}

/*Images Container*/

#sections-container {overflow:hidden;
					 }
#sections{
	width:100%;
	height:360px;
	float:left;
	display:inline;
	overflow:hidden;
}

	#sections ul{
		width:40000px;
	}
	
		#sections li{
			float:left;
			display:inline;
			margin-left:900px;
			padding-left:0px;
			height:360px;
			text-align:right;
		}
		
		#sections a, #sections a:visited {color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
		padding:0px 5px;
		}
		
		#sections a:hover {color:#000000;
					background-color:#ffffff;
					padding:0px 5px;}
		
/*Main Nav*/		
#mainNav{
		width:95px;
		margin:10px 0px 0px 20px;
		float:left;
		text-align:left;
		font-size:13pt;
		height:330px;
	}
		
		#mainNav ul{
		margin-top:5px;
			margin-left:0px !important;
			padding-bottom:150px;
			}
			
			#mainNav li{
				float:left;
				margin:0px;
				height:20px;
				width:115px;
			}
				#mainNav a{
					color:#ffffff;
					text-decoration:none;
					margin-top:10px;
					padding:0px 5px;
				}
				
				#mainNav a:hover{
					color:#000000;
					background-color:#ffffff;
					padding:0px 5px;
				}
				
				#mainNav .subhead {font-size:9pt;
				color:#fff;
				}
				
				
/*Images Nav*/		
#navigation{
		width:115px;
		margin-left:0px;
		float:left;
		text-align:left;
		font-size:9pt;
		color:#FFFFFF;
		padding:10px 0px 0px 15px;
		height:330px;
		background-color:#000000;
		opacity:0.5;
	}
		
		#navigation ul{
		margin-top:0px;
			margin-left:0px !important;
			}
			
			#navigation li{
				float:left;
				margin:0px;
				height:15px;
				width:105px;
			}
				#navigation a{
					color:#ffffff;
					text-decoration:none;
					font-size:7pt;
				}
				
				#navigation a:hover{
					color:#000000;
					background-color:#ffffff;
				}
				
				#navigation .subhead {font-size:9pt;
				color:#ec008c;
				font-weight:bold;
				}
				
.image-caption {margin:0px 10px 0px 0px;
				font-size:8pt;
				}
				
				
/*Copy Container*/
#copy_container {
	width:790px;
	float:left;
	display:inline;
	font-size:9pt;
	padding-bottom:25px;
	}
	
#contact_info {float:left;
width:115px;
padding: 10px 0px 25px 0px;
text-align:center;
font-size:8pt;
}

		#contact_info a {text-decoration:none;
			color:#ffffff;
			font-size:8pt;
			}
			
		#contact_info a:hover {
			color:#000000;
			background-color:#ffffff;
			}
	
.copy_entry {
border-bottom:1px solid #ffffff;
margin: 10px 0px 40px 0px;}

		
		.copy_entry p {padding: 0px 125px 0px 0px;
		}

		
		.copy_entry .title {font-size:12pt;
		font-weight:bold;
		color:#ffffff;
		}
		
		.copy_entry .titleBig {font-size:21pt;
		font-weight:bold;
		color:#ffffff;
		}
		
		.copy_entry a {text-decoration:none;
			font-weight:bold;
			color:#ffffff;
			}
			
		.copy_entry a:hover {
			color:#ec008c;
			}
			

#entry_no_line {padding: 0px 50px 50px 50px;
width:590px;
margin: 50px 0px 0px 50px;}

		#entry_no_line a {text-decoration:none;
			font-weight:bold;
			color:#ffffff;
			}
			
		#entry_no_line a:hover {
			color:#ec008c;
			}

#footer {margin:50px 0px 0px 0px;
}
			
.copyright {padding: 0px 0px 0px 25px;
font-size:7pt;
}



.date {font-size:8pt;
		font-weight:bold;
		color:#000000;
		background-color:#FFFFFF;
		padding:0px 5px;
		}


			
/*Scrollbar*/

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 600px;
height: 330px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding:0px 15px 0px 0px;
font-size:10pt;
margin-top:0px;
}

#mycustomscroll a {text-decoration:none;
			font-weight:bold;
			color:#ffffff;
			}
			
		#mycustomscroll a:hover {
			color:#ec008c;
			}


/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 5px;
background-color: white;
}
.vscrollerbar {
width: 5px;
background-color: black;
cursor:move;
}
.hscrollerbase {
height: 5px;
background-color: white;
}
.hscrollerbar {
height: 5px;
background-color: black;
}

.scrollerjogbox {
width: 5px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}