/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
#container {
					border: 0px solid gray;
					margin: 0px;
					margin-left: auto;
					margin-right: auto;
					padding: 0px;
					background: url(flowHeaderBG.jpg) top left repeat-x;
					}
#container2 {
                                        
                                        background: url(flowHeader.jpg) top left no-repeat;
					display:block;
                                        height:125px;
					}
				#container3 {
					background: url(flowHeaderBG2.jpg) top right no-repeat;
				        display:block;	
					height:125px;
					}
				#banner {
					padding: 21px 20px 0px 20px;
					position:absolute;
					height:72px;
					right:0;
					left:202px;
					top:42px;
					color:#FFF;
					text-shadow: 2px 2px 2px #000;
					margin-bottom: 0px;
					}
				#banner a {
					color:#FFF;
					text-decoration:none;
					}
				#topNav {
					padding: 7px 20px 0px 0px;
					position:absolute;
					top:0;
					font-weight:bold;
					right:0;
					margin: 0px 0px 0px 0px;
					color:#FFF;
					text-align:right;
					display:block;
					height:40px;
					text-shadow: 1px 2px 2px #000;
					}
				#topNav a {
					color:#8BE8F4;
					text-decoration:none;
					}
				#topNav a:hover {
					color:#FFF;
					background:#000;
					text-decoration:none;
					}
				#footer {
					clear: both;
					padding: 0px;
					margin-top: 0px;
					}
			/* General--------------------------------------------- */
				body {
					margin:0px 0px 0px 0px;
					padding:0px;
					font-size:11px;
					font-family:Verdana,Geneva, Arial, Helvetica, san-serif;
					line-height:15px;
					color:#333;
					background:#FFF; 
					}
				A {
					text-decoration: underline;
					} 
				A:link {
					color: #14465A;
					} 
				A:visited {
					color: #3E7C93; 
					} 
				A:active {
					color: #000;
					} 
				A:hover {
					color: #FFF;
					background:#164C62;
					}
			/*Banner--------------------------------------------- */
				.tagline {
					color:#FFF;
					line-height:22px;
					font-size:10px;
					}      

