		
		body{
			background-color:#1a2022;
			margin:0;
			font-family:Georgia, "Times New Roman", Times, serif;
			color:#bababa;
			font-size:14px;
		}
		a{ color:#aaa; } a:hover{ color:#ddd; }
		.clear{
			clear:both;
		}
		#document{
			width:768px;
			margin:0 auto;
		}
		#header{
			width:750px;
			height:96px;
			margin:0 auto;
			background-color:#101415;
			background-image:url(images/header-bg.jpg);
			background-position:top;
			background-repeat:no-repeat;
			border:1px solid #000;
		}
		#header-edges{
			width:750px;
			height:96px;
			background-image:url(images/bottom-edges.gif);
			background-position:bottom;
			background-repeat:no-repeat;
		}
		h1, h2, h3, h4, h5{ font-family:Georgia, "Times New Roman", Times, serif; }
		h1, h2{ line-height:47px; padding:0; margin:0; color:#ccc; font-weight:normal; }
		h1{ font-variant:small-caps; font-size:28px }
		h2{ font-size:22px; }
		#header-edges h2{ color:#aaa; font-style:italic; }
		#nav{
			width:766px;
			height:40px;
			margin:3px auto;
			background-color:#294e6a;
			background-image:url(images/nav-bg.gif);
			background-position:bottom;
			background-repeat:repeat-x;
			border:1px solid #000;
		}
		#nav ul{
			display:inline;
			list-style:none;
			margin:0;
			padding:0;
		}
		#nav ul li{
			float:left;
			display:inline;
			list-style:none;
			line-height:40px;
			border-right:1px solid #2d491f;
			margin:0; padding:0;
		}
		/* navigation list widths */
		li.home{ width:68px; } li.highlights{ width:94px; } li.story{ width:92px; } 
		li.resumes{ width:86px; } li.success{ width:126px; } li.goals{ width:65px; }
		li.links{ width:114px; } li.contact{ width:114px; }
		
		/* navigation active link */
		#nav ul li a:hover, body.home li.home, body.highlights li.highlights, 
		body.story li.story, body.resumes li.resumes, body.success li.success,
		body.goals li.goals, body.links li.links, body.contact li.contact{
			background-image:url(images/nav-bg-on.gif);
			background-position:top right;
			background-repeat:repeat-x;
			color:#000;
		}
		#nav ul li a{
			display:block;
			width:100%;
			height:100%;
			text-decoration:none;
			color:#111;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			text-align:center;
		}

		#nav ul li.contact{
			border-right:0;
		}

		#content{
			width:750px;
			margin-top:4px;
			/* position:absolute;
			margin-left:60px;  */
			margin:  0 auto;
			background-color:#101415;
			background-image:url(images/content-top-shader.gif);
			background-position:top;
			background-repeat:repeat-x;
			border:1px solid #000;
			z-index:2;
			height:570px;
			
		}

		#content-bottom-shader{
			background-image:url(images/content-bottom-shader.gif);
			background-position:bottom;
			background-repeat:repeat-x;
		}

		#content-top-edges{
			background-image:url(images/top-edges.gif);
			background-position:top;
			background-repeat:no-repeat;
		}
	

 		#hiddencontent {
			position:absolute; 
			top: -9000px;
			left: -9000px;
 		}  






		#content-left{
			float:left;
		}
		#content-right{
			width:454px;
			float:left;
			padding-left:10px;
		}
		#content-right h3, #content-right h4, #content-right h5{
			color:#5b9b34;
			font-weight:normal;
			text-align:center;
			margin:0px;
			padding:8px;
		}
		#content-right ul a{
			text-decoration:none;
		}
		.caps{
			font-variant:small-caps;
		}
		#content-right h3{
			font-size:23px;
		}
		#content-right h6{
			font-size:16px;
			text-align:center;
		}
		#content-right ul h1 {
			font-size:14px;
			line-height:18px;
			font-variant:default;
		}

		#content-right ul{
			list-style-image:url(images/greenbutton.gif);
			padding-left:0px;
			margin-left:72px;
		}
		#content-right ul li{
			padding:4px 0;
		}

		#content-right ul ul{
			padding-left:0px;
			margin-left:10px;
			line-height:16px;
			list-style-image:none;
			list-style-type:none;
		}
		#content-bottom-edges{
			width:730px;
			padding:10px;
			background-image:url(images/bottom-edges.gif);
			background-position:bottom;
			background-repeat:no-repeat;
		}
		#contact-bar{
			width:766px;
			height:40px;
			/* margin-top:580px;
			margin-left:52px;  */
			margin: 0 auto;
			background-color:#294e6a;
			background-image:url(images/nav-bg.gif);
			background-position:bottom;
			background-repeat:repeat-x;
			border:1px solid #000;
			font-size:24px;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
		#contact-bar p, #contact-bar a{
			margin:0; line-height:36px; padding:0 16px;
			color:#111;
			text-decoration:none;
		}
		#contact-bar a{ font-size:18px;	}
		#footer{
			width:750px;
			/* margin-left:58px;
			margin-top:3px;  */
			margin: 0 auto;
			background-color:#101415;
			background-image:url(images/content-top-shader.gif);
			background-position:top;
			background-repeat:repeat-x;
			border:1px solid #000;
			font-size:12px;		
		}
		#footer p{
			float:left;
			padding:10px;
			color:#777;	
			margin-top:8px;
		}
		.telephone{
			width:150px;
			text-align:right;
		}
		#footer-edges{
			width:750px;
			height:96px;
			background-image:url(images/top-edges.gif);
			background-position:top;
			background-repeat:no-repeat;
		}
