html {
	overflow:hidden;
	height:100%;
}
body {
	background-color:#031a56;
	background-image:url(/template/images/bgmain.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:50%;
	overflow:hidden;
	margin:0px;
	height:100%;
}
#bgspecial {
	position:absolute;
	width:940px; /* 840 + 2*50 for left and right circles */
	height:100%;
	left:50%;
	margin-left:-470px;
	background-image:url(/template/images/bgcontainer.gif);
	background-position:50%;
}
#bodycontainer {
	position:relative;
	width:100%;
	height:100%;
	overflow:auto;
	overflow-y:scroll;
	height:100%;
}
#container {
	position:relative;
	left:50%;
	width:840px;
	margin-left:-412px; /* 420 - 16/2 to compensate for scrollbar */
	height:100%;
}
#content {
	position:relative;
	padding-top:200px;
	left:180px;
	width:460px;
	text-align:left;
	padding-bottom:40px;
}
#rightscroller {
	position:fixed;
	top:0px;
	height:100%;
	right:50%;
	margin-right:-420px;
	width:156px;
	overflow:hidden;
	font-size:10px;
	font-weight:bold;
	color:white;
	padding:0px;
}
#rightscroller a {
	color:white;
	text-decoration:none;
}
#rightscroller a:hover {
	color:black;
}
img {
	border:0px;
}
#copyright {
	position:fixed;
	bottom:10px;
	left:50%;
	margin-left:-400px;
	font-size:10px;
	color:#ffa200;
}
#copyright a {
	color:#ffa200;
	text-decoration:none;
}
#footericons {
	position:fixed;
	bottom:35px;
	left:50%;
	margin-left:-375px;
	text-align:center;
}
#footericons a {
	text-decoration:none;
}
body,div {
	cursor:arrow;
}
a {
	color:#0068a4;
}
a:hover {
	color:#feb330;
}

#guestbookformtable input, #guestbookformtable textarea {
	width: 300px;	
}
}
