﻿@charset "utf-8";
body {
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */background-color: #BED531;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */;
	color: #003300;
	font-family: Tahoma;
	font-size: 13px;
}
p {
	text-align: center;
}

#footer {
	font-weight: bold;
	color: #666666;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 650px;
	text-align: center;
}
img {
	margin: 2px;
}

#main {
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
}
#maincont {
	width: 650px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
}
p a {
	text-align: center;
	color: #003300;
}
p a:hover {
	text-align: center;
	color: #006600;
}
#maincont #header {
	background-image: url(images/logoss.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	width: 650px;
}

h1 {
	font-size: 12px;
	text-align: center;
}
a:hover {
	text-align: center;
	color: #006600;
}
a {
	text-align: center;
	color: #003300;
}
h2 {
	font-size: 14px;
	text-align: center;
}
h3 {
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
}
#maincont #main #price {
	font-size: 12px;
	color: #333333;
	vertical-align: middle;
	border: 1px solid #EEEEEE;
}
.forms {
	font-size: 11px;
	color: #003300;
	width: 300px;
}
.forms2 {
	font-size: 11px;
	color: #003300;
	width: 300px;
}
#mail {
	text-align: left;
}
.GuestbookPar {
	text-align: left;
}
.GuestBookDate {
	text-align: right;
}
