
body {
	margin: 0px 0px 0px 0px;
 	border-left: 0px solid #000000;
	background: #575757;
	color: #666666;
	position: absolute;
	background-repeat: repeat;
	background-attachment: fixed; 
	scrollbar-face-color: #000000; 
	scrollbar-arrow-color: #666666; 
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000; 
	scrollbar-3dlight-color: #333333; 
	scrollbar-base-color: #000000;
	scrollbar-track-color: #666666; 
	scrollbar-darkshadow-color: #000000;
	top: 0px;
	left: 0px;
	width: 460px;
	height: 500px; 
	}
	
table {
	border: 2px solid #666666;
	background: #2A2A2A;
	font: 10px Verdana;
	width: 435px;
	}

#guestbook {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 460px;
	height: 500px;
	background-image: url('images/bg2.png');
	}

#booktext {
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 460px;
	height: 500px;
	overflow: auto;
	spacing: 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	padding-top: 5px;
	padding-left: 5px;
	}
	
td#top {
	background: #333333 url('images/bar1.jpg') no-repeat center 10px;
	border-top: 10px solid #000000;
	border-bottom: 5px solid #CCCCCC;
	padding-bottom: 10px;
	height: 60px;
	width: 435px;
	}
	
td#nav1 {
	height: 46px;
	background: #202020;
	border-top: 5px solid #666666;
	border-bottom: 5px solid #666666;
	valign: bottom;
	}
	
td#nav2 {
	background: #0F0F0F;
	height: 15px;
	text-align: right;
	}
	
img {border: 0px;}

td#nav3 {
	padding: 5px 5px 10px 5px;
	text-align: center;
	width: 150px;
	}
	
td#foot1 {
	text-align: center;
	border-left: 10px solid #0F0F0F;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
td#foot2 {
	background: #0E0E0E url('images/bar1.jpg') no-repeat center;
	border-bottom: 10px solid #000000;
	border-top: 5px solid #333333;
	padding-top: 10px;
	height: 60px;
	width: 435px;
	}

/* L I N K S */
td#nav1 a:link, td#nav1 a:active, td#nav1 a:visited {
	padding: 10px 9px 10px 9px;
	height: 30px;
	color: #999999;
	background: #202020;
	font: bold 11px Century Gothic;
	text-decoration: none;
	letter-spacing: 3px;
	text-transform: uppercase;
	border-right: 1px solid #333333;
	}
	
td#nav1 a:hover {
	color: #CCCCCC;
	background: #000000;
	}
	
td#nav2 a:link, td#nav2 a:active, td#nav2 a:visited {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	-moz-opacity: 0.25;
	padding-right: 5px;
	}
	
td#nav2 a:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	}
	
#side ul{margin:0px;padding:0px 0px 0px 0px;list-style-type:none;font:11px Arial;text-align:center;}
#side li{margin:0px 0px 2px;}
#side a{display:block;height:13px;border:1px solid #666666;background:#333333;text-decoration:none;padding:2px 5px 2px 5px;width:145;}
#side a:link, #side a:active, #side a:visited{color:#666666; border:1px solid #666666;background:#202020;text-align:center;letter-spacing:4px;text-transform:lowercase;}
#side a:hover{color:#5DA0BC;border:1px solid #999999;background:#333333;}

a:link, a:active, a:visited {
	color: #999999;
	text-decoration: none;
	}
	
a:hover {
	color: #5DA0BC;
	}