/* CSS Document */

/* Neutralize standard styles */
body {
	margin: 0px;
	padding: 0px;
	color: white;
	font-size: 12px;
	/*background-color: #CC0033;  Leon Red  changed */
	background-color: #000; /* Black Feb2011 */
	}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	}
/* end standard styles */

#wrapper {
  float: left;
  width: 100%;
}

#masthead {
/*  background-color: #CC0033;  Leon Red */
/* background-color: #000; Black   */
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: white;
	font-size: 90px;
}

/* ===========================  navcontainer   */
/*
:link = regular link, not clicked before, not hovered, not having a focus and not being pressed.
:visited = link that has been visited within the history of the browser
:focus = link that has the focus (usually identified with a dotted rectangle)
:hover = link that has a mouse hovering over it
:active = link that is being pressed at that very time.  Usually a split second while you hold down the mouse button clicking on the link

*/
#navcontainer {
width: 100%; /* this controls FULL bk color in IE */
font-family: Arial, Helvetica, sans-serif;color: green;

/*background-color: #CC0033;   Leon Red */
	/*	text-align: center;*/
}

#navcontainer ul {
 margin: 0 ;
 list-style: none;
   background-color: white; /* black */
/* background-color: #CC0033;  Leon Red */
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: black;
   padding-left: 200px;
/*  float: left; */
}

#navcontainer li {
  display: inline; 
  }

#navcontainer a, #navcontainer a:link, #navcontainer a:visited {
background-color: #000; /* black */
/* background-color: #CC0033; Leon Red */
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: white;
padding: 0.2em 1em;
text-decoration: none;
float: left;
/*  border-right: 1px solid #fff;   */
}

#navcontainer  a:hover {
  background-color: #CC0033;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: white;
/*	font-weight: bold;  */
}

#navcontainer  a:active {
background-color: #CC0033; /* Leon Red */
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: white;
padding: 0.2em 1em;
text-decoration: none;
float: left;
/*  border-right: 1px solid #fff;   */
}

/* +++++++++++++++++++++++++++ */

/*
#content {
  margin: 0 auto;
  width: 720px;
  text-align: left;
	background-color: #000; 
	}*/

a, a:link, a:visited {
	color: white;
padding: 0.2em 1em;
text-decoration: underline;
}

a:hover {
	color: red;
padding: 0.2em 1em;
text-decoration: none;
}

a:active {
	color: white;
padding: 0.2em 1em;
text-decoration: underline;
}
.painting {
	padding-top: 10px;
	padding-bottom: 10px;
 text-align: center;
}

.spec  {
	font-family: Arial, Helvetica, sans-serif;
 color: white; 
 text-align: center;}

#footer  {
clear: both;
	font-family: Arial, Helvetica, sans-serif;
 color: white; 
 text-align: center;
	}
#text { 
  margin: 0; 
  text-align: left; 
   padding-right: 425px;
  padding-left: 350px;
  padding-top: 40px; 
		padding-bottom: 40px; 
	font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 16px;
	}
