body {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	font-size:14px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.frame {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	height: auto;
	margin-top: 0px;
}

#top {
	width:760px;
	height:60px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: left;
}

.contact {
	width:760px;
	height:122px;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	clear: left;
	float: left;
}

.info {
	width:760px;
	height:98px;
	background-image: url(images/info.jpg);
	background-repeat: no-repeat;
	clear: left;
	float: left;
}

.menu {
	width:760px;
	height:17px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	clear: left;
	float: left;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 3px;
}

.contents {
	padding-top:20px;
	width:760px;
	height:auto;
	background-repeat: no-repeat;
	clear: left;
	float: left;
}

.footer {
	width:760px;
	height:32px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	clear: left;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: right;
}

.menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: none;
	color: #80334d;
	text-decoration: none;
	height: 24px;
	margin-right: 15px;
	margin-top: 5px;

}

.menu a:hover{
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
li {
	margin-bottom: 15px;
	list-style-image: none;
	list-style-type: none;
}
