
	body {
		font: 12px/1.5 Georgia, Palatino, "Palatino Linotype", serif;
		color: #555;
		
		background: #eaf5ff;
		}

	
		
	h1 {
	color: #000;
	font-size: 18px;
	font-weight: bold;		
				
		}
		
	p {
		text-align: justify;
		}


		
		#nav-reflection {
			margin: 0 auto 50px auto;
			padding: 20px 0 0 20px;
			width: 640px;
			min-height: 130px;
			background: url(../images/page-shadow.jpg) top center no-repeat;
			list-style: none;
			}
			
		#nav-reflection li {
			margin-right: 5px;
			width: 82px;
			float: left;
			}
			
		#nav-reflection a, #nav-reflection a:visited, #nav-reflection a:hover {
			width: 82px;
			height: 82px;
			text-indent: -9999px;
			overflow: hidden;
			background: url(../images/icons.png) no-repeat;
			display: block;
			}
			
		#nav-reflection span {
			margin-top: 1px;
			width: 82px;
			height: 34px;
			text-align: center;
			background: url(../images/icons-reflections.jpg) no-repeat;
			display: block;
			}
			
		/* Button Colors */
		
		#nav-reflection li.button-color-1 a {
			background-position: 0px -2px;
			}
			
		#nav-reflection li.button-color-2 a {
			background-position: -90px -2px;
			}
			
		#nav-reflection li.button-color-3 a {
			background-position: -180px -2px;
			}
			
		#nav-reflection li.button-color-4 a {
			background-position: -266px -2px;
			}
		
		#nav-reflection li.button-color-5 a {
			background-position: -355px -2px;
			}
			
		#nav-reflection li.button-color-6 a {
			background-position: -443px -2px;
			}
			
		#nav-reflection li.button-color-7 a {
			background-position: -530px -2px;
			}	
		/* Button Reflection Color */
		
		#nav-reflection li.button-color-1 span {
			background-position: 0px -2px;
			}
			
		#nav-reflection li.button-color-2 span {
			background-position: -90px -2px;
			}
			
		#nav-reflection li.button-color-3 span {
			background-position: -180px -2px;
			}
			
		#nav-reflection li.button-color-4 span {
			background-position: -266px -2px;
			}
		#nav-reflection li.button-color-5 span {
			background-position: -355px -2px;
			}
		#nav-reflection li.button-color-6 span {
			background-position: -443px -2px;
			}
			
		#nav-reflection li.button-color-7 span {
			background-position: -530px -2px;
			}
			
		
			
	