body {
	margin-top: 20px;
	background-color: #E1E3F0;

	scrollbar-face-color: #E9EEF5;
	scrollbar-shadow-color: #dfe0ef;
	scrollbar-highlight-color: #E9EEF5;
	scrollbar-3dlight-color:#E9EEF5;
	scrollbar-darkshadow-color: #E9EEF5;
	scrollbar-track-color: #E9EEF5;
	scrollbar-arrow-color: #000;

	text-align: center;
}

a:link {
	text-decoration: none;
	color: #000000;
	font-family: Arial;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-family: Arial;
}
a:hover {
	text-decoration: none;
	color: #023489;
	font-family: Arial;
}

#boks a:link {
	text-decoration: none;
	color: #023489;
	font-family: Arial;
}
#boks a:visited {
	text-decoration: none;
	color: #023489;
	font-family: Arial;
}
#boks a:hover {
	text-decoration: none;
	color: #2E5DAC;
	font-family: Arial;
}

.maintable {
	height: 575px;
	width: 760px;
	border: 1px solid black;
	background-image: url('/images/design/layout001/design.jpg');
	background-repeat: no-repeat;
}

td {
	font-family: verdana;
	font-size: 11px;
}

.top {
	background-color: transparent;
	height: 225px;
	vertical-align: bottom;
}

.bottom {
	background-color: transparent;
	height: 20px;
	font-size: 10px;
	border-top: 1px solid black;
	text-align: center;
	color: #fff;
}

.menu {
	background-color: transparent;
	width: 175px;
	vertical-align: top;
}

.spacer {
	background-color: transparent;
	width: 140px;
	vertical-align: bottom;
}

.content {
	background-color: transparent;
	width: 550px;
	padding-left: 8px;
	padding-top: 20px;
	padding-right:10px;
	vertical-align: top;
	font-family: Arial;
	color: #000;
}
.guest_top {
	width: 400px;
	text-align: left;
	font-size: 10px;
	font-family: verdana;
	padding: 2px;
	padding-top: 4px;
	padding-left: 10px;
	height: 20px;
	background-image: url('/images/design/guestbook_top.jpg');
}
.guest_content {
	width: 400px;
	height: 50px;
	text-align: left;
	font-size: 10px;
	font-family: verdana;
	padding: 5px;
	padding-left: 10px;
	background-image: url('/images/design/guestbook_content.jpg');
}
.guest_bottom {
	width: 400px;
	test-align: center;
	font-size: 10px;
	font-family: verdana;
	padding: 2px;
	padding-left: 10px;
	height: 20px;
	background-image: url('/images/design/guestbook_bottom.jpg');
}
.guest_website {
	width: 400px;
	test-align: center;
	font-size: 10px;
	font-family: verdana;
	padding: 2px;
	padding-left: 10px;
	background-image: url('/images/design/guestbook_content.jpg');
}
.login {
	border: 1px Solid Black;
	font-size: 10px;
	width: 200px;
	font-family: verdana;
	font-size: 10px;
}
/*
DROP DOWN MENU ITEMS
*/
#dropmenudiv {
	position:absolute;
	border:1px solid CFC6C6;
	font:normal 10px Arial;
	line-height:18px;
	z-index:100;
	text-align: left;
	padding-left: 10px;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
}