@charset "utf-8";

* {padding: 0; margin: 0;}

/* If we need all three columns change  body min-width, #top width, and #main width to 1020px */
body {
	font: 16px/130% "Adobe Garamond Pro", Garamond, "Times New Roman", serif;
	margin: 55px 0 30px 60px;
	background: #fff;
	color: #666;
	min-width: 930px;
}
/* If we need all three columns change  body min-width, #top width, and #main width to 1020px */
#top {
	height: 50px;
	overflow: hidden;
	color: #000;
  width: 920px;
}

#top h1 {
	float: left; 
	width: 238px; 
	line-height: 42px;
	font-size: 36px;
}
h1, h2 {font-weight: normal;}

#topnav {
	line-height: 50px;
	float: left;
	width: 437 px;
	font-size: 20px;
}
#topnav ul li {
	list-style: none;
	display: inline;
	padding: 0 25px;
}
#topnav ul li a:hover, #topnav ul li a:focus, #topnav ul li a.current {
	color: #666;
}

/* If we need all three columns change  body min-width and #main width to 1020px */
#main {
	clear: both;
	width: 920px;
	position: relative;
}

#left-nav {
	float: left;
	width: 200px;
	padding: 20px 40px 0 0;
	text-align: right;
	font-size: 18px;
	overflow: hidden;
}
#left-nav ul {
	list-style: none;
}
#left-nav ul li {
	list-style: none;
	clear: right;
	padding: 0 0 25px 0;
overflow: hidden;
}

#left-nav ul li a {
	display: block;
	float: right;
	padding-left: 20px;
	background: url(i/l-nav-on.gif) 0 100em no-repeat;
}
#left-nav ul li a:hover, #left-nav ul li a:focus {
	background: url(i/l-nav-on.gif) 0 51% no-repeat;
}
#left-nav ul li a.current { 
	background: url(i/l-nav-current.gif) 0 51% no-repeat;
	color: #000;
}

#photo {
	float: left;
}

#rt-cont {
	float: left;
        width: 325px;
        padding-left: 20px;
}


a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	}
a:hover, a:focus {color: #666;}

#main p, #main h2, #main h3 {
padding: 20px 0;
}

