body{
	background-image: url(images/background.jpg) ;
	margin: 0px;
	padding: 0px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.mainContent{
	padding: 1em;
}
.menuBar{
	background-color: #EEEEEE ;
	border-bottom: 2px solid silver;
	width: 95%;
}

.menuBarBottom{
	font-size: 10px;
}

.menuBarBottom a{
	text-decoration: none;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
	color: Gray;
	text-transform: lowercase;
	padding: 2px;
}
.menuBarBottom a:Hover{
	text-decoration: underline;
	}
.menuBar a{
	width: 6em;
	text-decoration: none;
	color: Red;
	border-top: 1px solid Red;
	border-bottom: 1px solid Red;
	font-weight: bold;
	text-transform: uppercase;
	
}
.menuBar a:Hover{
	text-decoration: none;
	color: Black;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	font-weight: bold;
	text-transform: uppercase;
	
}
.bottomMenu .menuBar{
	background-color: transparent;	
	width: 50%;
	border-bottom: 1px solid silver;	
}
.bottomMenu .menuBar a{	
	font-size: 10px;
	text-decoration: none;
	color: silver;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	font-weight: normal;
	text-transform: lowercase;
}
.bottomMenu .menuBar a:Hover{
	text-decoration: none;
	color: Black;
	border-top: 0px solid Black;
	border-bottom: 0px solid Black;
	font-weight: bold;
	text-transform: lowercase;
	
}
.copyRight{
	font-size: 10px;
	color: silver;
	margin: 0.5em;
	padding: 0.5em;
}
/* classes that come with BlogCFM */
.dateHeader, .category_links{
	display: none;
}
.entry{
	padding:1em;
}
.title{
	font-size: 1.5em;
	font-weight: bold;
	color: #696969;
}
.galleryTitle{
	font-size: 1.2em;
	font-weight: bold;
	color: #696969;
}
.subtitle{
	font-size: 0.8em;
	font-weight: bold;
	color: #696969;
}
.entryDisplay{
	
}

.galleryImg{
	border: 5px solid black;
}
.galleryImgThumb{
	border: 2px solid black;
}

.nextPrev{
	font-size: 0.8em;
	color: Red;
	text-transform: lowercase;
	font-weight: bold;
}
.rightThumbs{
	width: 170px;
	background-image: url(/images/rightimage_bg.jpg);
	background-repeat: no-repeat;	
	vertical-align: top;	
}
.rightThumb{
	border:2px solid white;
}
.galleries tr {
	background-color: #F0F0F0;
	
}
.galleries {
	border: 1px dashed red;
	padding: 2px;
}
.galleries a{
	color: Black;
	text-decoration: none;
	font-size: 0.7em;
}
.galleries a:Hover, a:Hover{
	color: red;
	text-decoration: underline;
	
}
a{
	color: Black;
	text-decoration: none;	
}
