body /*background color of all pages*/
	{
		background-color: black;
	}

.homelink  /*position of Home button*/
	{
		position: absolute;
		top: 85px;
		left: 30px;
	}
.menuanchorclass
	{
		color: transparent;
		font-size: 35px;
		z-index: 4;
	}

.photographic  /*position of Photos button*/
	{
		position: absolute;
		top: 85px;
		left: 147px;
	}	
.videographic /*position of Videos button*/
	{
		position: absolute;
		top: 85px;
		left: 275px;
	}	
.aboutusdiv  /*position of About Us button*/
	{
		position: absolute;
		top: 85px;
		left: 405px;
	}	

.contactdiv  /*position of Contact button*/
	{
		position: absolute;
		top: 85px;
		left: 534px;
	}	

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
/*background: yellow;*/
z-index: 500;	
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightblue;
width: 127px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: white;
}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

.constructiontext 
	{
		position: absolute;
		top: 200px;
		color: white;
		border: 1px solid white;
		margin: 10px 300px 3px 200px;
		padding: 10px 10px 10px 15px;
	}
	
.carolinda /*position for YouTube start of Carolinda video*/
	{
		position: absolute;
		top: 170px;
		left: 114px;
		z-index: -1;
	}
	
.magik /*position for YouTube start of Magik video*/	
	{
		position: absolute;
		top: 170px;
		left: 114px;
		z-index: 0;
	}

.badaue	/*position for YouTube start of Badaue video*/
	{
		position: absolute;
		top: 170px;
		left: 114px;
		z-index: 0;
	}
