body {
	margin: 0;
	padding: 0;
	background-color: #666;
	background-image: url('images/back.gif');
	background-repeat: repeat-x;
}
#top {
	width: 760px;
	height: 15px;
	margin: auto;
	background-image: url('images/top.gif');
	overflow: hidden;
}
#hdr {
	width: 760px;
	margin: auto;
	background-image: url('images/hdr.gif');
	padding-bottom: 5px;
	text-align: center;
}
#subtop {
	width: 760px;
	height: 15px;
	margin: auto;
	background-image: url('images/subtop.gif');
	overflow: hidden;
}
#mid {
	width: 740px;
	margin: auto;
	background-image: url('images/ctr.gif');
	padding: 0 15px 0 5px;
}
#subbtm {
	width: 760px;
	height: 15px;
	margin: auto;
	background-image: url('images/subbtm.gif');
	overflow: hidden;
}
#ftr {
	width: 760px;
	margin: auto;
	background-image: url('images/hdr.gif');
	text-align: center;
	color: #fff;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	padding-top: 7px;
}
#btm {
	width: 760px;
	height: 15px;
	margin: auto;
	background-image: url('images/btm.gif');
	overflow: hidden;
}
#nav {
	float: left;
	width: 130px;
	border-top: 1px solid #fff;
	font-family: arial;
	font-size: 13px;
}
#cnt {
	float: right;
	width: 580px;
	padding: 0 10px;
	font-family: arial;
	font-size: 13px;
	color: #fff;
}
#nav a:link, #nav a:visited {
	display: block;
	color: #fff;
	background-color: #777;
	border-bottom: 1px solid #fff;
	padding: 2px 3px 3px 5px;
	text-decoration: none;
	width: 122px;
}
#nav a:hover {
	background-color: #666;
	color: #7bc618;
}
#ftr a:link, #ftr a:visited {
	color: #fff;
	text-decoration: none;
}
#ftr a:hover {
	color: #7bc618;
}
#hdr img {
	border-width: 0;
}
h2 {
	font-family: verdana;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -2px;
}
.piclnk {
	margin: auto;
}