*{
	padding:0;
	margin:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html, body {
	height: 100%;
	background: #48596E url(../images/bg.jpg) repeat-x top;
}
a {
	color: #48596E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	list-style-position: outside;
	margin-left: 20px;

}
#main {
	width: 820px;
	margin: auto;
	min-height: 100%;
	height:auto !important;
	position: relative;
	background: url(../images/bg_content.jpg) repeat-y;
}
#banner {
	height: 152px;
	width: 820px;
	background: url(../images/banner.jpg) no-repeat;
}
#container {
	background: url(../images/bg_content_top.jpg) no-repeat top;
}
#left {
	float: left;
	width: 200px;
	min-height: 200px;
	height: auto !important;
	margin-left: 10px;
}
#content {
	min-height: 200px;
	height: auto !important;
	width: 580px;
	margin-left: 210px;
	padding: 9px 10px 10px;
}
#content p {
	padding-top: 10px;
	text-align: justify;
}
#content h1 {
	font-size: 14px;	
}
#footer {
	position: absolute;
	bottom: 0;
	clear: both;
	width: 820px;
	height: 20px;
	background: url(../images/footer.jpg) no-repeat;
	font-weight: bold;
	padding-top: 7px;
}
#footer .left{
	margin-left: 220px;
}
#footer .right{
	margin-left: 320px;
}
input, textarea {
	border: 1px solid #D6D8B1;
	background-color: #F9FCFF;
	padding: 2px;
}
.gb {
	border: 1px solid #D6D8B1;

}
.guestbooktop {
	background: #E7E9D3;
	padding: 3px;
}
.guestbook {
	padding: 3px;
}
.guestbookbottom {
	background: #E7E9D3;
	padding: 3px;

}
hr {
	border: 1px dotted #D6D8B1;
}
.message {
	background-color:#B8FF71
}
.errormessage {
	background-color:#FFB3B3
}
#previewimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	height: 1px;
	z-index: 5000; 
}
#previewimageid img {
	border: 0;
}
