
html {
	margin: 0px;
	height: 100%;
}

body {
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	height: 100%;
}

h1 {
	font-size: 12px;
	font-weight: bold;
}

a:link {
	color: #60974F;
	text-decoration: none;
}
a:visited {
	color: #60974F;
	text-decoration: none;
}
a:hover {
	color: #60974F;
	text-decoration: underline;
}
a:active {
	color: #60974F;
	text-decoration: none;
}

.centered {
	position: relative;
	width: 760px;
	height: 100%;
	margin: 0px auto 0px auto;
	/*border: 1px solid black;*/
	/*overflow: auto;*/
}

.topbar {
	position: relative;
	height: 48px;
	width: 100%;
	background: #63CA43 url(images/top.jpg) top left no-repeat;
	display: block;
}

.topmenu_outer {
	position: relative;
	display: block;
	/*height: 24px;*/
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #63CA43;
	text-align: center;
	z-index: 10;
}

.topmenu_inner {
	position: relative;
	/*height: 18px;*/
	width: 98%;
	margin: 0px auto 0px auto;
	background: #60974F;
	text-align: center;
	z-index: 11;
}

.topmenu_inner a:link, .topmenu_inner a:visited, .topmenu_inner a:hover, .topmenu_inner a:active {
	color: white;
	font-size: 10px;
}

.topmenu_inner a:hover {
	text-decoration: none;
	background: #63CA43;
	font-size: 10px;
}


.main {
	position: relative;
	background: white url(images/background.jpg) top left no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
	/*border: 1px solid black;*/
}
/*
div {
	border: 1px solid black;
}
*/
.leftbar {
	padding: 0px;
	font-size: 11px;
	/*background: #63CA43;*/
	padding: 0px;
	width: 190px;
}

.content {
	padding: 10px;
	width: 435px;
	text-align:left;
}

.content a:link, .content a:visited {
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.content a:active {
	text-decoration: underline;
}

.rightbar {
	width: 135px;
	text-align:center;
	/*background: yellow;*/
}

/*
.menu {
	padding: 0px;
	font-size: 11px;
	background: yellow;
	padding: 5px;
	width: 130px;
}

.menu_item {
	position: relative;
	margin-left: 2px;
}

.menu_item .menu_item {
	position: relative;
	margin-left: 10px;
}
*/

.login {
	width: 80px;
}

.login form {
	position: relative;
	width: 80px;
	margin: 0px auto 0px auto;
}

.login input {
	width: 80px;
	border: 1px solid black;
}

.login .form_button {
	width: 84px;
	border: 1px solid black;
	background: white;
}


.guestbook_message {
	position: relative;
	margin: 0px auto 0px auto;
	width: 90%;
}

.guestbook_message .ghosted {
	color: #cecece;
}

.guestbook_message .ghosted a {
	color: #cecece;
}

.guestbook_name {
	font-weight: bold;
	font-style: italic;
}

.guestbook_datetime {
	position: absolute;
	right: 0px;
	font-style: italic;
}

.guestbook_ip {
	font-style: italic;
	margin-left: 10px;
}

.guestbook_host {
	font-style: italic;
	margin-left: 10px;
}

.guestbook_divisor {
	margin: 0px auto 10px auto;
	width: 75%;
	height: 10px;
	border-bottom: 1px solid #cecece;
}

.guestbook_navigation {
	text-align: center;
	width: 90%;
	color: #cecece;
	margin: 0px auto 0px auto;
}

.guestbook_form {
	margin: 0px auto 0px auto;
	width: 200px;
}

.guestbook_form p {
	margin: 0px;
}

.guestbook_form input {
	width: 200px;
	background: white;
	border: 1px solid black;
}

.guestbook_form select {
	width: 200px;
	background: white;
	border: 1px solid black;
}

.guestbook_form textarea {
	width: 200px;
	background: white;
	border: 1px solid black;
}

.guestbook_form .button {
	width: 204px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
}

.doggy {
	position: relative;
	margin: 0px auto 15px auto;
	width: 90%;
}

.doggy_title {
	font-weight: bold;
	margin-bottom: 10px;
}
