
* {
	border:1;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#b3000a;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

/* body */
body {
	background:#343434 url('image/background_body.jpg') 0 50% repeat-x;
	color:#666;
	font:1em "trebuchet ms", helvetica, sans-serif;
}

/* container */
#container {
	background:url('image/background_container.jpg') no-repeat;
	height:530px;
	left:50%;
	margin:-265px 0 0 -380px;
	position:absolute;
	top:50%;
	width:760px;
}

/* navigation */
#navigation {	
	height:150px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 260px;
	width:450px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:right;
	height:88px;
	list-style:none;
	width:95px;
}
#navigation ul li a {
	color:#fff;
	display:block;
	height:150px;
	line-height:50px;
	padding:50px 0 0;
	text-align:center;
	width:90px;
}

}

#guestbook-nav {
	border: 0px solid black;
	
}


/* content */
#content {	
	height:320px;
	overflow:auto;
padding-top: 0px;
padding-right: 42px;
padding-bottom: 0px;
padding-left: 42px;
	width:676px;
}
#content h1 {
	color:#333;
	font-size:200%;
}

/* footer */
#footer {
	color:#fff;
	height:20px;
	padding:33px;
	text-align:right;
	width:696px;
}
#footer a {
	color:#fff;
}