@charset "utf-8";
/* CSS Document */

body{
  	margin-top: 35;
  	margin-left: 0;
  	margin-right: 0;
	margin-bottom: 0px;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center;
	background-color: #101110;
	height: 100%;
}


}

p,div{
  font-family: Times, serif;
  font-size: 11pt;
  color: #ffffff;
}

a{
  color: #7a2b82;
  text-decoration: none;
}

a:link{
  color: #7a2b82;
  text-decoration: none;
}

a:visited{
  color: #7a2b82;
  text-decoration: none;
}

a:hover{
  color: #7a2b82;
  text-decoration: underline;
}


#header{
  height: 88px;
  width: 100%;
  background-color: #3d3623;
  background-image: url(images/header.jpg); 
  background-repeat: no-repeat;
  background-position: top;
}


#footer {
  padding: 7px;
  border-top: 1px solid #E2EAEF;
  background-color: #e6d4ab;
  width: 100%;
  text-align: center;
  font-family: Times, serif;
  font-size: 11px;
  color: #333333;
}




