body {
	background: url(../images/bg_body.jpg) repeat top left black;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #C30;
	text-decoration: none;
}
a:hover { color: #999; }

img { border: none; }

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

li {
	padding-left: 15px;
	background: url(../images/yinyang.gif) no-repeat 0 2px;
}

.container {
	width: 900px;
	margin: 0 auto;
}

#header {
	background: url(../images/bg_studs.jpg) repeat-x top left;
	height: 100px;
	vertical-align: middle;
}
#header img { vertical-align: middle; }

#nav {
	width: 164px;
	height: 395px;
	padding-right: 10px;
}
#nav div {
	margin: 10px 0;
}

#gallery {
	border-bottom: solid 2px white;
	width: 680px;
	margin: 13px 6px 0 6px;
	padding-bottom: 13px;
}

.copy {
	width: 693px;
	margin: 9px 0;
}
.copy p { text-align: justify; }
.copy h1, .gallery h1 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: capitalize;
	margin: 0px;
}
.copy h2, .gallery h2 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-transform: lowercase;
	margin: 0px;
}
.copy h3 {
	font-size: 12px;
	color: black;
}
.copy h4 {
	font-size: 12px;
	font-styleV: italic;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: black;
	margin: 0px;
}

#footer {
	background: url(../images/bg_studs.jpg) repeat-x top left;
	font-weight: bold;
	color: white;
	height: 100px;
}
#footer div {
	text-align: right;
	width: 840px;
	margin: 0 auto;
	padding-top: 30px;
}
#footer a { color: white; }
#footer a:hover { color: black; }

.list_obj {
	background-color: #333;
	text-align: left;
	color: white;
	width: 100%;
	margin: 2px 0;
}

.list_bar {
	background: url(../images/bg_listtop.png) repeat-y top left;
	font-weight: bold;
	text-align: right;
	color: #333;
	height: 20px;
}

.btn {
	background-color: #333;
	color: white;
	border: none;
	margin: 0;
}
.btn:hover {
	background-color: white;
	color: #333;
}

cite {
	color: black;
	text-align: right;
}

.banner {
	float: right;
	padding: 2px 30px;
	vertical-align: middle;
}
