	body {
	  margin: 0;
	  padding: 0;
	  background: #d3caaa url('../_images/bg.png') repeat-x;
	  color: #000;
	  font: 62.5% "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	}

#navigation {
	background: #AFD5E0 url("../_images/bg-nav.gif") repeat-x;
	border: 1px solid #000000;
	border-width: 1px 0;
        padding-top: 1em;
        padding-bottom: 0.6em;
}


/* Simple PHP Gallery Styling
******************************/


#myGal {
        margin:0px;
        text-align:center;
        color:#EEEEEE;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
}


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

#myGal a:hover {
        color:#FFFFFF;
}




/* Catagory Navigation - this class is assigned to each catagory link */
.gCatNav {
}
/* Page Navigation - this class is assigned to each page link */
.gPageNav {
}
/* Current Page - this class is assigned to each current page link */
.gPageNavOn {
        font-weight:bold;
        background-color:#000000;
        padding:2px;
        border:#666666 solid 1px;
}

/* Image - this class is assigned to the current image */
.gImage {
        border:#000000 solid 2px;
        background-color:#666666;
}
/* Previous Link - this class is assigned to the previous link */
.gPrev {
        padding-right:10px;
        font-weight:bold;
}
/* Next Link - this class is assigned to the next link */
.gNext {
        padding-left:10px;
        font-weight:bold;
}
#gCatNav {
        padding:10px;
        border-bottom:#666666 solid 1px;
        text-transform:capitalize;
        color:#666666;
}

#gCat {
        padding:10px;
        text-transform:capitalize;
        font-size:14px;
        font-weight:bold;
}
#gPageNav {
        padding:10px;
        color:#999999;
        text-transform:capitalize;
}

#gImg {
}

#gDesc {
        padding:10px;
}

#gCredits {
        padding:10px;
        padding-top:30px;
        padding-bottom:30px;
        font-size:10px;
}

