@charset "utf-8";



body {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
}
#container {
	width: 965px;  
	background: #FFFFFF;
	/*text-align: left; */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#mainContent {
	padding: 0; 
	background: #FFFFFF;
	text-align: center;
}

#mainContentNonfunctional{
	background: #FFFFFF;
	text-align: center;
	padding-top: 41px;
	padding-right: 0;
	padding-bottom: 41px;
	padding-left: 0;
}
#mainContentArtist {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#mainContentThumbnail {
	background-image: url(images/thumbnailChronology.png);
	background-repeat: no-repeat;
	height: 446px;
	width: 925px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#designersContent {
	padding-left: 30px;
}
#artistsContent {
	padding-left: 30px;
}

#footer {
	background:#fff;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer_text {
	font-size: 0.75em;
	color: #CCCCCC;
}td img {display: block;}








/*Links***************************/


.footer a:link {
	font-size: 0.75em;
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:visited {
	font-size: 0.75em;
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:hover {
	font-size: 0.75em;
	color: #666666;
	text-decoration: none;
}
.footer a:active {
	font-size: 0.75em;
	color: #CCCCCC;
	text-decoration: none;
}
#wwwhw {
	padding-left: 20px;
}
.thumbText {
	font-size: 1.2em;
	font-weight: bold;
}

.tn-border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
}
