body {
	margin: 0px auto;
	background-color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: .02em;
	color: #222;
}
body.frame {
	margin: 0px auto;
	background-color: #ccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: .02em;
	color: #222;
}
#header {
	width:850px;
	margin: auto;
	padding: 10px;
	color: #EEE;
}
#title {
	width: 400px;
	float: left;
	padding: 25px 0px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 50px;
	font-weight: lighter;
	line-height: 100%;
}
#banner {
	width: 450px;
	float: right;
	text-align: right;
	line-height: 0px;
}
#mcvr {
	margin: auto;
	background-color: #305B75;
	border-top: #999 solid 1px;
}
#mwrap {
	width: 900px;
	margin: auto;
}
#menu {
	width: 750px;
	margin: auto;
	padding: 10px 0px;
	float: left;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 100%;
	color: #EEE;
}
#media {
	width: 130px;
	margin: auto;
	padding: 10px 10px;
	float: right;
	text-align: right;
	line-height: 100%;
}
#maincvr {
	margin: auto;
	background-color: #EEE;
	background-image: url(../img/main/bg.gif);
	background-repeat: yes-repeat;
}
#main {
	width: 900px;
	margin: auto;
}
.left  {
	width: 640px;
	margin: 10px auto;
	float: left;
	padding: 10px 25px;
	text-align:left;
	background-color: #FFF;
	box-shadow: 1px 1px 3px #999;
}
.right {
	width: 156px;
	margin: 10px 0px 10px 10px;
	float: right;
	padding: 10px 20px;
	text-align: left;
	background-color:#CCC;
	border: #EEE solid 2px;
	box-shadow: 1px 1px 3px #999;
}
#footer {
	width:880px;
	margin: auto;
	padding: 20px 10px;
	font-size: 9px;
	line-height: 9px;
	letter-spacing: .1em;
	color: #666;
}
#note {
	width: 440px;
	margin: auto;
	float: left;
	text-align: left;
}
#copy {
	width: 440px;
	margin: auto;
	float: right;
	text-align: right;
}
.clear {
	clear: both;
}
.div {
	clear: both;
	padding: 5px 0px;
	text-align: right;
	border-bottom: #DDD solid 1px;
}
.divinterviews, .divaudio, .divessays	{
	clear: both;
	padding: 0px 0px;
	text-align: right;
	border-bottom: #DDD solid 1px;
	display:none;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 100%;
	letter-spacing:.01em;
	color: #222;
}
h2 { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	font-style:;
	letter-spacing: .02em;
	line-height: 150%;
	color: #666;
}
h3 { 
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 18px;
	line-height: 100%;
	color: #222;
}
h4 { 
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	line-height: 200%;
	color: #666;
}
h5 { 
	font-size: 12px;
	font-weight:;
	font-style:;
	line-height: 200%;
	color: #222;
}
h6 { 
	font-size: 10px;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 100%;
	color: #666;
	background-color:;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px;
	cursor:pointer;
}
h6:hover { 
	color: #305B75;
}

.subtext { 
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 200%;
	color: #666;
}
a { 
	color: #305B75;
	text-decoration: none;
}
a:hover {
	color: #000;
}
a.home { 
	color: #EEE;
	text-decoration: none;
}
a.home:hover {
	color: #EEE;
}
a.menu { 
	padding: 0px 25px;
	color: #DDD;
	font-size:15px;
	font-weight:lighter;
	letter-spacing: .1em;
	text-decoration: none;
}
a.menu:hover {
	color: #000;
}
a.submenu { 
	color: #666;
	font-size:10px;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 18px;
	text-decoration: none;
}
a.submenu:hover {
	color: #305B75;
}
a.footer { 
	color: #305B75;
	text-decoration: none;
}
a.footer:hover {
	color: #EEE;
}
p.interviews,p.audio,p.essays {
	height:100%;
	padding: 5px 0px;
	display:none;
}
img.cimg {
	margin: 0px 5px;
	box-shadow: 1px 1px 3px #999;
}
img.limg {
	margin: 10px 25px 10px 0px;
	float: left;
	box-shadow: 1px 1px 3px #999;
}
img.rimg {
	margin: 10px 0px 10px 10px;
	float: right;
}
.colwrap {
	width: 640px;
	}
.col1 {
	width: 200px;
	padding: 0px 0px 0px 0px;
	float:left;
}
.col2 {
	width: 440px;
	padding: 0px 0px 0px 0px;
	float:right;
}