.headshot {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	}

.intro {
	font-weight: normal;
	font-size: 15px;
	line-height: 170%;
	padding-left: 25x;
	padding-right: 25px;
	}

#page {
	width: 750px;
	background-color: #fff;
	margin: 25px auto;
	}

#header {
	width: 750px;
	border-bottom: 3px solid rgb(202,32,39);
	}

#content {
	padding: 15px;
	}
	
#navigation {
	font-size: 11px;
	text-transform: uppercase;
	float: right;
	width: 180px;
	border: 1px solid #666;
	background-color: #eee;
	padding: 0;
	margin-left: 15px;
	}	

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	}

#navigation li {
	list-style-type: none;
	border-bottom: 1px solid #666;
	margin-left: 0;
	width: 100%;
	background-color: #999;
	width: 100%;
	color: #fff;
	}

#navigation li:hover {
	background-color: #ccc;
	color: #999;
	}

#navigation ul li ul {
	list-style-type: none;
	padding: 0;
	margin-left: 15px;
	border: 0;
	}

#navigation ul li ul li {
	list-style-type: none;
	border-bottom: 0;
	}

#navigation a {
	color: #fff;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 0;
	width: 100%;
	}

#navigation a:hover {
	color: #666;
	}

#textLinkNav ul, #textLinkNav li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	}
#textLinkNav {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 0;
	}

#textLinkNav a {
	font-weight: bold;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 0;
	}

#pageContent {
	width: 520px;
	}
	
#footer {
	border-top: 3px solid rgb(202,32,39);
	width: 750px;
	padding: 0;
	margin-top: 0;
	}
	
#footer a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0;
	}

address {
	padding: 15px;
	font-size: 11px;
	color: #999;
	font-style: normal;
	}


body {
	background-color: #eee;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: #333;
	line-height: 150%;
	}

h1 {
	font-size: 18px;
	}
	
h2 {
	font-size: 15px;
	}	

img {
	border: 0;
	}

a {
	/* color: #ca2027; */
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #ca2027;
	}
	
a:hover {
	color: #ca2027;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #ca2027;
	}
	
#header a {
	border: 0;
	}

a[rel='external']:before {
	content: url("http://www.emetricscanada.com/images/remote.gif");
	padding-right: 2px;
	padding-left: 1px;
	}

a[rel='external imageLink']:before {
	content: '';
	padding-right: 0;
	padding-left: 0;
	}

a[rel='external imageLink'] {
	border-bottom: none;
	}


/* [href^="http://"]:not([href*="emetricscanada.com"])::after {
    content: url("http://www.emetricscanada.com/images/remote.gif");
} */