body{
	margin:0;
	background:#ececec;
}
a{
	color:#FFF;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.menu{
	background-image: url("menubg.jpg");
	background-repeat:no-repeat;
	height:29px;
	font-family:verdana;
	font-size:13px;
	color:#FFF;
	text-align:center;
	word-spacing:20px;
}
#content{
	padding:15px;
	line-height:20px;
	font-family:verdana;
	font-size:13px;
	color:#000;
	height:100%;
}
#content div{
	width:597px;
	margin:0px auto;
}
#content div p{
	text-indent:14px;
}
table td{
	font-size:11px;
}
