/* CSS Document */

#gallery {
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:920px;
	z-index:2;
	overflow: scroll;
	background-color: #7b7b7b;
}

#gallery h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	color: #FF0000;
}

#gallery p {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
}

#gallery table{
	border: 1px;
	padding: 0px;
}


#gallery td{
	width:250px;
	height: 180px;
	vertical-align: top;
	text-align: center;
	margin: 0px;
}

#video table{
    width:760px;
	border: 2px;
	padding: 0px;
}

#video td{
	width:190px;
	height: 170px;
	vertical-align: top;
	text-align: center;
	margin: 0px;
}
