body {
	background: #B9D14F;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #808080;
	font-size: 14px;
}

a {
	color: #009245;
	text-decoration: underline;
}

img {
	border: none;
}

#bg {
	width: 100%;
	height: 600px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 0;
}

#bg object {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

#line {
	position: absolute;
	margin-left: -370px;
	left: 50%;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 638px;
}

.top {
	height: 145px;
	width: 100px;
	position: relative;
}

.top-page {
	height: 20px;
	width: 100px;
	position: relative;
}

div.content {
	position: relative;
	margin-left: -5px;
	min-height: 367px;
}

.content * {
	position: relative;
}

.pluralink-single-bg {
	position: absolute;
	left: 0;
	top: 337px;
	z-index: 0;
	width: 638px;
	height: 1px;
}

img.bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 638px;
	height: 368px;
	z-index: 0;
}

img.bg-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 638px;
	height: 337px;
	z-index: 0;
}


img.bg-bot {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 638px;
	height: 30px;
	z-index: 0;
}

h1, h2, h3 {
	color: #009245;
	font-weight: normal;
}

h1 {
	text-align: center;
	padding-top: 28px;
	margin: 0;
	font-size: 32px;
}

h2 {
	text-align: left;
	padding-top: 24px;
	margin: 0;
	margin-left: 33px;
	font-size: 28px;
}

.wp-content {
	margin-left: 33px;
	margin-right: 40px;
	padding-top: 10px;
	font-size: 0.9em;
	color: #555555;
	min-height: 230px;
}

.wp-content-archive {
	margin-left: 33px;
	margin-right: 40px;
	padding-top: 10px;
	font-size: 0.9em;
	color: #555555;
}

.wp-content pre {
	width: 547px;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #cccccc;
	
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	
}

.tee {
	margin-left: 7px;
	margin-top: 1px;
}

.new {
	margin: 20px auto;
	text-align: center;
	width: 100%;
}

.buttons {
	margin-top: 25px;
}

.buttons-page {
	margin-top: 0px;
	padding-bottom: 20px;
}

.footer {
	color: #006837;
	font-size: 10px;
	margin-top: 20px;
	text-align: right;
	padding-right: 10px;
}