body {
			font: 80% arial, helvetica, sans-serif;
		  	background: url(dollar25.jpg) repeat center;    		  	
			margin: 7% ; background-attachment : fixed;		
		}
		
		

/*   Header     */		
		
		#header {
			background: white;
			height: 150px;
			border-style: solid;
			border-width: 2px;
			border-color: #6B994C;
			margin: 0px;
		}
		
		#header img {
			
			float: left;
			border: 0;
			background: none;	
		}

	
	
/*   Navigation Left    */
		
		#navigation-left {
			position: relative;
			top: -500px;
			font-weight: bolder;
		}

		#navigation-left ul {
			margin: 0 0 1em 0;
			padding: 0;
			list-style-type : none;
		}

		#navigation-left ul a {
			color: white;
			text-decoration: none;			
			display: block;
			padding: 0 0.5em;
			margin: 0 1em 1px 1em;
		}

		#navigation-left a:hover {
			background: #004F93;
		}

		
		

/*   Content    */		
		
		#content {
			background: white;
			font-size: 1.2em;
			letter-spacing: .09em;
			padding: 1em;
					
		}
		
		#content ul {
			list-style : none;		
		}
 		
 		
/*   Header Color    */		
		
		h1, h2, h3, h4 {
			color: #6B994C;			
		}
 		
		
		
		
/*   Navigation Right    */ 		
		
		#navigation-right {
				position: relative;
				top: -0px;
				overflow: auto;
				height: 1200px;
				background: #6B994C;				
				color: white;
				font-size: 1em;
				font-weight: bolder;			
					
		}
		
		#navigation-right ul {
					margin: 0 0 1em 0;
					padding: 0;
				
		}
		
		#navigation-right ul a {
					color: white;
					text-decoration: none;
					display: block;
					padding: 0 5px;
					margin: 1px 1em 2px 1em;					
		}
		
		#navigation-right a:hover {
			background: #004F93;			
		}
		
					