body {
	font-family: "Times New Roman", Times, serif;	
	background-color: #382D27;
	margin-top: 28px;
	text-align: center;
}
a img { border: 0; }
#container {
	width: 1045px;
	margin: 0 auto;
	text-align: left;
}
#content {
	background: #110A08;
}
#navigation {
	margin-top: 11px;
	height: 64px;
	background: url(../images/common/nav-back.jpg);	
}
#logo {
	display: block;
	float: left;
	padding: 25px;
}
#navigation ul, #navigation li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li {
	float: left;
	padding: 20px 15px;
}
#navigation a {
	font-size: 11px;
	letter-spacing: 2px;
}
.home #content {
	min-height: 528px;
}
.home #show { padding-top: 0; }
#show {
	width: 300px;
	padding-top: 10px;
	float: left;
}
#copy {
	color: #CEC09D;
	font-size: 14px;	
	line-height: 18px;
	width: 675px;
	float: left;
}
.portfolio #show {
	/*padding-top: 100px;*/
}
.portfolio #copy {
	width: 400px;
}
.portfolio #center {
	width: 375px;
	height: 500px;
	float: left;
	margin-left: 35px;
}
.portfolio #center img {
	display: none;
	margin: 0 auto;
	width: 321px;
	margin-top: 35px;
}
.portfolio #center img.first {
	display: block;
}
.portfolio #right {
	padding-top: 60px;
	width: 225px;
	float: left;
	margin-left: 50px;
}
.portfolio #right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.portfolio #right li {
	margin: 1em 0;
	padding: 0;
}
.portfolio #right a {
	font-size: 16px;	
}
.portfolio #right a, .portfolio .links a {
	text-decoration: none !important;
	color: #61524A;
}
.portfolio #right a:hover, .portfolio .links a:hover {
	color: #D5C7B3;
}
.portfolio #thumbs {
	width: 105px;
	float: left;
	margin: 0 20px;
}
.portfolio #thumbs a {
	opacity:0.4;
	filter:alpha(opacity=40);
	display: block;
	padding-bottom: 5px;
	zoom: 1; /* IE needs hasLayout for alpha */
}
.portfolio #thumbs a.active {
	opacity:1;
	filter:alpha(opacity=100);
}
.portfolio #detail {
	width: 440px;
	height: 420px;
	float: left;
	text-align: center;
	position: relative;
}
.portfolio #detail img {
	display: block;
	position: absolute;
}
.portfolio a {
	text-align: center;
}
.home #copy {
	padding: 30px 10px 10px 20px;
	width: 310px;
	float: left;
}
.home #content { padding: 0; height: auto; }
.home #show {
	float: right;
	width: 695px;
}
.clear_all { clear: both; }
p {
	margin: 0 0 1em 0;
}
h1 {
	text-transform: uppercase;
	font-size: 16px;
}
h2 {
	font-size: 15px;
	margin: 0;
}
/* Legacy Styles */ 
#content {
	font-size: 15px;
	line-height: 20px;
	color: #CEC09D;
	padding: 25px;
	min-height: 550px;
}
* html #content {
	height: 550px;
}
#subnav {
	font-size: 12px;
	color: #CEC09D;
	padding-top: 10px;
	padding-left: 20px;
	letter-spacing: 1px;
	text-align: center;
}
#subnav a { text-decoration: underline; }
a:link {
	color:#CEC09D;
	text-decoration: none;
}
a:visited {
	color:#CEC09D;
	text-decoration: none;
}
a:hover {
	color:#9E9180;
	text-decoration: underline;
}
a:active {
	color:#CEC09D;
	text-decoration: none;
}
#content a {
	text-decoration: underline;
}
.publications #show {
	width: 345px;
}
.publications #copy {
	width: 600px;
}
.publications .publication {
	width: 330px;
	font-size: 0.95em;
}
.publication {
	float: left;
	height: 150px;
}
.publication div {
	display: block;
	float: left;
	margin-right: 10px;
	width: 130px;
	text-align: right;
}

.nextprev {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
	color: #CEC09D;
	padding-right: 20px;
	clear: both;
}

.nextprev  a:hover {
	text-decoration: underline !important;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
