@font-face {
 font-family: "PAPYRUS";
  src: url(../include/PAPYRUS.TTF);
}
body{
	background-color: #000000;
}
p{
	font-family: Candara;
	font-size: 17px;
	color: #C0C0C0;
	font-weight : normal; 
	font-style: normal; 
	text-decoration: none; 
	text-indent: 10px;
	text-align:justify;
	cursor:pointer;
	}

div.infoDIV{
      width: 100px;
      height: 100px;
	top: 20px;
	left: 30px;
	position: absolute;
	visibility: visible;
	background-color: #000000;
    	border:0px solid #ffffff;
	cursor:pointer;

	font-family: Candara;
	font-size: 19px;
	color: #C0C0C0;
	font-weight : normal; 
	font-style: normal; 
	text-decoration: none; 
	text-indent: 10px;
	text-align:justify;

}

div.bigIMG{
	//position: relative;
      width: 100%;
      height: 500%;
	top: 0px;
	left: 0px;
	position: absolute;
	visibility: hidden;
	background-color: #000000;
    	text-align: center;
}

.closeIMG{
    position: absolute;
	top: 0px;
	left: 0px;
    font-style: italic; 
    font-family: Verdana;
    font-size: 17px;
    text-align: right;
    font-weight: bold;
    color: #EAEAEA;
	cursor:pointer;


}
.imgthumb {
   // border:4px solid #E1E1E1;
}
.imgXL {
	position: absolute;
    left:0px;
    top: 0px;
    margin: 0px;
    cursor:pointer;
    display: inline;
    border:0px solid #ffffff;
    box-shadow:10px 10px #00000;
}

.btnPlay {
    position: absolute;
	top: 0px;
	left: 0px;
    font-style: italic; 
    font-family: Verdana;
    font-size: 11px;
    text-align: right;
    font-weight: bold;
    color: #ffffff;
	cursor:pointer;
}
.btnStop {
    position: absolute;
	top: 0px;
	left: 0px;
    font-style: italic; 
    font-family: Verdana;
    font-size: 11px;
    text-align: right;
    font-weight: bold;
    color: #000000;
visibility: visible;
	cursor:pointer;
}
.desc {
    position: absolute;
    top: 0px;
    left: 0px;

    font-style: italic; 
    font-family: Verdana;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    color: #ffffff;

}
.copyright {
    position: absolute;
    top: 0px;
    left: 0px;

    font-style: italic; 
    font-family: Verdana;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    color: #ffffff
}
table.header {
    border: 1px white;

    background-color: #000000;
    align: center;
	
}
td.header {
    border: 4px white;
    width: 4%;
    align: left;
    background-color: #000000;

    vertical-align: middle;	
}

table.subheader {

 	width: 800px;	
    background-color: #000000;
    align: center;
    visibility: visible;
white-space: nowrap;
	
}
td.subheader {
    border: 0px white;
    //align: center;
    background-color: #000000;
white-space: nowrap;

}


table.thumb {
	border: 4px solid black;
    	align: center;
	width: 1050px
}
td.thumb {
	border: 1px solid black;
	width: 150px
}


div.container{
  	position: relative;
	border:0px solid #000000;
	background-color: #000000;
}
div.path{
	left: 300px;
  	position: relative;
	border:0px solid #000000;
}
div.thumb{
	cursor:pointer;
  	position: absolute;
    	display: inline;
	box-shadow:5px 3px #000000;
   	visibility: visible;
}

	.Nome {
		display: inline; 
		font-family: Papyrus ; 
		font-size: 70px; 
		color: #ffffff; 
		font-weight : normal; 
		font-style: normal; 
		text-decoration: none;
		}

	div.Email {
    		left:50px;
    		top: 900px;
		display: block; 
		font-family: Verdana; 
		font-size: 14px; 
		color: #ffffff; 
		font-weight : regular; 
		font-style: italic; 
		text-decoration: none;
		}

	.MenuGallery {
		font-family: Papyrus; 
		font-size: 18px; 
		color: #FFFFFF; 
		font-weight : normal; 
		font-style: normal; 
		text-decoration: none;
		whitespace: nowrap;
		display: block; 
		}


	.MenuDesc {

		font-family: Papyrus; 
		font-size: 20px; 
		color: #FFFFFF; 
		font-weight : normal; 
		font-style: normal; 
		text-decoration: none;
		whitespace: nowrap;
		display: block; 
		}

