/* BASIS */

body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	margin: 0px;
	background-image: url(pics/bg.gif);
}

#logo {
	position: absolute;
	z-index: 1;
	margin-left: 19px;
	margin-top: 16px;
	height: 171px;
	width: 213px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(pics/logo.gif);
}

#pony_container {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 400px;
}

.pony {
	margin-right: 30px;
	margin-top: 20px;
	text-align: right;
}

#bar {
	position: absolute;
	z-index: 3;
	margin-left: 0px;
	margin-top: 448px;
	padding-bottom: 17px;
	padding-top: 5px;
	width: 100%;
	height: 86px;
	background-image: url(pics/bar.gif);
	background-repeat: repeat-x;
}

/* REGULAR CONTENT */

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

.content {
	float: left;
	width: 100%;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 35px;
}

.h2 {
	font-size: 25px;
	font-weight: bold;
	margin-right: 30px;
	text-align: right;
}

.h3 {
	font-size: 22px;
	font-weight: bold;
	margin-right: 30px;
	text-align: right;
	margin-top: 5px;
}

.h4 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 30px;
	text-align: right;
}

.h5 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 30px;
	text-align: right;
}