/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

a {
	font-weight: bold;
	color: #585F57;
}

a:hover {
	font-weight: bold;
	color: #43464F;
	cursor: pointer;
}

html {
	height: 100%;
	width: 100%;
}

body {
	font-family: "Myriad Web", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #777;
	line-height: 1.4em;	
	height: 100%;
	width: 100%;
	text-align: center;
	background: url("../images/bodyBG.jpg") top left repeat fixed;
	padding-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1em;	
}

h1 {
	color: #675F2E;
	margin: 0 0 5px 10px;
	font-size: 21px;
	width: 425px;
}

h2 {
	color: #675F2E;
	margin: 0 0 2px 15px;
	font-size: 16px;
}

table {
	margin: 0 auto;
}

td {
	padding: 5px 10px;
}

#colR ul {
	margin-left: 50px;
}
/***********************************************/
/* Layout Divs                                                     */
/***********************************************/
#bannerHolder {
	width: 100%;
	background: url("../images/bodyTopBanner.jpg") top center no-repeat fixed;
}

#nonFluid {
	margin: 0 auto;
	background:#FFF url("../images/watercolorPaper.gif") top left repeat;
	text-align: left;
	width: 720px;
}

/***********************************************/
/* Content                                                            */
/***********************************************/
#nonFluidContent {
	background: url("../images/nonFluidBanner.jpg") top center no-repeat;
	height: 350px;
	/* height: 300%; */
}

#nonFluidContent p {
	text-align:right;
	padding: 87px 185px 0 0;
}

#nonFluidContent a {
	text-decoration: none;
	font-size: 11px;
}

#nonFluidContent img {
	border: none;
}

/***********************************************/
/* Column Left (Nav)                                           */
/***********************************************/
#colL {
    float: left;
	width: 175px;
    border-right: 1px solid #C0BEB0;
	margin-top: 110px;
	font-size:13px;
	line-height: 1.65em;
}

#colL a {
   font-size: 15px;
}

#colL img{
	margin: 10px 12px 0;
}

#colL ul{
	text-align: right;
	list-style: none;
	margin: 15px 15px 30px 0;
}

#colL li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.2em;
	margin: 0 10px 15px 0;
}

/***********************************************/
/* Column Right (main Area)                             */
/***********************************************/
#colR {
    float: right;
	width: 540px;
	margin: 35px 0 25px;
}

#colR a {
   font-size: 13px;
   text-decoration:underline;
}

#colR img{
	float: right;
	margin: 0 15px 10px 10px;
}

#colR img.fLeft {
	float: left;
	margin: 0 10px 10px 15px;
}

#colR img.fNone {
	float: none;
}

#colR img.gallery{
	display: block;
	float: none;
	margin: 15px auto 0;
}

#colR  p  {
    padding: 0 100px 15px 25px;
	text-align: left;
}

#colR  p.counter  {
    padding: 0 100px 15px 25px;
	text-align: center;
	clear:both;
}

#colR p.note {
	font-style:italic;
	font-size: 11px;
	margin-top: 50px;
	padding-right: 25px;
}

/***********************************************/
/* Gallery Nav                                                     */
/***********************************************/
#galleryNav {
	margin: 25px auto;
	padding: 5px;
	clear: both;
	width: 92%;
	height: 300px;
  	overflow:auto;
}

#galleryNav img{
	width: 75px;
	height: 75px;
	padding: 1px;
	margin: 0;
	float: none;
}

#lightBox #galleryNav {
    height: auto;
    margin-top: 0;
}

/***********************************************/
/* Footer                                                              */
/***********************************************/
#copyright {
	width: 720px;
	margin: 15px 0 0 0;
	padding: 0;
	white-space: nowrap;
	text-align: right;
	font-size: 12px;
	clear: both;
}

#copyright p {
	margin: 0;
	padding: 5px 5px 5px 10px;
	line-height:normal;
}
