/* Handles printing out the image repeatively down the page */

body {
  text-align: center;
  background: #765C89 url("../images/bg.jpg") repeat-y 50% 0;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

/* Default overrides for styles */

a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #604A6F;
}

a:hover {
  text-decoration: none;
}

h1 {
  font: 28px arial, tahoma;
  color: #745A87;
}

/* All text in the html document is wrapped in this element left aligns the page for IE bug */

#mainContent {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

#header {
  position: relative;
  background-image: url('../images/logo.jpg');
  background-repeat: no-repeat;
  top: 10px;
  left: 10px;
  height: 145px;
  width:860px;
  border-bottom: 1px solid #604A6F;
}

#footer {
  margin-top: 10px;
  text-align: right;
  width: 860px;
  height: 30px;
  padding-top: 10px;
  color: #604A6F;
  text-decoration:underline;
  border-top: 1px solid #604A6F;
}

#description {
  float: top;
  padding-top: 20px;
  text-decoration: none;
  color: #604A6F;
  font: 30px arial, tahoma;
}

/* Tab link styles */

#linksAndDescription {
  float: right;
}

#tabs {
  float: bottom;
  left: 400px;
  width:460px;
  padding-top: 35px;
}

td.primaryNav {
  background-image: url('../images/linktab.jpg');
  background-repeat: no-repeat;
  height:54px;
  width: 90px;
  text-decoration: none;
}

td.primaryNav p {
  text-align: center;
  color: #818181;
  font: 14px arial, tahoma;
}

a.tabLink:link,
a.tabLink:visited,
a.tabLink:active {
  text-decoration: none;
  color: #604A6F;
}

a.tabLink:hover {
  font-weight: bold;
  text-decoration: none;
}

/* End tab link navigations */

/* Body Styles */

div.pageContent {
  position: relative;
  left: 10px;
  width: 860px;
  padding-top: 20px;
}

div.pageContent p {
  font: 12px arial, tahoma;
  color: #3E3047;
}

div.pageContent li {
  font: 12px arial, tahoma;
  color: #3E3047;
  list-style: square;
}

div.pageImage {
  float: right;
}

/* End Body Styles */

/* Thumb nails */

img.thumbnail {
  width: 75px;
  height: 75px;
  border: thin solid silver;
}

div.thumbnail {
  padding: 10px;
  float: left;
}

/* End Thumb nails */

/* Main Artwork being displayed styles */

/* displayed on the right hand side of the page */
#imageHolder {
  float: right;
  padding-top: 10px;
  padding-right: 15px;
}

/* Image slider styles */
#allImages {
  float: bottom;
  width: 410px;
}

/* End Main Artwork being displayed */
