html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-color: #ffffff;
}

strong {
	font-family: Palatino Linotype, Book Antiqua3, Palatino6;
	font-size: 14px;
	color: #ec6e22;
}

.content {
	height:100%;
	margin: 0 auto;
	padding: 0;
	border: none;
	text-align: left;
	vertical-align: middle;
	width: 999;
	background-color: #fefab1;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6;
	font-size: 14px;
	color: #000000;
}

A {
	font-family: Palatino Linotype, Book Antiqua3, Palatino6;
	font-size: 14px;
	color: #650066;
}

A:hover {
	font-family: Palatino Linotype, Book Antiqua3, Palatino6;
	font-size: 14px;
	color: #f5821f;
}

p {
	margin: 19px 0 0 0;
}

h1 {
	margin: 40px 0 0 0;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6;
	font-size: 18px;
	color: #ec6e22;
}

h2 {
	margin: 15px 0 0 0;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6;
	font-size: 14px;
	color: #ec6e22;
}

h3 {
	margin: 20px 0 0 0;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6;
	font-size: 18px;
	color: #ec6e22;
}

h4 {
	margin: 0px 0 0 0;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6;
	font-size: 14px;
	color: #ec6e22;
	text-align: center;
}

h5 {
	margin: 0px 0 0 0;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6;
	font-size: 16px;
	color: #000000;
	text-align: center;
}

.left {
	background-image: url(gfx/left.jpg);
	background-repeat: repeat-y
}

.right {
	background-image: url(gfx/right.jpg);
	background-repeat: repeat-y
}

.copyright {
	font-family: Palatino Linotype, Book Antiqua3, Palatino6;
	font-size: 12px;
	color: #000000;
}

