body
{
	background: #000000;
}

#mBody
{
	margin: 0 auto;
	width: 950px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#CCCCCC;
}

#mHeader
{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 90px;
	background:url(Images/teamnjctheader.jpg);
	color: #006666;
}

#cLeft
{
	width: 180px;
	float: left;
	margin-left: 5px;
}

#cRight
{
	width: 180px;
	float: right;
	margin-right: 5px;
}

#CHeader
{
	height: 25px;
	background: url(Images/25x180_SideHeader.gif);
	text-indent: 5px;
	border: 2px solid #990000;
	border-top: none;
}

#SideC
{
	border: 2px solid #990000;
	margin-bottom: 20px;
	border-top: none;
}

#ContentHead
{
	height: 25px;
	background: url(Images/25x570ContentB.gif);
	text-indent: 5px;
	border: 2px solid #990000;
	margin-left: 190px;
	margin-right: 190px;
	border-top: none;
}

#Content
{
	margin-left: 190px;
	margin-right: 190px;
	margin-bottom: 20px;
	border: 2px solid #990000;
	border-top: none;
	height: 300px;
}

#ContentGallery
{
	margin-left: 190px;
	margin-right: 190px;
	margin-bottom: 20px;
	border: 2px solid #990000;
	border-top: none;
}

#GalleryNail
{
	width: 166px;
	height: 126px;
	border: 2px solid #666666;
}

#BaseFooter
{
	clear: both;
	padding: 15px 5px 0px 5px;
	text-align: center;
}

#Nav td, #Nav td a
{
	margin: 0;
	padding: 0;
	border: 1px solid #666666;
	display: block;
}

#Nav td a:hover 
{
	margin: 0;
	padding: 0;
	border: 1px solid #333333;
	display: block;
}

a:link, a:visited
{
	color: #CC0000;
	text-decoration: none;
}

a:hover
{
	color: #009900;
}
#ContentModel
{
	margin-left: 190px;
	margin-right: 190px;
	margin-bottom: 20px;
	border: 2px solid #990000;
	border-top: none;
	height: 1000px;
}
#PixModel
{
	margin-left: 10px;
	margin-right: 10px;
        margin-top: 70px;
	margin-bottom: 20px;
	border: 2px solid #990000;
	border-top: 10px;
	height: 900px;
        width: 950px;
}
#TopM
{
        margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 20px;
        width: 950px;
	color: #006666;
}
#CHeader2
{
        width: 900px;
	height: 25px;
	background: url(Images/25x180_SideHeader.gif);
	text-indent: 5px;
	border: 2px solid #990000;
	border-top: none;
}
#PicFrame2
{
	margin-left: 30px;
	margin-right: 10px;
        margin-top: 70px;
	margin-bottom: 20px;
	border: 2px solid #990000;
	border-top: 10px;
	height: 900px;
        width: 900px;
}

#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs
{	
                        /* Width of divs for thumbnails */
		width:240px;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:280px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:400px;	/* Width of large image div */
		height:310px;	/* Height of large image div */
		float:left;
		padding-left:10px;	/* "Air" */
		padding-right:10px;	
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:5px solid #317082;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:114px;	/* Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:110px;
		height:90px;
		padding:2px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		padding:5px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid #317082;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	