body {
	/*
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.4em;
	*/
	
	/*
	font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
	line-height: 1.4em;
	*/
	
	/*font-family: Calibri, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.91em;
	line-height: 1.3em;
	
	color: #FFF; /* text color */
	/* */
	background: #000; /* #333; /*#99ceff;   */
	/* backdrop of the entire page */
	/*
	background-image: url(/cmp/images/styles/style01/backdrops/butterfy_swarm.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	*/
	
	background-image: url(/cmp/images/styles/style01/backdrops/cheshmoon_bg_sepia5.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-attachment: fixed;

}

#outer_container {
	/* backdrop for entire content area */
}

#header_logo {
	/*
	background-image:url(/cmp/images/styles/style01/backgrounds/transparent_pixel_black_30.png);
	background-repeat:repeat;
	*/
}

#header_logo .logo_image {
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	
	/*background-image: url(/cmp/images/styles/style01/banners/cheshmoon_logo_brown.png);*/
	/*background-image: url(/cmp/images/styles/style01/banners/cheshmoon_logo_brown_with_photography_word_white_550_75.png);*/
	background-image: url(/cmp/images/styles/style01/banners/cheshmoon_photography6.png);
	
	
	/*width: 100%; /*830px;*/
	/*height: 55px;*/
	/*height: 98px;*/
	height: 125px;
	background-repeat: no-repeat;
	border: none;
	background-position: center;
}

/* navigation background color */
/* note: menu text color is set in menu.js */
#navBar {
}
div#menu {
    background-image: url(/cmp/src/nav/style5/images/left.png);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0.1em;
}

#content_container {
	overflow: hidden;
	background-image: url("/cmp/images/styles/style01/backgrounds/transparent_pixel_black_55.png");
	background-repeat: repeat;
	border-top:thin solid #444;
	border-bottom:thin solid #444; 
}

/* hyperlinks attributes */
a:link
{
	color: #BDA677;
	text-transform: inherit;
	text-decoration: none;
}

a:visited
{
	color: #BDA677;
	text-transform: inherit;
	text-decoration: none;
}

a:active
{
	color: #BDA677;
	font-size: 101%;
	text-transform: inherit;
	text-decoration: none;
}	


/*
.first_letter_340_red {
	font-size:340%;
	font-family:georgia;
	padding:15px 10px 10px 0px;
	float:left;
	color:#CCC;
	text-shadow:1px 1px 9px #A00;
}
	
.first_letter_340_gold {
	font-size:340%;
	font-family:georgia;
	padding:15px 10px 10px 0px;
	float:left;
	color:#CCC;
	text-shadow:4px 3px 2px #A88B4B ;
}
*/

.first_letter_340 {
	font-size:340%;
	font-family:georgia;
	padding:15px 10px 10px 0px;
	float:left;
	color:#CCC;
	text-shadow:4px 3px 2px #A88B4B ;
}

.page_title {
	text-shadow:-1px -1px 5px #0a3f71, 1px 1px #000;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 18px;
}