body,html {
	margin: 0px;
	padding: 0px;
	background-color: #ebeae3;
	text-align:center;
	height: 100%;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	behavior:url("public_inc/csshover.htc");
}
#container {
	text-align: left;
	width: 708px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height:100%;
	height:auto;
	_height: 100%;
	background-image:url(img/bodyBg.jpg);
	background-repeat:repeat-y;
}
#header {
	border-bottom: 1px solid #970000;
	height: 130px;
	width: 530px;
	margin-left: 177px;
}
#header #nextProduction{
	display: block;
	width: 530px;
	height: 130px;
}
#logo {
	position: absolute;
	left: 7px;
	top: 10px;
}
#menu {
	margin-top: 20px;
	width: 169px;
	list-style-type:none;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	color: #ffffff;
	padding: 0px;
	margin-left: 0px;
}
#menu li {
	height: 27px;
	margin-bottom: 1px;
}
#menu li a {
	width: 155px;
	margin-left: 7px;
	background-color: #a93f3f;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	font-family: Tahoma;
	text-decoration: none;
	display: block;
	text-align:center;
	height: 25px;
	line-height: 25px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#menu li:hover {
	background-color: #a93f3f;
}
#menu li:hover a {
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin-left: 5px;
}
#menu li#active{
	background-color: #a93f3f;
}
#menu li#active a {
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin-left: 5px;
}
#menu li a:hover {
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin-left: 5px;
}
#menuText {
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
	text-align:center;
	margin-left: 7px;
	width: 155px;
}
#menuText a {
	text-decoration: none;
	color: #ffffff;
}
#menuText a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#contentTable {
	padding-bottom: 40px;
}

#content {
	color: #808080;
	margin-left: 10px;
	margin-top: 10px;
	width: 510px;
}
#content img {
	border: 1px solid #970000;
}

#footer {
	background-image: url(img/footerBg.jpg);
	background-repeat: repeat-y;
	position: absolute;
	left: 0px;
	bottom: 0px;
	_bottom: -1px;
	padding: 0px;
	width: 708px;
	height: 30px;
	line-height:30px;
	margin: 30px 0px 0px;
	text-align: center;
	font-size: 9px;
	color: #ffffff;
}
#footer #menuFooter {
	float: left;
	margin-left: 7px;
	width: 155px;
	height: 30px;
	line-height: 30px;
	text-align:center;
	font-weight:bold;
	font-size: 10px;
	font-family: Tahoma;
}
#footer #contentFooter {
	border-top: 1px solid #970000;
	float: right;
	margin-right: 1px;
	font-weight:normal;
	font-size: 10px;
	font-family: Tahoma;
	height:30px;
	width: 530px;
	line-height:30px;
	text-align:center;
}

div.head {
	color: #ffffff;
	position: relative;
	width: 193px;
	border: 1px solid #970000;
	background-color:#a93f3f;
	margin-left: 1px;
	line-height: 20px;
}
td.nday {
	background-color: #a93f3f;
	border: 1px solid #970000;
	width: 25px;
	cursor: default;
	line-height: 20px;
	color: #ffffff;
}
td.day {
	background-color: #a93f3f;
	border: 1px solid #970000;
	width: 25px;
	cursor: pointer;
	line-height: 20px;
	color: #ffffff;
}
td.day:hover {
	background-color:#cc9393;
	border: 1px solid #970000;
	width: 25px;
	cursor: pointer;
	line-height: 20px;
	color: #ffffff;
}
td.dayn {
	border: 1px solid #a93f3f;
	width: 25px;
	line-height: 20px;
	color: #ffffff;
}
a.l,a.l:link {
	text-decoration:none;
	line-height: 20px;
	color: #ffffff;
}
a.l:hover {
	text-decoration:underline;
	line-height: 20px;
	color: #ffffff;
}
a {
	color: #970000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #970000;
	font-weight:bold;
	text-decoration: underline;
}

#Guestbook {
	border: 1px solid #970000;
	border-top: none;
}
.GuestbookHeader {
	background-color:#cc9393;
	color:#ffffff;
	border-bottom: 1px solid #970000;
	border-top: 1px solid #970000;
	line-height:20px;
	height: 20px;
}
.GuestbookHeader .left {
	float: left;
	margin-left:5px;
	font-weight: bold;
}
.GuestbookHeader .right {
	float: right;
	margin-right: 5px;
	font-weight:normal;
}
.GuestbookMessage {
	margin: 10px;
}
.GBIcon {
	cursor: pointer;
}
input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
}