* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Panefresco250wtRegular';
	background: #d6de39 url(../images/body-bg.jpg) no-repeat center top;
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
}
h1, h2, h3, h4, strong {
	font-family: 'Panefresco750wtRegular';
	font-weight: normal;
	color: #666;
}
em {
	font-family: 'Panefresco250wtItalic';
	font-style: normal;
}
p { padding: 0 0 10px 0; }
a { color: #09f; }
#wrapper {
	width: 820px;
	margin: 0 auto;
	text-align: left;
}
ul#links { height: 143px; }
ul#links.index {
	height: 250px;
	background-image: none;
}
ul#links, ul#links.index {
	background: transparent url(../images/cantyvw-trans.png) no-repeat right bottom;
	list-style-type: none;
	position: relative;
	z-index: 10;
}
ul#links li { display: inline; }
ul#links li a { float: left; }
ul#links li.tab a {
	height: 73px;
	padding: 10px 16px 0 16px;
	margin: 0 0 0 10px;
	color: #fff;
	background: transparent url(../images/tab-trans.png) no-repeat 0 0;
}
ul#links li.tab a:hover { background: transparent url(../images/tab-trans.png) no-repeat 0 -5px; }
ul#links li.tab a.active, ul#links li.tab a.active:hover {
	background: transparent url(../images/tab-red-trans.png) no-repeat 0 -5px;
	text-decoration: none;
}
#tag h1 a {
	background: transparent url(../images/vw-tag-trans.png) no-repeat 0 0;
	width: 104px;
	height: 143px;
	text-indent: -10000px;
}
#tag h1 a:hover { background: transparent url(../images/vw-tag-trans.png) no-repeat 0 -5px; }
#tag h1 a.active, #tag h1 a.active:hover { background: transparent url(../images/vw-tag-red-trans.png) no-repeat 0 -5px; }
#content {
	clear: left;
	width: 620px;
	padding: 20px;
	margin: 0 0 30px 120px;
	background: transparent url(../images/white-trans.png) repeat 0 0;
}
#animation, #cloud0, #cloud1, #cloud2, #beetle0, #beetle1, #beetle2 { position: absolute; }
#animation {
	top: 0;
	left: -20%;
	width: 140%;
	height: 225px;
	z-index: 1;
}
#cloud0, #cloud1, #cloud2 {
	z-index: 2;
	left: 0;
}
#beetle0, #beetle1, #beetle2 {
	z-index: 3;
	right: 0;
}
.fix {
	clear: both;
	height: 0;
}
#leftcol {
	width: 400px;
	float: left;
}
#rightcol, .floater { float: right; }
#rightcol {
	width: 180px;
	padding-left: 20px;
	border-left: 1px dashed #666;
}
table {
	margin: 0 0 16px 0;
	padding: 0;
	border-collapse: collapse;
}
table h3 { margin-top: 16px; }
td {
	padding: 4px 4px 4px 4px;
	vertical-align: top;
}
td.contact, td.calendar { border-left: 1px dashed #9ebc50; }
td.calendar {
	width: 400px;
	padding: 4px 0 4px 12px;
}
td.contact {
	padding: 4px 0 4px 8px;
	width: 200px;
}
tr.alt, td.alt, table h3 { background-color: #fdffca; }
img.thumb {
	width: 75px;
	height: 75px;
	border: none;
	padding-bottom: 8px;
}
.edit {
	float: right;
	font-family: 'Panefresco250wtRegular';
	font-size: 14px;
	padding-right: 10px;
}
