/* begin Page */

/* begin Main Text Properties */

body
{
  margin: auto;
  padding: 0;
  background-color: #2e2e2e;
  background-image: url('images/Page-BgTexture.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: bottom left;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: #CCCCCC;
  line-height:125%;
}

/* end Main Text Properties */

/* begin Header */

div.Header-png
{
  position: absolute;
  z-index:-2;
  top: 0;
  left: 0;
  width: 780px;
  height: 200px;
  background-image: url('images/Header.png');
  background-repeat: no-repeat;
  background-position: left top;
}

/* end Header */

/* begin Menu */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
  text-align:left;
  text-decoration:none;
  outline:none;
  letter-spacing:normal;
  word-spacing:normal;
}

.artmenu li
{
  margin: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background:none;
}

.nav
{

  width: 780px;
  height: 15px;
}

.artmenu a , .artmenu a span
{
  height: 15px;
  display: block;
}

.artmenu a
{
  cursor: pointer;
  text-decoration: none;

}
.artmenu a span span
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 15px;
  font-style: normal;
  text-transform: uppercase;
  color: #CCCCCC;
  padding: 0 0px;
  margin: 0 0px;
  line-height: 15px;
  text-align: center;
  background-image: url('images/item-center.png');
  background-position: left top;
  background-repeat: repeat-x;

}

.artmenu a:hover span span
{
  color: #2e2e2e;
  background-position: left -30px;
  background-image: url('images/item-center.png');
}

.artmenu a.active span span
{
  color: #2e2e2e;
  background-position: left -30px;
  font-weight: bold;
  background-image: url('images/item-center.png');
}

/* end Menu*/

/* begin Links */

a
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  letter-spacing: 1px;
  color: #F2F2F2;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  letter-spacing: 1px;
  color: #ff3333;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  letter-spacing: 1px;
  color: #cc3333;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  letter-spacing: 1px;
  color: #ff0000;
}

/* end Links */

/* begin Titles */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 31px;
  text-transform: uppercase;
  text-align: left;
  color: #CCCCCC;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  color: #CCCCCC;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
  color: #CCCCCC;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  color: #CCCCCC;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  color: #CCCCCC;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
  color: #CCCCCC;
}

/* end Titles */

/* Start Content list */


li
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  text-align: left;
  margin-left: 12px;
}


/* end LayoutCell */

