html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #F8F4E8 url(img/topbg.gif) repeat-x;
	border-top: 10px solid #3B5B68;
	font-family: Georgia, Constantia, serif;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr.c {
	display: block; 
	clear: left; 
	margin: -0.66em 0;
  	visibility: hidden;
}

a:link,a:visited {
	text-decoration: none;
	color: #176481;
}
a:hover {
	text-decoration: underline;
}

li, p {
	line-height: 1.4em;
}
p {
	margin: 1.5em 0;
}

#container {
	width: 630px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#header h1 {
	position: relative;
	padding: 100px 0 0 0;
	overflow: hidden;
	background: transparent url(img/noah-oppenheim.png) no-repeat;
	height: 0px !important;
	height /**/:100px;
}

#content {
	background: url(img/sidebg.gif) no-repeat top right;
	padding-right: 50px;
	font-size: .8em;
}
#content img {
	float: left;
	border: 5px solid #E6E7DE;
	margin: 1em 1em 1em 0;
}

#sidebar {
	float: right;
	width: 180px;
	margin-top: 1em;
}
#sidebar h3 {
	color: #176481;
	padding: 3px;
}

#sidebar li {
	margin: 3px 0;
	line-height: 1em;
}
#sidebar li a {
	color: #F8F7F4;
	background-color: #8BA6AD;
	border-right: 3px solid #3B5B68;
	font-size: .8em;
	text-transform: uppercase;
	display: block;
	padding: 3px;
}
#sidebar li a:hover {
	background-color: #498FA7;
	text-decoration: none;
}

#prods {
	
	margin-top: 10px;
}
#pubs {
	
}

#content {
	margin-right: 170px;
}

#content ul {
	margin: 1em 0;
}
#content ul ul {
	margin: 0 5%;
}
#content li {
	margin: .5em 0 .5em 1em;
	list-style-type: disc;
}
#content ul ul li {
	list-style-type: circle;
}
#content em {
	font-style: italic;
}

#copyright {
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: .2em;
}