body {
  font-family: "SerifGothic","Copperplate Gothic","Kirsty","University","Goudy Sans", Georgia, serif;
  background: #000 url(../img/furni/allBkg.gif) repeat-y center top;
  text-align: center;
  color: #FFF;
  font-size: 62.5%;
}

#outShell {
  width: 120em;
  background: url(../img/furni/borderTop.gif) repeat-x 0 8px;
  margin: 0 auto;
  padding: 3em 0 0 0;
  position: relative;
}

#container {
  width: 100%;
  background: url(../img/furni/indexBackDark.jpg) right bottom no-repeat;
  text-align: left;
  height: 100%;
  border-bottom: 1px solid #221;
  float: left;
}


/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/

#topNav {
  	width: 100%;
  	color: #FFF;
	background: url(../img/furni/navBkgDown.png) repeat-x top left;
	height: 5em;
}
#bottomNav {
	background: url(../img/furni/borderBottom.gif) repeat-x left bottom;
	float: right;
	width: 100%;
	padding: .7em 0 0 0;
	height: 5em;
	margin: 0;
	border-top: #AAA 1px solid;
}
.nav {
	list-style: none;
	float: right;
	padding: 0 2% 0 15%;
}
.nav li {
	float: left;
	display: inline;
	width: 15em;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	text-indent: -9000px;
	height: 4.2em;
}
.nav li.thinnest {
	width: 10em;
}
.nav li.thin {
	width: 13em;
}

#bottomNav ul.nav {
	width: 100%;
	float: right;
}
#bottomNav .nav li {
	width: 11em;
	float: right;
}

.nav li.none {
	/*outline: 1px solid #0F0;*/
}
.nav #news {	
	width: 25%;
}
.nav #home {	
	background: url(../img/nav/home.gif) no-repeat 50% 0;
	display: block;
	width: 80%;
	padding: .7em 10% .3em 10%;
	font-size: 1.3em;
	color: #FFF;
	height: 75%;
}
.nav li a {
	text-decoration: none;
	display: block;
	width: 80%;
	padding: .7em 10% .3em 10%;
	font-size: 1.3em;
	color: #FFF;
	height: 75%;
}

#home {
	background: url(../img/nav/home.gif) no-repeat 50% 0;
}
#newWork {
	background: url(../img/nav/new.gif) no-repeat 50% 0;
}
#illo {
	background: url(../img/nav/illo.gif) no-repeat 50% 0;
} 
#install {
	background: url(../img/nav/install.gif) no-repeat 50% 0;
}
#archive {
	background: url(../img/nav/arch.gif) no-repeat 50% 0;
}
#studio {
	background: url(../img/nav/studio.gif) no-repeat 50% 0;
}
#contact {
	background: url(../img/nav/contact.gif) no-repeat 50% 0;
}


#home:hover {
	background: url(../img/nav/home.gif) no-repeat 50% 100%;
}
#newWork:hover {
	background: url(../img/nav/new.gif) no-repeat 50% 100%;
}
#illo:hover {
	background: url(../img/nav/illo.gif) no-repeat 50% 100%;
} 
#install:hover {
	background: url(../img/nav/install.gif) no-repeat 50% 100%;
}
#archive:hover {
	background: url(../img/nav/arch.gif) no-repeat 50% 100%;
}
#studio:hover {
	background: url(../img/nav/studio.gif) no-repeat 50% 100%;
}
#contact:hover {
	background: url(../img/nav/contact.gif) no-repeat 50% 100%;
}

/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/

h1 {
	padding: 0 0 2em 0;
	width: 400px;
	background: url("../img/furni/head.png") no-repeat 0 0;
	display: block;
	text-indent: -9000px;
	height: 110px;
	margin: 0;
	position: absolute;
	top: 0;
	left: -4em;
	z-index: 10;
}

h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: left;
}
h3 {
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: left;
}

/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/

#mainContent {
	height: 52em;
	float: right;
	padding: 1em;
	text-align: center;
	width: 85em;
}

/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/

#sidebar {
	background: #000 url("../img/furni/sideMantle.gif") no-repeat  -12px -2em;
	height: 53em;
	width: 29em;
	float: left;
	margin: -1em 0 0 0;
	padding: 4em 0 0 1em;
	overflow: auto;
	text-align: center;
}
#sidebar p {
  font-family: "Goudy Sans", Georgia, serif;
  font-size: 1.2em;
  text-align: left;
  margin: 0;
  padding:  .5em 0 1em 1.5em;
  width: 19em;
  line-height: 1.5em;
}
#sidebar h2,
#sidebar h3 {
	width: 16em;
	padding-left: .7em;
}
#sidebar h2 {
	color: #777;
}
#sidebar h3 {
	color: #BBB;
}
#sidebar img {
	display: block;
  width: 24em;
  border-bottom: #221 solid 1px;
  border-right: #221 solid 1px;
  margin: .5em auto 1em auto;
}
#sidebar hr {
	width: 18em;
  margin:  2.1em auto 3.1em auto;
}

#sidebar a {
	text-decoration: none;
	color: #BBB;
}
#sidebar a:link {
	color: #BBB;
}
#sidebar a:visited {
	color: #777;
}
#sidebar a:hover {
	color: #603;
}
#sidebar a:active {
	color: #BBB;
}

/*-------------------------------------*/
/*-------------------------------------*/

#creds {
	width: 100%;
	text-align: center;
	padding: 1em 0 0 0;
	clear: both;
}
#creds a {
	text-decoration: none;
	color: #AAA;
}
#creds a:hover {
	color: #FAF;
}


/*-------------------------------------*/

.fltrt { 
  float: right;
  margin-left: 8px;
}
.fltlft { 
  float: left;
  margin-right: 8px;
}
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

#outShell:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}