﻿div.content {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	border-left:thin white groove;
	border-right:thin white groove;
	border-bottom:thin white groove;
	background-color:black;
	position:relative;
	z-index: 3;
	width:900px;
	height:inherit;
	text-align:left;
	color:white;
	overflow: visible;
	visibility: inherit;
}

div.banner {
	position:absolute;
	width:656px;
	height:118px;
	left: -12;
    z-index: 2
	top: 0px
	z-index: 2;

}

div.bannerbar {
	position:absolute;
	width:656px;
	height:100px;
	left: 234;
    z-index: 1
	top: 0px

}

div.recent {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	border-left:thin white groove;
	border-right:thin white groove;
	border-bottom:thin white groove;
	border-top:thin white groove;
	background-color:black;
	position:absolute;
	z-index: 2;
	width: 367px;
	height:3in;
	text-align:left;
	color:white;
	overflow: visible;
	visibility: inherit;
	left: 81px;
	top: 598px;
	
}

div.comver {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	border-left:thin white groove;
	border-right:thin white groove;
	border-bottom:thin white groove;
	border-top:thin white groove;
	background-color:black;
	position:absolute;
	z-index: 2;
	width: 606px;
	height:1.323in;
	text-align:left;
	color:white;
	overflow: visible;
	visibility: inherit;
	left: 136px;
	top: 932px;
	
}


div.homepage {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	border-left:thin white groove;
	border-right:thin white groove;
	border-bottom:thin white groove;
	background-color:black;
	position:relative;
	z-index: 2;
	width: 900px;
	height:1100px;
	text-align:left;
	color:white;
	overflow: visible;
	visibility: inherit;
}

div.infopage {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	border-left:thin white groove;
	border-right:thin white groove;
	border-bottom:thin white groove;
	background-color:black;
	position:absolute;
	z-index: 2;
	width: 857px;
	height:inherit;
	text-align:left;
	color:white;
	overflow: visible;
	visibility: inherit;
}

div.twitter {
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	background-color:black;
	position:absolute;
	z-index: 2;
	width: 307px;
	height:3in;
	text-align:left;
	color:white;
	overflow: visible;
	visibility: inherit;
	left: 81px;
	top: 598px;
}

/*   This is for the menu  */

div.mcalogo {
	position:absolute;
	z-index: 1;
	height:136px;
	text-align:right;
	left: 1px;
	top: 10px;
}


div.mcalink{
	color:#000;
	outline:none;
	border:none;
}

div.mcalink:hover{
	outline:none;
	border:none;
}


/*  This is for the search page formatting  */

div.search {
	background-color:black;
	height:100%;
	margin-left: 10px;
}

tr.searchresults {
	font-size:small;
	border-bottom:thin blue solid;
	color:#FFF;
}

/*  Video Page formatting   */

div.description {
	border:thin white solid;
}

/* VideoGallery Formatting */

div.categories {
	position:relative;
	height: inherit;
	left: 96px;
	top: 141px;
	width: 674px;
	overflow: visible;
	visibility: inherit;
}

a.cats {
	text-decoration:none;
	color:black
}

a.cats:hover {
	color:blue;
}
p.catdesc {
	font-size:small;
}

div.searchtag {
	position:absolute;
}
.content .categories table {
	font-family: Arial, Helvetica, sans-serif;
}


a:link {color: #0033FF;}
a:visited {color: #36F;}
a:hover {color: #0033FF;}
