		html, body 		{ margin: 0; padding: 0; }
		body 			{ background: #4F452D; color: #31B6DA; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; }
		h2				{ color: #333; }
		a				{ color: #337810; }
		p				{ margin: 0 0 18px; }
		#container		{ width: 760px; margin: 0 auto; float: left; }
		
		/* Header */
		#header			{ background: #4F452D; border:none; height: 264px; vertical-align: middle; }
		#header h1  	{ color: #004b6f; margin: 0 0 3px; padding: 24px 18px 0; }
		#header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }
		
		/* Content Style */
		#navigation		{ border-bottom: 1px solid #31B6DA; border-right: 1px solid #31B6DA; margin-left: 18px; }
		#navigation ul	{ padding: 0 18px 9px; }
		#extra			{ margin-left: 18px; border-right: 1px solid #31B6DA;  }
		#extra small	{ font-size: 11px; line-height: 18px; }
  
                a:link {color: #31B5DB;}     /* unvisited link */
                a:visited {color: #31B5DB;}  /* visited link */
                a:hover {color: ##31B5DB;}   /* mouse over link */
                a:active {color: #31B5DB;}   /* selected link */
/*
		#content		{ border-bottom: 1px solid #ccc; color: #31B5DB; }
*/
		#content		{ border: none; width: 490px;}
		#content p, #extra p { padding-right: 18px; }
		
		/* Content Positioning & Size */
		#navigation		{ float: left; width: 175px; margin-left: 0; }
		#content		{ float: right; width: 540px; }
		#extra			{ float: left; clear: left; width: 175px; margin-left: 0;}		/* Footer */
		#footer			{ background: #4F452D; border: none; clear: both; width: 100%; }
		#footer a		{ color: #31B5DB; }
		#footer	p		{ color: #31B5DB; margin: 0; padding: 0 18px 10px; }
/*
		#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
*/
		#footer ul		{ border: none; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
		
		.navlinks		{ background: #42371D; color: #31B5DB; width: 150px; height: 25px; text-align: right; vertical-align:middle; font-size: 10px; font-weight: bold; font-family: 'Century Gothic', Verdana, Arial, Tahoma, sans-serif; margin-bottom: 8px; padding-right: 8px; padding-top: 8px; padding-bottom: 0px; display: block; text-decoration: none;}
                a.navlinks:hover     { background: #796A45; }
		
		#ContactInfo 	  { border:none; text-align:center; vertical-align:middle; font-size:xx-small ; font-family: Century Gothic, Tahoma, sans-serif; }
		#ContactInfo .col1 { background: #42371D; width: 15px;}
		#ContactInfo .col2 { text-align:left; padding:4px; }

                #PortfolioLinks td  { padding: 5px; }

