* {
	margin: 0; 
	padding: 0;
	text-decoration: none;
	border: none;
	}
															/** BODY ELEMENTS **/
body {
	font-size: 62.5%;
	text-align: left;
	font-family: Georgia, "Times New Roman", serif;
	color: #7c7169;
	background: #eeebd5 url(../images/bg.jpg);
	behavior:url("scripts/csshover.htc");
}
	
	
	
	
	
	
	
/** Layout Styles **/

div#header {
	position: relative;
	width: 100%;
	height: 160px;
	background: #fff url(../images/header_border.jpg) repeat-x bottom;
}

div#header_logo {
	position: relative;
	width: 900px;
	height: 100%;
	left: 50%;
	margin-left: -450px;
	background: #fff url(../images/header_logo.jpg) center bottom repeat-x;
}

div#banner {
	position: relative;
	width: 100%;
	height: 128px;
	background: #fff url(../images/banner_bg.jpg) repeat-x;
}

div#banner_image {
	position: relative;
	width: 900px;
	height: 100%;
	left: 50%;
	margin-left: -450px;
	background: #fff url(../images/banner.jpg) center bottom repeat-x;
}

div#content {
	position: relative;
	width: 100%;
	background: url(../images/header_border.jpg) top center repeat-x;
	background-position: 0 -4px;
}

div#content_bg {
	position: absolute;
	width: 900px;
	height: 40px;
	left: 50%;
	margin-top: -2px;
	margin-left: -451px;
	background: url(../images/content_bg.jpg) top center no-repeat;
}

div#menu {
	position: relative;
	float: left;
	width: 175px;
	left: 50%;
	margin-top: 30px;
	margin-left: -460px;
}

div#rightpane, div#home_rightpane {
	position: relative;
	float: left;
	width: 665px;
	left: 50%;
	margin-top: 10px;
	margin-left: -262px;
	padding-top: 20px;
}

div#home_rightpane {
	padding-top: 0;
	padding-left: 5px;
}
div#maintext {
	float: left; 
	width: 460px; 
	margin-top: 8px;
}


/** Menu Styles **/
div.menuitem {
	position: relative;
	width: 100%;
	height: 36px;
}

div#menu div:hover {
	background-position: -175px 0;
}

div#menu_home {
	background: url(../images/menu_home.jpg);
}

div#menu_portfolio {
	background: url(../images/menu_portfolio.jpg);
}

div#menu_shows {
	background: url(../images/menu_shows.jpg);
}

div#menu_biography {
	background: url(../images/menu_biography.jpg);
}

div#menu_process {
	background: url(../images/menu_process.jpg);
}

div#menu_contact {
	background: url(../images/menu_contact.jpg);
}

div#submenu_recent {
	background: url(../images/submenu_recent.jpg);
}

div#submenu_flight {
	background: url(../images/submenu_flight.jpg);
}

div#submenu_smallstories {
	background: url(../images/submenu_smallstories.jpg);
}

div#submenu_abundance {
	background: url(../images/submenu_abundance.jpg);
}

div#submenu_bodies {
	background: url(../images/submenu_bodies.jpg);
}

div#submenu_adornment {
	background: url(../images/submenu_adornment.jpg);
}









/** Home Menu Styles **/
div.homeitem {
	position: relative;
	float: left;
	width: 130px;
	height: 350px;
	margin-top: -38px;
	margin-right: 0px;
}

div#home_rightpane div:hover {
	background-position: 0 -349px;
}

div#home_portfolio {
	background: url(../images/home_portfolio.jpg);
}

div#home_shows {
	background: url(../images/home_shows.jpg);
}

div#home_biography {
	background: url(../images/home_biography.jpg);
}

div#home_process {
	background: url(../images/home_process.jpg);
}

div#home_contact {
	background: url(../images/home_contact.jpg);
}



div#thumbnails {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #7c7169;
	border-bottom: 1px solid #7c7169;

}

div#thumbnails img { 
	padding: 2px;
}

/** Typography **/

p {
	font-size: 1.5em;
	line-height: 1.4;
	margin-bottom: 1.2em;
}

h1 {
	color: #009e95;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 1em;
}

h2 {
	margin-bottom: 0.5em;
}

li {
	font-size: 1.2em;
	line-height: 1.5em;
}


p a {
	color: #D17631;
	text-decoration: underline;
}



/** Other Styles **/

#content img {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #6c5e55;
}

img#portrait {
	float: left;
	margin-top: 12px;
	margin-right: 20px;
}
