body {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	margin-top: 115px;
	float: right;
	margin-right: 20px;

}
#menu {
	padding-top: 150px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: absolute;

}
.button {
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #6600CC;
	padding-left: 10px;
	padding-top: 3px;
}
a:link, a:visited {
	color: #6600CC;
	text-decoration: none;
}
a:hover {
	color: #9999CC;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 160px 50px 0px 200px;
	position: absolute;
	text-align: justify;


}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 10px;
}
.photo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin-top: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #6600CC;
	font-style: italic;
	padding-bottom: 10px;
}
img {
	margin-bottom: 5px;
}
