body {
	background: #131617;
	color: #8d9294;
	font: 8pt Arial;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #d2873f;
}
a:hover {
	color: #f4d6b1;
}
b, strong {
	color: #f4d6b1;
}
em, i, u {
	color: #9d8261;
}
a img {
	border: 3px solid #37464f;
}
a:hover img {
	border: 3px solid #4e6672;
}
table, tr, td {
	font: 8pt Arial;
}
textarea, input, select, button {
	background: #2e3e46;
	border: 0px;
	color: #8d9294;
	font: 8pt Arial;
	margin: 1px;
	padding: 3px;
}

/* SIDE BAR */
#side-bar {
	background: #bc630e;
	width: 271px;
	height: auto;
	vertical-align: top;
}
#side-bar h1 {
	font: 9pt Trebuchet MS;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #0e1b48;
	margin:0px;
	padding: 5px;
	letter-spacing: 1px;
}
#side-bar .main {
	margin: 0px;
	margin-bottom: 15px;
	padding: 5px;
}
#side-bar .text, #side-bar tr {
	background: #c66f11;
	color: #293840;
	padding: 5px;
	text-align: justify;
}
#side-bar a {
	color: #f5d4b2;
	font-weight: bold;
}
#side-bar a:hover {
	color: #000000;
}
#side-bar a img, #side-bar a:hover {
	border-width: 1px;
}
#side-bar b {
	color: #723b00;
}

/* CONTENTS */
#contents-body {
	background: #233139;
	width: 539px;
	height: auto;
	vertical-align: top;
	padding-right: 10px;
}
#contents-body h1 {
	font: 12pt Arial;
	font-weight: bold;
	color: #c66f11;
	margin: 0px;
}
#contents-body h2 {
	font: 7pt Arial;
	font-weight: bold;
	color: #d9c8b8;
	letter-spacing: 1px;
	margin: 0px;
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #434f55;
}
#contents-body .main {
	background: #293840;
	border: 1px solid #2f3d45;
	border-left: 5px solid #2f3d45;
	padding: 10px;
	margin: 0px;
	margin-bottom: 20px;
}
#contents-body .text {
	text-align: justify;
	color: #8d9294;
}

/* OTHER */
#introduction {
	background: #000000 url(http://josephgordonlevitt.org/images/v6_07.jpg) no-repeat;
	width: 235px;
	height: 77px;
	font: 7pt Arial;
	letter-spacing: 1px;
	color: #dacbbe;
	text-align: justify;
	vertical-align: middle;
}
#left {
	background: url(http://josephgordonlevitt.org/images/v6_10.jpg) repeat-y;
	width: 73px;
	height: 100%;
}
#right {
	background: url(http://josephgordonlevitt.org/images/v6_13.jpg) repeat-y;
	width: 75px;
	height: 100%;
}
blockquote {
	background: #2e3e46;
	padding: 10px;
}
