@charset "UTF-8"

html {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 90%;
	background-color: #362;
	background-image: url("../images/bg.gif");
}

a img {
	border: none;
}

li {
	padding: 5px;
}

#page-wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}
#page-header {
	width: 800px;
	height: 45px;
	background: url("../images/header.gif") no-repeat #000;
}
#page-body {
}
#page-footer {
	width: 800px;
	height: 60px;
	color: #fff;
	background-color: #000;
	text-align: center;
}
#credit ul {
	list-style-type: none;
	text-align: center;
}
#credit ul li {
	display: inline;
}
#page-footer p {
	font-size: 80%;
	padding: 1em;
}

#page-title {
	margin-top: 18px;
	margin-bottom: 18px;
}
#page-title h1 {
	display: none;
}
#page-title p {
	display: none;
}
#page-title-image {
	text-align: center;
}

#campaign-description {
	padding-left: 20px;
	padding-right: 20px;
}

#border-area {
	background: #fff url("../images/border-body.png") repeat-y center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#border-area-top {
	background: #fff url('../images/border-top.png') no-repeat bottom center;
	height: 5px;
}
#border-area-bottom {
	background: #fff url('../images/border-bottom.png') no-repeat top center;
	height: 6px;
}

#entry-button {
	text-align: center;
}
.imagearea {
	text-align: center;
}


h2 {
	margin: 0;
	padding-top: 10px;
	font-size: 120%;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 130%;
}
td {
	vertical-align: top;
}
div.center {
	text-align: center;
}
