body {
	width: 100%;
	min-width: 1000px;
	font-family: "Times New Roman", Times, serif;
	
}

/* start! */

#wrapper {
	position: relative;
	width: 1000px;
	padding-bottom: 69px;
	margin: auto;
	margin-top: 120px;
}

#title {
	width: 320px;
	float: left;
	background-color: #1b201e;
	border-left: 1px solid #353535;
	padding: 32px;
	padding-right: 18px;
	line-height: 1.3em;
}

#enter {
	margin-top: 160px;
	margin-left: 20px;
}

#enter h1 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 2em;
	margin-bottom: 1em;
}

#enter a:link {
	text-decoration: none;
	color: black;
}

#enter a:visited {
	text-decoration: none;
	color: black;
}

#enter a:hover span {
	text-decoration: underline;
	color: black;
}

#enter a:active {
	text-decoration: none;
	color: black;
}

#title h2 {
	font-weight: normal;
	color: #a99952;
	text-transform: uppercase;
	font-size: 2em;
	margin-bottom: 1em;
}

#title h3 {
	font-weight: normal;
	color: #a3a37d;
	text-transform: uppercase;
	font-size: 1em;
}

#title p {
	color: #c7c7c7;
	height: 400px;
	overflow: auto;
	padding-right: 1em;
}

#images {
	width: 368px;
	float: left;
}

#images h2 {
	font-weight: normal;
	color: #a99952;
	text-transform: uppercase;
	font-size: 2em;
	margin-bottom: 1em;
}

#images h3 {
	font-weight: normal;
	color: #a3a37d;
	text-transform: uppercase;
	font-size: 1em;
}

#images .image-list {
	position: relative;
	width: 370px;
	padding-top: 2em;
}

#images .tabs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
}

#images .tabs span {
	padding: 8px;
}

#images .tabs span a:link {
	color: #a99952;
	text-decoration: none;
}

#images .tabs span a:visited {
	color: #a99952;
	text-decoration: none;
}

#images .tabs span a:hover {
	color: #eee;
	text-decoration: none;
}

#images .tabs span a:active {
	color: #eee;
	text-decoration: none;
}

#images .tabs span.active  a {
	color: #695912;
}

#image-right {
	width: 500px;
	float: left;
	margin-top: 7em;
	margin-left: 4em;
}

#image-right img {
	padding: 12px;
	border: 1px solid #a3a37d;
	width: 500px;
}

#copyrights {
	color: #a3a37d;
	margin-top: 18px;
	font: 10px Georgia, "Times New Roman", Times, serif;
}

#bio {
	background-image: url(../img/bg_bio.png);
	padding: 20px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #35201b;
}

#top-banner {
	position: fixed;
	display: block;
	width: 100%;
	height: 3em;
	background: transparent;
	z-index: 10;
	background-color: #a99952;
	top: 0;
	margin-top: 0;
}

#top-banner div {
	position: relative;
	margin: auto;
	width: 1000px;
	padding-top: 24px;
}

#top-banner ul li {
	display: inline;
	margin-left: 120px;
}

#top-banner  li a:link {
	color: black;
	text-decoration: none;
}

#top-banner  li a:visited {
	color: black;
	text-decoration: none;
}

#top-banner  li a:hover {
	color: black;
	text-decoration: underline;
}

#top-banner  li a:active {
	color: black;
	text-decoration: none;
}

#menu-left {
	color: #a3a37d;
	width: 140px;
	float: left;
	margin-top: 6em;
}

#menu-left li {
	line-height: 1.6em;
}

#menu-left li a:link {
	color: #a3a37d;
	text-decoration: none;
}

#menu-left li a:visited {
	color: #a3a37d;
	text-decoration: none;
}

#menu-left li a:hover {
	color: #ddd;
	text-decoration: none;
	/* text-decoration: underline; */
}

#menu-left li a:active {
	color: #ddd;
	text-decoration: none;
}

#photo-right {
	width: 320px;
	float: left;
	margin-top: 6em;
	margin-left: 2em;
}

#photo-right img {
	padding: 2px;
	border: 1px solid #a3a37d;
	width: 500px;
}

.hidden {
	display: none;
}

/* stop! */