

		
body {
	
	  background: #fff;
      margin:0 auto;
      color:#333;
 	  font-family:arial, verdana, helvetica, sans serif;
      }

p {
  padding:0;
  font-size:12px;
}

h2 {
  margin-left:0px;
  color:#000;
  font-family:century gothic;
  font-weight:normal;  
}

h3 {
  margin-left:0px;
  color:#000;
  font-family:century gothic;
  font-weight:normal; 
}

h3 a {
  margin-left:0px;
  color:#000;
  font-family:century gothic;
  font-weight:normal; 
}

#wrap{
	  background: #fff url('../img/bg_body.jpg') no-repeat left top;
	  margin: 0 auto;
	  width: 1000px;
}

hr {
	margin-top:60px;
}

#container {
  background:#fff url("../img/middle.jpg");
  /*background-repeat: repeat-y;*/
  margin:0 auto;
  width:816px;
  /*height:500px;*/
}
      
#container li{
  font-size:36px;
  list-style:none;
  font-weight:normal;
  font-family:century gothic;
}

#header {
  width:816px;
  height:74px;
  background: url("../img/header.jpg");
  margin:10px auto 0;
  
}

a {
  text-decoration:none;
  color:#000;
  font-weight:bold;

}

a:hover{
  color:#ccc;
}
	  
#nav {
  float:left;
  margin:10px 0 0 30px;
  width:300px;
  padding:0;  
  background: url("../img/menu.jpg") no-repeat bottom left;
  height:800px;
}

#nav ul{
	padding-top:160px;
	
}

#nav li a{
	  font-weight: normal;
}

#box {
float: left;
width:400px;
margin: 10px 0 0 20px;
background: url("../img/rightBox.jpg");
background-repeat: no-repeat; 
background-position: right 60px;
}

img {
  margin: 5px auto;
  border:0;
}

img a{
	border:0px;
	text-decoration:none;
}

#footer {
  background: url("../img/footer.jpg");
  width:816px;
  height:100px;
  margin:0 auto;
  clear:both;
}

acronym {
	color: #333;
	background: #e2eff3;
	cursor: help;
	border-bottom: 1px dotted #333;
	text-transform: uppercase;
	font-style: normal;
}
