/* CSS Document */

body {
  font-weight: normal;
  font-size:16px;
  color: #3C3C3C;
  font-family:  "verdana", "arial",  "Sans-serif", "Eras Light ITC";
  background-color: #ffffff;
  background-image: url(../images/azumah-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-position: middle; 

}

#body {
width:950px;
min-height: 500;
}

#nav {
width: 950px;
}

#content {
width: 900px;
}

#footer {
width: 100%;
font-size:11px;
text-align:center;

height: 50px;
}



.center {
  margin-left: auto;
  margin-right: auto;
}

.right {
  float: right;
}
.left {
   float: left;
}

.clear {
  clear: both;
}

a:link {
	font-weight: bold;
	color: #76746c;
	text-decoration:none;
}

a:visited {
	font-weight: bold;
	color: #bababa;
	text-decoration:none;
}

a:active {
	font-weight: bold;
	color: #634f32;
	text-decoration:none;
}

a:hover {
	color: #ff0000; 
	text-decoration:none;
}

h1 {
	font-weight: bold;
	font-size:22px;
	color: #3C3C3C;
	font-family: "Eras Light ITC", "verdana", "arial";
}

p {
	font-weight: normal;
	font-size:16px;
	color: #3C3C3C;
	font-family:  "verdana", "arial", "Sans-serif", "Eras Light ITC";
}

td {
	font-weight: normal;
	font-size:16px;
	color: #3C3C3C;
	font-family:  "verdana", "arial", "Sans-serif", "Eras Light ITC";
}

.HRcolor {
color: #cccccc;
border-style: solid;
}







