@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navMenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
} 
#content {
	background-color: #333333;
	border: 1px solid #ABCE1A;
	padding: 5px;
	overflow: visible;
}
h2 {
	color: #ACCF1B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}



#content a:link, #content a:visited, #content a:active {
	text-decoration: none;
	color: #ACCF1B;
}
#content a:hover {
	color: #87A415;
	text-decoration: none;
}
#content img {
	border: 1px solid #FFFFFF;
	padding: 1px;
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
}
.imgNoBorder {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.centerImgDiv {
	text-align: center;
}


#navMenu
{

} 


#navMenu li
{
float: left;
margin: 0 0.15em;
} 

#navMenu li a
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 7em;
	display: block;
	border: 1px solid #FFFFFF;
	color: #0000CC;
	text-decoration: none;
	text-align: center;
	background-color: #CCCCCC;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 5px;
	margin-bottom: 8px;
}

#logo {
	padding: 10px;
}
#Gallery img {
	border: 1px solid #ABCE18;
	margin: 0px;
}
.addedDate {
	font-size: 10px;
	color: #ABCE1C;
}
img a {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
