/* ----------  page defaults ---------- */

html {

		}

body {

		}
		
/* ----------  primary layout ---------- */

#wrapper {

		}
		
#header {

		}
		
p {

		}
		
a:link,		
a:visited {
		color: rgb(161, 179, 44);
		text-decoration: none;
		}
		
a:hover, 
a:focus {
		border-bottom: 0px dotted #a2b52d;
		}