html, body {
	margin: 0;
	padding: 0;
	background-color: black;
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif;
	color: white;
	width: 100%;
	height: 100%;
}
div#home {
	width: 654px;
	height: 428px;
	overflow: auto;
	background-image: url(../images/index_img.jpg);
	background-repeat: no-repeat;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 100px;
	padding-top: 60px;
}
div#header {
	width: 750px;
	height: 63px;
	margin-left: auto;
	margin-right: auto;
	background-color: #676767;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(../images/header_bg.jpg);
}
div#headerLeft {
	width: 16px;
	height: 63px;
	float: left;
}
div#headerCenter {
	width: 718px;
	float: left;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
div#headerRight{
	width: 16px;
	height: 75px;
	float: left;
}
div#nav {
	clear: both;
	width: 750px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	background-color: #676767;
	padding-left: 30px;
	padding-right: 30px;
	border-top: 1px solid black;
}
div#navLeft {
	width: 1px;
	height: 24px;
	float: left;
}
div#navCenter {
	width: 718px;
	float: left;
	padding-top: 5px;
}
div#navRight {
	width: 16px;
	height: 24px;
	float: left;
}
div#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	background-color: #424242;
	padding-left: 30px;
	padding-right: 30px;
}
div#path {
	text-align: right;
	font-size: 1.4em;
	padding-top: 20px;
	padding-right: 5px;
}
div#controls {
	text-align: right;
	margin-top: 10px;
}
div#footer {
	width: 750px;
	padding-top: 75px;
	padding-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	font-size: .8em;
	color: #999999;
	clear: both;
}
div#thumbnails {
	width: 130px;
	float: left;
	margin-top: 25px;
	margin-left: 0px;
}
div#thumbLeft {
	width: 60px;
	float: left;
}
div#thumbRight {
	width: 60px;
	float: right;
	margin-top: 30px;
}
div#content {
	width: 580px;
	float: right;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px dotted black;
	line-height: 17px;
}
div#content img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
div#content p {
	padding-right: 30px;
	border-right: 1px dotted #333333;
}
h1 {
	font-size: 1.4em;
}
h3 {
	margin-top: 0;
	padding-top: 10px;
	padding-left: 10px;
	border-top: 1px dotted #999999;
	font-weight: normal;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-display: none;
	display: inline;
	margin-right: 25px;
}
div#homenav1 {
	float: left;
	width: 300px;
}
div#homenav2 {
	float: right;
	width: 200px;
	text-align: right;
}
div#centeredContent {
	margin-top: 25px;
}
div#breakup {
	clear: both;
	padding-top: 20px;
}
div#back div#forth {
	width: 72px;
}
div#back {
	float: left;
}
div#forth {
	float: right;
}
img {
	border: 0;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: white;
	text-decoration: none;
	border: 0px;
}
a:hover{
	text-decoration: underline;
}
a.preview:link img, a.preview:active img {
	border: 1px solid white;
}
a.preview:visited img {
	border: 1px solid black;
}
a.preview:hover img {
	border: 1px solid red;
}
a.selected:link img, a.selected:active img, a.selected:visited img, a.selected:hover img {
	border: 1px solid red;
}
a.tagLink:link, a.tagLink:active, a.tagLink:visited {
	font-weight: normal;
}
.thumbnail {
	height: 62px;
	width: 62px;
	margin-bottom: 10px;
}
.sectionThumbs, .sectionThumbsCentered {
	width: 240px;
	height: 240px;
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
	background-color: black;
}
.sectionThumbsCentered {
	margin-left: 14px;
	margin-right: 15px;
}
.sectionThumbs img, .sectionThumbsCentered img {
	border-top: 1px solid #999999;
}