﻿/* CSS Document */


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

/* 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:#EEEEEE;
	padding:2px;
	border:#CCCCCC solid 1px;
}

/* Image - this class is assigned to the current image */
.gImage {
	border: 1px #333333 solid;
	width: 633px;
}
/* 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;
}


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

body {
	margin:0px;
	text-align:center;
	background-color:#FFFFFF;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

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

a:hover {
	color:#000000;
}

#gCatNav {
	padding:10px;
	border-bottom:#CCCCCC solid 1px;
	text-transform:capitalize;
	color:#666666;
}

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

#gPageNav {
	padding: 2px;
	color: #666666;
	margin-left: 20px;
}

#gImg {
	width: 200px;
	margin-left: 20px;
	margin-right: 20px;
}

#gDesc {
	padding:0px;
}

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

#googlead1 {
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	text-align: left;
	margin-left: 30px;
	margin-right: 20px;	
	color:#666666;
}

#googlead2 {
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	margin-left: 15px;
}










googlead
