@charset "UTF-8";
body  {
	font: 80% Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 6; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
.twoColFixLtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 30px;
	padding-left: 30px;
} 
.twoColFixLtHdr #header {
	background: #FFF;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	margin-left: 3px;
	margin-top: 36px;
	height: 50px;
} 
.twoColFixLtHdr #header_inner h1 {
	font: 23px Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	float: left;
}
#header_inner    {
}
.twoColFixLtHdr #container #sidebar1 {
	width: 198px;
	float: left;
}
.twoColFixLtHdr #container #sidebar1 table tr td {
	height: 60px;
	width: 60px;
	padding: 0px;
}
#info {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	margin-top: 10px;
	border-top: 1px solid #CCC;
	margin-right: 3px;
	margin-left: 3px;
}
#arrow_nav {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 6px;
	height: 10px;
	letter-spacing: 0.08em;
	font-size: 13px;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
#arrow_nav_right {
	text-align: right;
	width: 96px;
	float: left;
}
#arrow_nav_left {
	width: 96px;
	float: left;
}
#arrow_nav a    {
	text-decoration: none;
	color: #888;
}
#arrow_nav a:hover {
	color: #333;
}
li {
	list-style: none;
	float: left;
	margin-right: 30px;
	margin-top: 25px;
	color: #666;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
ul {
	margin-left: 250px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 293px;
} 
.twoColFixLtHdr #container #mainContent p img {
	margin-top: 3px;
}
.twoColFixLtHdr #footer {
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	text-align: right;
	color: #888;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0.1em;
	color: #333;
}
p {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: .1em;
}
#info a {
	color: #333;
}
#info a:visited {
	color: #333;
}
#info a:hover {
	color: #999;
}
.twoColFixLtHdr #container #mainContent p {
}
a {
	text-decoration: none;
}
.cv caption {
	text-align: left;
	margin-bottom: 14px;
	letter-spacing: 0.1em;
	color: #333;
}
.cv td {
	vertical-align: top;
	padding-bottom: 2px;
}
.nav a {
	color: #888;
	text-decoration: none;
}
.nav a:hover {
	color: #333;
}
.linkopacity a {
	-moz-opacity: 1;
	filter: Alpha(opacity=100);
	opacity: 1;
}
.linkopacity img {
	border: 3px solid #FFF;
}
.linkopacity a:hover {
	-moz-opacity: .8;
	filter: Alpha(opacity=50);
	opacity: .6;
}
#current_thumb img{
	border: 3px solid #333;
}
#current_nav {
	color: #333;
}

