body {
	margin: 0;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	background: #fff url(bg.png) repeat-x top center;
	line-height: 1.6em;
}

div.article {
	background: url(tl.gif) top left no-repeat;
	width: 650px;
	margin: 20px auto;
}

div.article h2 {
	background: url(tr.gif) top right no-repeat;
	font-size: 1.3em;
	padding: 15px;
	padding-left: 5px;
	margin: 0;
	position: relative;
	right: -14px;
}

div.articlebody {
	background: url(r.gif) top right repeat-y;
	margin: 0;
	margin-top: -2em;
	padding: 15px;
	padding-left: 0;
	position: relative;
	right: -14px;
}

div.long {
	background: url(l.gif) top left repeat-y;
}

div.articlefooter {
	background: url(bl.gif) bottom left no-repeat;
	position: relative;
	top: 12px;
	clear: both;
}

div.articlefooter p {
	background: url(br.gif) bottom right no-repeat;
	padding: 15px;
	padding-left: 0;
	display: block;
	margin: -2em 0 0 0;
	position: relative;
	right: -14px;
	font-size: 0.9em;
	text-align: right;
}

#top {
	margin-top: -0.4em;
	padding-left: 5px;
	font-size: 1em;
	border-top: 1px solid #6bb36b;
	border-bottom: 0px;
}

img.right { float: right; position: relative; }

h3 {
	font-size: 1em;
	padding-left: 15px;
	border-bottom: 1px solid #6bb36b;
}

ul.menu {
	color: #6a6262;
	list-style: square;
	line-height: 2.4em;
	font-weight: bold;
	font-size: 120%;
	list-style-position: inside;
	margin-left: 1em;
	padding-left: 0;
}


a {
	color: #6a6262;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	border-bottom: 1px solid #6bb36b;
}

a.c {
	background-color: #ddf9dd;
}

a:hover {
	background-color: #ddf9dd;
}

.nopad { padding: 0; }

.thumbs {
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	clear: both;
}

.thumbfloat {
	float: left;
	border: 1px solid #6bb36b;
	margin: 10px;
	width: 170px;
}

.thumbfloat a {
	padding: 0;
	border: 0;
}

.thumbfloat a:hover {
	background: none;
}

.thumb {
	border: none;
	padding: 10px;
}

.long p {
	padding-left: 20px;
	padding-right: 20px;
}

