#head {
	background-image: url(img/head.png);
	height: 152px;
	width: 702px;
	background-repeat: no-repeat;
}
#foot {
	background-image: url(img/foot.png);
	height: 38px;
	width: 702px;
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
}
#body {
	background-image: url(img/body.png);
	background-repeat: repeat-y;
	width: 702px;
	overflow: auto;
}
body {
	background-image: url(img/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#menu {
	width: 180px;
	padding-left: 15px;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}
#content {
	float: left;
	width: 465px;
	margin-left: 25px;
	background-color: #FFF;
}
h1 {
	margin: 0px;
}
.pic {
	margin-right: 8px;
}
.flg {
	margin: 0px;
	text-align: right;
}
p {
	clear: both;
	line-height: 22px;
	overflow: auto;
	margin: 0px;
	width: 465px;
}
.text {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
#main {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 702px;
}
#foot p {
	text-align: center;
	margin: 0px 15px;
	padding: 0px;
	width: 672px;
	background-color: #690;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#foot a:link {
	color: #FFF;
}
#foot a:visited {
	color: #FFF;
}
table {
	width: 400px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
}
td {
	border: 1px solid #ABAB81;
}
