
/*   */
.CCSforsite {
/* 
	font-family: Pristina;
	font-size: 16px;
*/
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #101010;
	text-align: center;
	position: relative;
}


/* Force vertical scroll bar in short windows */
body { overflow-y: scroll; }

/* Site Banner */
#my_banner {
width: 750px;
height: 125px;
margin: 0 auto;
background: url(http://ashphotographics.smugmug.com/photos/421154489_c79Ug-O.jpg) no-repeat;
}

/* Nav Bar */
#navcontainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#navcontainer ul li {
    display: inline;
}

#navcontainer ul li a {
    text-decoration: none;
/*    padding: .1em 1em; */
    padding: 3px 54px;    color: #fff;
    background-color: #303030;
}

#navcontainer ul li a:hover {
    color: #f03;
    background-color: #101010;
}

/* turn off the Feed links at the bottom of the page */
#feeds {
display:none;
}
