/*----------------------------------------
      BEGIN RESET
-----------------------------------------*/

/*   GENERAL SETTINGS   */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*----------------------------------------
      END RESET
-----------------------------------------*/

/*   BODY SETTINGS   */

body{
  	background-color: #0320A0;
	text-align: center;
}


/*

a {
	text-decoration: none;
}

a:hover, a:visited {
	color: yellow;
}

a:active, a:focus{
	outline: 0;
	outline-style: none;
}

*/

/*----------------------------------------
      VIDEO PAGE SETTINGS
-----------------------------------------*/

/*
#wrapper {
	height: 1000px;
	margin: 0 auto;
	width: 640px;
}
*/

#wrapper {
	height: 550px;
	margin: 0 auto;
	width: 550px;
}

	#header {
	  	background-image: url('../images/banners/banner05_blue.jpg');
	  	background-position: center;
	  	background-repeat: no-repeat;
	  	clear: both;
	  	display: block;
	  	float: left;
	  	height: 80px;
	  	width: 640px;
		margin: 0 auto;
		text-align: center;
	}

/* "Video" */
	
		#titlebar {
			position: relative;
			color: yellow;
			font-size: 32px;
			font-family: Verdana,Geneva,Kalimati,sans-serif;
			font-weight: bold;
			text-indent: 520px;
			clear: both;
			display: block;
			float: left;
			line-height: 34px;
			height: 40px;
			width: 640px;
		}
		
			.lilcap {
				font-size: 24px;
			}
		
/* "Menu" */

	.nav {
		text-align: center;
	}
	
	#menu1 {
	  	clear: both;
	  	float: left;
	  	position: relative;
	  	margin: 0 auto;
	  	padding: 20px 0 0 0;
	  	height: 40px;
	  	width: 640px;
		list-style-type: none;
		white-space: nowrap;
		color: yellow;
		font-family: Verdana,Geneva,Kalimati,sans-serif;
		font-size: 24px;
		font-weight: bold;
	}
	
		#menu1 ul {
			margin: 0px;
			padding: 0px;
			display: block;
		}
		
			#menu1 ul li {
				display: inline;
				padding: 0px 14px;
			}
			
				#menu1 ul li a {
					text-decoration:none;
				}
	
				#menu1 ul li a:visited {
					text-decoration:none;
					background: red;
					color: yellow;
				}

				#menu1 ul li a:hover {
					text-decoration:none;
					background: yellow;
					color: #0320A0;
				}

				#menu1 ul li a:active {
					text-decoration:none;
					background: red;
					color: yellow;
				}

/* "Div Container" */

	#videopages {
		float: left;
		display: block;
		position: relative;
		height: 1000px;
	  	padding: 20px 0 0 0;
		margin: 0 auto;
		text-align: center;
		width: 640px;
	}	

/* "Year Font" */

		.year {
			clear: both;
			margin: 10px 0;
			color: #0320A0;
			background: yellow;
			width: 640px;
			font-size: 24px;
			font-family: Verdana,Geneva,Kalimati,sans-serif;
			font-weight: bold;
			text-align: center;
		}

/* "Thumbnail Divs" */

		#vid2004 {
		  	clear: both;
		  	display: block;
		  	float: left;
		  	height: 1000px;
		  	width: 640px;
			margin: 0 auto;
			text-align: center;
		}
	
		#vid2005 {
		  	clear: both;
		  	display: block;
		  	float: left;
		  	height: 1000px;
		  	width: 640px;
			margin: 0 auto;
			text-align: center;
		}
	
		#vid2006 {
		  	clear: both;
		  	display: block;
		  	float: left;
		  	height: 1000px;
		  	width: 640px;
			margin: 0 auto;
			text-align: center;
		}
		
		#vid2007 {
		  	clear: both;
		  	display: block;
		  	float: left;
		  	height: 1000px;
		  	width: 640px;
			margin: 0 auto;
			text-align: center;
		}
		
		#vid2008 {
		  	clear: both;
		  	display: block;
		  	float: left;
		  	height: 1000px;
		  	width: 640px;
			margin: 0 auto;
			text-align: center;
		}
		
		#vid2009 {
		  	clear: both;
		  	display: block;
		  	float: left;
		  	height: 1000px;
		  	width: 640px;
			margin: 0 auto;
			text-align: center;
		}
	
/* "Thumbnail Classes" */

	/* THUMBNAIL PIX: 120w x 90h */
		
			.thumbnail1 {
				clear: both;
				display: block;
				float: left;
				width: 128px;
				height: 150px;
				text-align: center;
			}
			
			.thumbnail2 {
				display: block;
				float: left;
				width: 128px;
				height: 150px;
				text-align: center;
			}
			
				.mediatype {
					clear: both;
				  	display: block;
				  	float: left;
				  	position: relative;
				  	width: 128px;
				  	text-align: center;
					color: yellow;
					height: 14px;
					font-size: 10px;
					font-family: Verdana,Geneva,Kalimati,sans-serif;
					font-weight: bold;
				}
				
				.text_title {
					clear: both;
				  	display: block;
				  	float: left;
				  	position: relative;
				  	width: 128px;
				  	text-align: center;
					color: yellow;
					height: 14px;
					font-size: 10px;
					font-family: Verdana,Geneva,Kalimati,sans-serif;
					font-weight: bold;
				}
				
				
				.text_detail {
					clear: both;
				  	display: block;
				  	float: left;
				  	position: relative;
				  	width: 128px;
				  	text-align: center;
					height: 12px;
					color: yellow;
					font-size: 10px;
					font-family: Verdana,Geneva,Kalimati,sans-serif;
					font-style: italic;
				}
				
			.nextrow {
				clear: both;
				display: block;
				float: left;
				position: relative;
				margin: 4px 0 0 0;
				width: 100%;
				height: 15px;
			}
