body {
	background: #242732 url(/img/bg2.png) repeat-x top left;
	color: #eee;
	font-family: Georgia, Times, Serif;
	text-align: center;
	font-size:13px;
	line-height:22px;
}

#content a {
	color: #f19bcb;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content {
	margin: 0 auto;
	width: 887px;
	text-align: left;
	margin-top: 64px;
	/*border: 1px solid red;*/
}

#main {
	position: relative;
}

#header {
	height: 33px;
	width: 100%;
}

#logo {
	border: 0;
	float: left;
}

#menu {
	float: right;
	margin-top: 17px;
}

#menu :focus,
#logo:focus {
	outline:0;
}

#menu a {
	display: block;
	text-indent: -1000em;
	height: 12px;
	background-position: top left;
	float: left;
	margin-left: 32px;
}

#menu a:hover, #menu a.ON {
	background-position: left 12px;
}

#menu #gallery {
	background-image: url(/img/menu_gallery.png);
	width: 168px;
}

#menu #biography {
	background-image: url(/img/menu_biography.png);
	width: 86px;
}

#menu #teaching {
	background-image: url(/img/menu_teaching.png);
	width: 75px;	
}

#menu #press {
	background-image: url(/img/menu_press.png);
	width: 48px;	
}

#menu #contact {
	background-image: url(/img/menu_contact.png);
	width: 68px;	
}

hr {
	background: #333 url(/img/hr.png) top left repeat-x;
	border: 0;
	clear: both;
	height: 2px;
	margin: 16px 0;
}

#footerText {
	float: right;
	font: 10px "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #777;
}

#footerText span {
	font: 11px Georgia, Times, serif;
	font-style: italic;
}

#footerText a {
	color: #888;
	text-decoration: underline;
}

blockquote {
	background: transparent url(/img/quote.png) top left no-repeat;
	margin-left:0;
	min-height:2em;
	padding-left:3em;
	font-style: italic;
	color: #cfcfcf;
}

/****** Bio page ******/

#bioText {
	/*padding: 20px;*/
	/*background-color: #1d1f27;*/
	/*font-size:13px;
	line-height:22px;*/
	margin:1em 0 0 315px;
	/*text-align:justify;*/
	width:570px;
}

#bioText p {
	line-height: 1.8em;
}

#bioImg {
	float: right;
	width: 270px;
	margin: 0 0 .5em 1.5em;
	padding: 5px;
	background-color: #000;
}

#resume {
	line-height: 1.8em;	
	font-size: .83em;
}

#resume h2 {
	margin: 0 0 10px 0;
}

#resume h3 {
	margin: 10px 0 5px 0;
}

#resume table {
	width: 100%;
}

#resume table tbody tr {

}

#resume table tr td {
	width: 50%;
	vertical-align: top;	
	padding-bottom:.8em;
}

#resume table.industrials tr td {
	width: 25%;
}

#resume table strong {
	color: #fff;
}

/****** Gallery page *******/

.galleryBlock {
	float: right;
	width: 572px;
}

#sideMenu {
	float: left;
	width: 200px;
}

#sideMenu a {
	display:block;
	font-size:12px;
	margin-bottom: 5px;
}

#sideMenu h2 {
	text-transform: uppercase;
	font-size: .85em;
	margin-top: 0;
}

.galleryBlock h2 {
	text-transform: uppercase;
	font-size: .85em;
	margin-top: 0;
	float: left;
}

.galleryBlock cite {
	float: right;
	font-size:.85em;
	color: #aaa;
}

.galleryBlock img {
	height: 100px;
	width: 100px;
	margin: 0;
	border: 0;
}

.galleryBlock .images {
	clear: both;
}

.galleryBlock a {
	border: 0;
	display: block;
	background-color: #222;
	border: 1px solid #333;
	padding: 10px;
	float: left;
	margin: 0 20px 20px 0;
	height: 100px;
	width: 100px;
}

.galleryBlock a:hover {
	background-color: #2d2D2D;
	/*border-color: #555;*/ 
}


/******* Teaching page ******/

.teaching-main {
	margin: 30px 0 40px 315px;

}

/******* Press page ******/

.press-main {
	margin: 30px 0 40px 315px;

}

.press-main cite {
	font-style: normal;
	margin-left: 3em;
	display: block;
	font-size:0.8em;
	text-transform: uppercase;
}

.press-main .galleryLink {
	display:block;
	margin: 1em 0 0 3em;
}


/******* Contact page *******/

#contactContainer {
	margin: 50px 0 40px 315px;
}

label {
	font-size:11px;
	text-transform:uppercase;
}

/******** Front page ********/

.frontpage {
	position: relative;
}

.frontpage .top-images {
 	position:relative;
 	height:455px;
 }

.frontpage .galleryBlock {
	float: none;
	width: 100%;
}

.frontpage .galleryBlock a {
	margin-right: 31px;
}