﻿body {
	margin: 0px;
	background-image: url(images/background.gif);
}
img{
	border: 0px;
}
a,table, p, input, textarea {
	color: #5a4f3d;
	font-size: 15px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
p{
	margin-right: 20px;
}
h1 {
	color: #5a4f3d;
	font-size: 18px;
	line-height: 21px;
}
h2 {
	color: #5a4f3d;
	font-size: 16px;
	line-height: 19px;
}
.inputform {
	width: 300px;
	border: 1px #5A4F3C dotted;
}
#sitemap {
	width: 400px;
	background-color: #DFD5A4;
}
#sitemap .indented-nor {
	display: block;
	padding-left: 30px;
	background-color: #DFD5A4;
}
#sitemap .indented-alt {
	display: block;
	padding-left: 30px;
	background-color: #EFE5A6;
}
#container {
	background-color: #DFD5A4;
}
#contactform {
	border: 1px #5A4F3C solid;
}
td.index {
	background-image: url(images/main-background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
td.index #content {
	margin-left: 180px;
	margin-top: 45px;
	width: 300px;
}
td.internal #content {
	margin-left: 180px;
	margin-top: 45px;
	width: 500px;
}
div.footer-left {
	float: left;
	color: #dfd4a4;
	font-weight: bold;
	margin-left: 10px;
}
div.footer-right {
	float: right;
	color: #dfd4a4;
	font-weight: bold;
	margin-right: 10px;
}
div.footer-right a, div.footer-right a:visited {
	color: #dfd4a4;
	font-weight: bold;
	margin-left: 10px;
}
div.footer-right a:hover {
	color: #ffffff;
}
#toplogo {
	width: 391px;
	height: 95px;
	background-image: url(images/logo-hellwinkies.jpg);
	display: block;
	text-decoration: none;
}
#content a, #content a.visited {
	color: #5a4f3d;
}
#content a:hover {
	color: #988362;
}
.errortext {
	color: #FF3300;
}

#designerlines img
{
	margin-left:auto;
	margin-right:auto;
}

.blogentry
{
	/*border-bottom: 1px #5a4f3d solid;*/
}
.blogentry p.header
{
	background-color: #5a4f3d;
	color: #dfd4a4;
	display: block;
	padding: 5px;
}

.blogentry p
{
	/*margin-left: 20px;*/
}


