/* CSS File */
html, body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000000;
	color:#cccccc; }

h1 {
	font-size:22px;
	color:#EEEEEE;
}

h2 {
	font-size:18px;
	color:#EEEEEE;
}

a:link, a:visited {
	color:#999999;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color:#ffffff;
	text-decoration:overline;
}

#logo {
	float:left;
	width:200px;
}

#boo {
	float:right;
	width:50px;
}

#holder {
	background-color:#333333;
	background-image:url(../images/background.gif);
	background-repeat:no-repeat;
	background-position:right bottom; width:100%;
	min-width:850px;
}

#content {
	margin-left:200px;
	padding:20px;
}

.navGroup {
	padding:10px;
	background-color:#000000;
	color:#cc0000;
	text-align:center;
	text-transform:capitalize;
	font-weight:bold;
}

.navGroup a:link, .navGroup a:visited {
	color:#cccccc;
	font-size:12px;
	text-decoration:none;
}

.navGroup a:hover, .navGroup a:visited:hover {
	color:#ffffff;
	text-decoration:none;
}

#menu {
	margin-left:200px;
	border-bottom:1px solid #cc0000;
}

#leftpush {
	padding-left:200px;
	background-color:#000000;
}

#footer {
	color:#999999;
	background-color:#000000;
}

#footleft {
	padding:10px;
	float:left;
	width:350px;
	text-align:left;
}

#footright {
	padding-right:10px;
	float:right;
	width:450px;
	text-align:right;
}

#footer a:link, #footer a:visited {
	color:#999999;
	text-decoration:underline;
}

#footer a:hover, #footer a:visited:hover {
	color:#cccccc;
	text-decoration:overline;
}

.clearFix {
	clear:both;
}

.imgBorder {
	border:#000000 solid 1px;
	background-color:#666666;
	padding:2px;
}

/* Simple PHP Gallery Styling 
******************************/

#gWrap {
	text-align:center;
}

/* Catagory Navigation - this class is assigned to each catagory link */
.gCatNav {
}
/* Page Navigation - this class is assigned to each page link */
.gPageNav {
	padding:2px 5px 2px 5px;
	background-color:#333333;
	border:solid 1px #666666;

}
/* Current Page - this class is assigned to each current page link */
.gPageNavOn { 
	padding:2px 5px 2px 5px;
	background-color:#666666;
	border:solid 1px #000000;
	color:#FF0000;

}

/* Image - this class is assigned to the current image */
.gImage {
	border:#000000 solid 1px;
	background-color:#666666;
	padding:2px;
}
/* Previous Link - this class is assigned to the previous link */
.gPrev {
	padding:2px 5px 2px 5px;
	background-color:#333333;
	border:solid 1px #666666;

}
/* Next Link - this class is assigned to the next link */
.gNext {
	padding:2px 5px 2px 5px;
	background-color:#333333;
	border:solid 1px #666666;

}

#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;
}

#gPageNav a:link, #gPageNav a:visited, #gPageNav a:hover, #gPageNav a:active {
	text-decoration:none;
	color:#cccccc;
}

#gImg {
}

#gDesc {
	padding:10px;
}

#gCredits {
	padding:10px;
	padding-top:30px;
	padding-bottom:30px;
	font-size:10px;
}

