#content{
	background-color: #fff;
}


.topimagefloat
{
	margin-top: 15px;
	margin-bottom: 25px;
	background-image: url(../images/guestbook/mainhed.jpg);
	background-repeat: no-repeat;
	width: 509px;
	height: 140px;
}


#box {
	width: 475px;
	background-color: #339999;
	border: 1px solid #000;
	padding: 5px;
	margin-left: 15px;
}


.content p.hed
{
	font-size: .8em;
	font-family: Verdana, sans-serif;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.content p.text
{
	font-size: .75em;
	font-family: Georgia, serif;
	color: #000;
	text-align: center;
}

.content p.note
{
	font-size: .7em;
	font-family: Verdana, sans-serif;
	color: #000;
	text-align: center;
}


#guestbook {
	clear: both;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
	border: 1px solid black;
	width: 90%;
}

#guestbook p {
	font-size: 1em;
	font-family: arial, sans-serif;
	color: #FF3333;
	font-weight: bold;
	vertical-align: top;
	line-height: 600px;
	
}



.add a
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 115px;
	padding-left: 115px;
	display: block;
	background: url(../images/guestbook/message.gif) no-repeat;
	width: 220px;
	height: 34px;
	outline: none;
	border: 0px solid #fff;
}

.add a:hover {
	background: url(../images/guestbook/message_over.gif) no-repeat;
}






