/*page background*/
.background
{   background-color: #FFFFCE;
    }

/*banner*/
.banner
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    }

/*menu*/
.menuDiv
{
    background-color: yellow;
    }

.menu
{
    font: bold 18px courier;
    margin: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 99%;
    #background-color: yellow;
    }

.menu:after
{ /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 50;
    clear: both;
    visibility: hidden;
    }

.menu ul
{
    background: transparent;
    text-align: center;
    margin: 0;
    padding: 4px 0;
    width: 100%;
    border: solid 0 #bbb;
    }

.menu ul li
{
    display: inline;
    }

.menu ul li a
{
    color: grey;
    text-decoration: none;
    margin: 0;
    padding: 5px 7px;
    }

/*dropdown menu*/
.dropmenudiv
{
    font: normal 14px Courier;
    background-color: white;
    visibility: hidden;
    position: absolute;
    z-index: 100;
    top: 0;
    border-bottom: 1;
    }

.dropmenudiv a
{
    color: gray;
    text-decoration: none;
    text-indent: 8px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid olive;
    }

.dropmenudiv a:hover
{
    background-color: pink;
    }


.mainDiv
{
    margin-left: auto;
    margin-right: auto;
    width: 45em;
    }
    
/*text*/
.mainText
{
    font: bold 30px Courier;
    color: #FF66CC;
    width: 350px;
    height: 340px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    background-color: gray;
    text-decoration: none;
    }
    
/*image*/
.mainImage
{
    padding: 0px;
}

.resizeImage
{
    width: 350px;
    height: auto;
    }

/*footer*/
.endFooter
{
    font: normal 12px courier;
    color: gray;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    }
    
    
/*about me text*/
.pAbout
{
    font: normal 16px courier;
    }
    
/*gallery text*/

.mainLink a:link
{
    text-decoration: none;
    color: #FF66CC;
    }
    
.mainLink a:visited
{
    text-decoration: none;
    color: #FF66CC;
    }
    
.mainLink a:active
{
    text-decoration: none;
    color: #FF66CC;
    }
    
.mainLink a:hover
{
    text-decoration: none;
    color: purple;
    }
    
/*gallery - necks, ears, fingers, wrists text*/

.mainDiv2
{
    margin-left: auto;
    margin-right: auto;
    width: 50em;
	#background-color: red;
    }
    
.mainGallery
{
    font: bold 30px Courier;
    color: #FF66CC;
    width: 700px;
    height: 40px;
    margin-left:40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    background-color: gray;
    text-decoration: none;
    }
    
.mainGalleryImage
{
    padding: none;
    }
    
.resizeGalleryImage
{
    width: 177px;
    height: auto;
    }
    
/*Gallery*/

.testGallery
{
    margin-left: auto;
    margin-right: auto;
    width: 50em;
	#background-color: green;
    }

/* begin gallery styling reference gallery.js */
#jgal
{   list-style: none;
    width: 400px;
    }
    
#jgal li
{   opacity: .5;
    float: left;
    display: block;
    width: 70px;
    height: 70px;
    background-position: 25% 35%;
    cursor: pointer;
    margin-top: 25px;
    margin-right: 20px;
    margin-bottom: 8px;
    }
    
#jgal li img
{
    position: absolute;
    top: 270px;
    left: 435px;
    right: 500px;
    display: none;
    }
    
#jgal li.active img
{
    display: block;
    }

#jgal li.active
{
    outline-color: #bbb;
    opacity: .99 /* safari bug */
    }
#jgal li:hover
{
    outline-color: #bbb;
    opacity: .99 /* safari bug */
    }

/* styling without javascript */
#gallery
{ list-style: none; display: block; }
#gallery li
{ float: left; margin: 0 10px 10px 0; }

/*rightAlign*/
.rightAlign
{
    font: normal 12px courier;
    color: gray;
	position: relative;
    text-align: center;
    top: -6px;
    left: 185px;
    #padding-top: 20px;
    #padding-bottom: 20px;
	background-repeat: no-repeat;
	#background-color: yellow;
	background-position: 30% 50%;
    width: 350px;
    height: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

.testimgDiv
    {
        float: left;
        width: 350px;
        height: 350px;
    }
    
.galleryFooter2
{
    font: normal 12px courier;
    color: gray;
    position: relative;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    }


/*galleryfooter*/
.galleryFooter
{
    font: normal 12px courier;
    color: gray;
    position: relative;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    #background-color: blue;
    }

	
/*contact me text*/
.pContact
{
    font: normal 16px courier;
    }
    
.formContact
{
    font: normal 12px Courier;
    }
    
/*thank you text*/
.pThankyou
{
    font: normal 14px Courier;
    }
    
.pSign
{
    font: normal 18px Courier;
    }

