/* Better choice */

body {
  text-align:center;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color: #000;
  background-color:#fff;
  }

.wrapper {
  width:764px;
  background-color:#fff;
  /*border: 1px solid #cccccc;*/
  text-align: left;
  margin:0 auto;
}

.header {
  text-align: center;
  padding:0px 0px 5px 0px;*/  
}
/*navigation*/
.nav {
	float: left;
	text-align: left;
	font-size: 12	px;
	width: 173px;
	height: 506px;
	margin: 0px;
	padding-top: 11px;
	background-image: url(menu.gif);
	background-repeat: no-repeat;
}
/*.nav a.top {
	margin: 0px 16px 0px 20px;
	text-decoration: none;
	color: #000;
}
.nav ul {
	list-style-type: none;
	margin-top:12px;
	margin-left:10px;
	padding: 0px;
}

.nav ul li {
	height: 35px;
	*height: 33px;
	margin:0px;
 	//behavior: url(hover.htc); 
}
.nav ul li.first {
	margin-top: 13px;
}
.nav ul li a, .nav ul li a:visited {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: transparent; 
	padding: 10px 10px 10px 15px;
}

.nav ul li a:hover {
//font-weight: bolder;
}*/

/*content*/
.content {
  float:right;
  text-align: left;
  width: 582px;
  padding: 5px 0px 0px 5px;*/
}

.content h1{
	color: #ff0000;
	font-size: 18px;
	font-weight:bolder;
}
/*/contet*/

/*footer*/
.footer {
  clear:both;
  height: 60px;
  border-top:1px solid #cccccc;
  text-align: left;
  
  background-color:#fff;
  /*padding: 10px 10px 10px 200px;*/
}

.footer .copy{
	float: left;
	clear: right;
	font-size: 7pt;
	margin: 15px auto auto 5px;
}
.footer .copy a {
	color:#999999;
	text-decoration: none;
}
.footer a img{
	float: right;
	border: none;
}
/*/footer*/