
body 
{
	background: #B4AAA0 url(background.png) repeat-x;
  
	text-align: center;
	color: #blue;
	font-family: 'Pontano Sans', sans-serif;
}
html, body, #wrapper {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}

img {
  border:  none;
}

#wrapper {
  margin: auto;
  /*background: #ffffff none repeat scroll 0% 50%;*/
  text-align: left;
  position: relative;
  width: 800px;
  font-size: 19px;
  color: black;
}

#main {
  margin: 40px 0px ;
}

p {
  padding: 0px 0px;
}

h1 {
  padding: 0px 0px;
  color: #006159;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #00008c;
}
a.orange {
  color: #d07c1a;
}
a.green {
  color: #858e10;
}
a.teal {
  color: #238aaa;
}
a.purple {
  color: #9f6bc8;
}
a:hover {
  color: #ff3300;
}
a.orange:hover {
  color: #ff9b0b;
}
a.green:hover {
  color: #45d110;
}
a.teal:hover {
  color: #239ff0;
}
a.purple:hover {
  color: #c12efa;
}

a:hover {
  text-decoration: underline;
}

table#navbar td {
  vertical-align: bottom;
  text-align: center;
  font-size: 17px;
  /*border-left: 2px solid #E8E5E0;*/
}

#navbar a {
  padding: 2px 9px;
  /*background: #000033 none repeat scroll 0% 50%;*/
  color: #000000;
  display: block;
  text-decoration: none;
  /*width: 10%;*/
}
#navbar a:hover {
  background: magenta none repeat scroll 0% 50%;
  /*text-align: left;*/
  color: #330033;
}

#footer {
  padding: 8px 0;
  background: #2B221B none repeat scroll 0% 50%;
  color: #ffffff;
  text-align: center; 
  font-size: 9px;
}
#footer a {
  color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
}
#footer a:hover {
  color: #f8cde3;
}

/*


body 
{
	background: #B4AAA0 url(background.png) repeat-x;
  
	text-align: center;
	color: #33ccff;
	font-family: Arial,Helvetica,sans-serif;
}
html, body, #wrapper {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}

img {
  border:  none;
}

#wrapper {
  margin: auto;
  text-align: left;
  position: relative;
  width: 950px;
  font-size: 16px;
  color: black;
}

#main {
  margin: 40px 18px ;
}

p {
  padding: 9px 18px;
}

h1 {
  padding: 9px 18px;
  color: #666666;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #00008c;
}
a.orange {
  color: #d07c1a;
}
a.green {
  color: #858e10;
}
a.teal {
  color: #238aaa;
}
a.purple {
  color: #9f6bc8;
}
a:hover {
  color: #ff3300;
}
a.orange:hover {
  color: #ff9b0b;
}
a.green:hover {
  color: #45d110;
}
a.teal:hover {
  color: #239ff0;
}
a.purple:hover {
  color: #c12efa;
}

a:hover {
  text-decoration: underline;
}

table#navbar td {
  vertical-align: bottom;
  text-align: center;
  font-size: 17px;
}

#navbar a {
  padding: 2px 9px;
  color: #000000;
  display: block;
  text-decoration: none;
}
#navbar a:hover {
  background: #fff700 none repeat scroll 0% 50%;
  color: #330033;
}

#footer {
  padding: 8px 0;
  background: #2B221B none repeat scroll 0% 50%;
  color: #ffffff;
  text-align: center; 
  font-size: 9px;
}
#footer a {
  color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
}
#footer a:hover {
  color: #f8cde3;
}
*/