@charset "utf-8";

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #FFFFFF;
}

img {
  border: 0;
}

.header {
  height: 100px;
  text-alignment: left;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
  text-align: right;
  background-repeat: no-repeat;
  height: 95px;
}
.footer a:link {
  text-decoration: none;
  color: #ED1E79;
}
.footer a:hover {
  text-decoration: underline;
  color: #333333;
}
.footer a:visited {
  text-decoration: none;
  color: #ED1E79;
}
.footer a:active {
  text-decoration: none;
  color: #ED1E79;
}

.credits {
  padding-top: 40px;
  padding-left: 35px;
  float: left;
}

.copyright {
  padding-top: 40px;
  padding-right: 35px;
  float: right;
}

.content {
  width: 780px;
  padding-left: 25px;
  padding-right: 25px;
}

.pagetitle {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #000000;
  padding-top: 3px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.pagetitle a:link {
  text-decoration: none;
  color: #000000;
}
.pagetitle a:hover {
  text-decoration: none;
  color: #333333;
}
.pagetitle a:visited {
  text-decoration: none;
  color: #000000;
}
.pagetitle a:active {
  text-decoration: none;
  color: #000000;
}

.pagecontent {
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #333333;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 380px;
  width: 400px;
}
.pagecontent a:link {
  text-decoration: none;
  color: #ED1E79;
}
.pagecontent a:hover {
  text-decoration: underline;
  color: #333333;
}
.pagecontent a:visited {
  text-decoration: none;
  color: #ED1E79;
}
.pagecontent a:active {
  text-decoration: none;
  color: #ED1E79;
}

#viewwork {
  width: 400px;
  overlow: hidden;
}

#viewartist {
  width: 400px;
  overlow: hidden;
  color: #333333;
}
#viewartist a:link {
  text-decoration: none;
  color: #333333;
}
#viewartist a:hover {
  text-decoration: underline;
  color: #ED1E79;
}
#viewartist a:visited {
  text-decoration: none;
  color: #333333;
}
#viewartist a:active {
  text-decoration: none;
  color: #333333;
}

.indexnavigation {
  float: right;
  margin-top: 10px;
}
.indexnavigation a:link {
  text-decoration: none;
  color: #333333;
}
.indexnavigation a:hover {
  text-decoration: underline;
  color: #ED1E79;
}
.indexnavigation a:visited {
  text-decoration: none;
  color: #333333;
}
.indexnavigation a:active {
  text-decoration: none;
  color: #333333;
}

.indextd {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 0px;
}

.indextdlast {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.indexartisttitle {
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
  width: 400px;
  overflow: hidden;
}

.indexartisttext {
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 400px;
  overflow: hidden;
}

/* ------------------------------------ */
form {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: normal;
}

input, select, textarea {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #FFF;
  color: #333333;
  padding: 2px;
  border-top: 1px solid #333333;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #333333;
  margin-bottom: 5px;
}

input[type=text], input[type=password], select, textarea {
}

input[type=radio], input[type=checkbox] {
  background-color: #FFF;
  border: 0;
}

input[type=submit] {
  float: right;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 1px solid #333333;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #333333;
}                            


