/* Null browsers default behaviour */
body, div, h1, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-family: Verdana;
}
img {
	border: 0;
}
body {
	background-color: #fff;
}
.b {
	font-weight: bold;
}
h1 {
	font: 36px Tahoma, Verdana, Arial;
	font-weight: lighter;
	color: #c22828;
}
#photo-wrapper {
	float: left;
	background: url(gfx/people/blank.jpg) no-repeat;
	width: 344px;
}
#photo {
	height: 600px;
}
/* IE hack from http://www.satzansatz.de/cssd/tmp/alphatransparency.html */
/* - rest is in ie-hacks.css */
.quick-links {
	position: relative;
	top: 456px;
	background: url(gfx/photo-quick-bg.png) no-repeat;
}
.quick-links-size {
	width: 344px;
	height: 30px;
}
/* hack ends */
.quick-links, .quick-links a {
	font: 10px Tahoma;
	color: #fff;
}
.quick-links a:hover {
	text-decoration: none;
}
.quick-links #left {
	float: left;
}
.quick-links #left img {
	position: relative;
	top: 3px;
	padding: 8px 0 0 12px;
}
.quick-links #right {
	float: right;
	padding: 11px 12px 0 0;
}
#content-wrapper {
	margin-left: 344px;
}
#contact-wrapper {
	background: url(gfx/contact-bg.png) repeat-x;
	height: 80px;
}
#contact-wrapper img.txt {
	float: left;
	margin: 25px 0 0 20px;
}
#contact-wrapper div.location {
	float: left;
	font: 11px Tahoma;
	color: #fff;
	margin: 15px 0 0 30px;
}
#contact-wrapper div.location a {
	color: #fcfabf;
}
#contact-wrapper div.location a:hover {
	color: #fccb9a;
}
#contact-edge {
	background: url(gfx/contact-bg-edge.png) no-repeat;
	height: 28px;
}
/* hack ends */
#menu {
	float: left;
	position: relative;
	height: 327px;
	left: -41px;
	margin-top: 80px;
	background: url(gfx/menu-edge.png) no-repeat;
}
#menu dl {
	width: 180px;
	margin: 35px 0 0 15px;
}
#menu dt {
	margin-bottom: -3px;
}
#menu dt a {
	font: 22px Verdana;
	color: #888;
	text-decoration: none;
}
#menu dt a:hover {
	color: #000;
}
#menu dt.open a {
	color: #c22828;
}
#menu dd {
	margin: 0;
	padding: 0;
}
#menu ul {
	list-style: none;
	border-top: 1px dotted #c7c7c7;
	border-bottom: 1px dotted #c7c7c7;
	padding: 4px 0;
}
#menu li {
	margin-left: 15px;
}
#menu li {
	font: 12px Lucida Sans;
	font-weight: bold;
	color: #888;
}
#menu li a {
	font: 14px Verdana;
	font-weight: bold;
	word-spacing: 0.01em;
	color: #999;
	text-decoration: none;
}
#menu li:hover {
	list-style-image: url(gfx/menu-list-on.gif);
}
#menu li.open {
	color: #c22828;
}
#menu li.open a {
	color: #000;
	text-decoration: underline;
}
#content {
/*	border-left: 1px dotted #000; */
/*	margin: 80px 0 0 175px;*/
	background: url(gfx/content-bg.png) repeat-y;
	margin-left: 175px;
	padding-top: 85px;
	font: 14px Verdana;
	color: #717171;
}
#content table.quote {
	font: 16px Verdana;
	font-weight: bold;
	color: #737373;
	line-height: 1.2em;
	padding-left: 20px;
}
#content table.quote img.start {
	position: relative;
	top: -5px;
	margin-right: 4px;
}
#content table.quote img.end {
	position: relative;
	bottom: -5px;
}
#content ul {
	list-style-image: url(gfx/content-list.gif);
	margin: 20px 0 20px 35px;
}
.clear {
	clear: both;
}

